Check for existing record using stored procedure in ASP.NET
Check for existing record in SQL Server database using stored procedure In this example I will explain, how to check for record exist before insert data into a table in…
Enable disable button using JQuery
Sometimes you need to disable or enable some elements in your document and jQuery makes this task easy. All you have to do is to set disabled attribute to “disabled”.…
Cascading Select list in ASP.NET AJAX
In this example I will show how to create a cascading select list in ASP.NET using data from SQL server database. The whole idea of cascading select list is to…