Showing posts with label unique code for add save and delete data in Ado.Net. Show all posts
Showing posts with label unique code for add save and delete data in Ado.Net. Show all posts

Coding of Add Save and Delete Data in Ado.Net

Unique Code Of Add Save and Delete Data in Ado.Net



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 .)