Create database in sqlserver of student table with contain:-
Student id, Student name , student roll no..
Insert 5 records using web application into table
Update and show at least two records of them ( using grid view )
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Apr 9, 2013, 1:09 AM
Jignesh TrivediPosted Apr 8, 2013, 11:55 PM
hi,
please refer
http://www.c-sharpcorner.com/UploadFile/mahesh/CreatingDBProgrammaticallyMCB11282005064852AM/CreatingDBProgrammaticallyMCB.aspx
http://www.aspdotnet-suresh.com/2011/02/how-to-inserteditupdate-and-delete-data.html
http://www.codeproject.com/Articles/417693/Insert-Update-Delete-in-ASP-NET-Gridview-DataSourc
this link might resolve your problem.