database
How can I save, delete, retrieve and update a record in asp.net 2.0 using Sql Server 2005.
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.
Suthish NairPosted Feb 27, 2011, 12:26 PM
SanthonabinPosted Feb 25, 2011, 4:50 AM
Using Datagridview control - Insert, Update,Delete ,Retrieve the data using Stored Prcedure or SQL Query.
(or)
Use separate controls for all fields and then use stored procedure .
Suthish NairPosted Feb 24, 2011, 11:13 PM
DataGridView - Insert, Update, Delete and Retrieve records using stored procedure