Unique Code Of Add Save and Delete Data in Ado.Net
First of all Create a table in SQL Server 2005, here I create a table name ‘student’ in database name ‘amitsaxena’ (you can give as you wish but take care the table name and database name because it required same as coding.)
Create a table with Id(int with Int Value as here create following column Student-Id, Name , village, Roll No, etc.)
=Now go to the visual studio 2005 and open a window application give the name and location as you wish. (take care of location of save file .)
