Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have 9 fields in a sql query. I am using text and combo boxes to insert data into the database. I am also using a grid view to view the selected value.

Now I want to update the selected row of the grid view by typing to the grid view. I have no idea how to do that, please give the code which helpful to me.
Posted
Updated 3-Nov-10 23:54pm
v2
Comments
Sunasara Imdadhusen 4-Nov-10 6:05am    
Please explain more...

1 solution

HI,
In this link they have mentioned how to insert,update and delete
http://csharpdotnetfreak.blogspot.com/2009/05/gridview-sqldatasource-insert-edit.html[^]


In this link they have mentioned how to insert and update
http://www.codeproject.com/KB/aspnet/InsertingWithGridView.aspx[^]


Try it...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900