Create custom reusable dropdown usercontrol for databind in formview in asp.net
Recently in one of my ASP.NET application I had to create a massive form with lot of drop-down lists and check-box list. Some of the dropdown lists have the same…
Implementing AJAX keyword search from database table
In this exercise, I will demonstrate how to implement a simple keyword search in MS SQL Server database using textbox and gridview control in Asp.NET AJAX technology. Most of the…