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…
Rename files in file directory using asp.net
In this example of I will show how to rename all the files in a directory using asp.net. Sometimes you may have thousands of photos that require to rename or…
Installing ASP.NET Membership Schema in SQL Server 2005/2008
Before starting this tutorial, assuming that you have installed SQL Server 2005 or SQL server 2008 installed in your local machine. If you have not installed either one of those…