Add Checkbox Column to GridView in ASP.NET
Oftentimes, we need to give users a checkbox in the GridView which let the users select multiple rows from the GridView. We can do that in WindowsForms, but in this… Read more »
Oftentimes, we need to give users a checkbox in the GridView which let the users select multiple rows from the GridView. We can do that in WindowsForms, but in this… Read more »
For a full text search to the web app, there are several approaches available: Add a customized SQL dialect for the Hibernate and use MYSQL or any SQL DB full… Read more »
This article looks at the login scenario for both local and social login. Web API uses OAuth2 to authenticate request, but the credential flows are different for local and social… Read more »
The most common web application security flaw is the failure to properly validate input from the client or the environment. Date from the client should never be trusted as the… Read more »
This article shows how you can build Single Page Application for any mobile device using Web App Builder. The article posts sample application code that is an alternative to using… Read more »
In this post by codeproject.com, the author demonstrates how to deploy WCF services to Internet Information Services (IIS) automatically as part of the build process. This can be done using… Read more »
Business using .NET Framework offers comprehensive and highly consistent programming with common APIs set spanning various Microsfot Platforms. .NET enables businesses to develop applications for several clients like desktop PCs,… Read more »
If you often get errors when in inserting values in the table, use the TRY..CATCH. If you are using SQL Server 2005 or greater, you can take advantage of this… Read more »
Most businesses nowadays are in a cutthroat environment which relies on cutting edge solutions and strategies to outsmart their competitors. Businesses today turned to IT to develop business solutions to… Read more »
With today’s surveillance technologies, we wouldn’t be surprised CCTVs are replaced with IP systems nowadays. IP surveillance systems are more versatile than CCTV as IP surveilance systems are not limited… Read more »