I have a DataGrid in which two of the columns are
editable...i want to update the backend table with the newly
edited data of the datagrid. How to do this please help me.
Answer Posted / sunny
use autogenerate edit button property of GridView to create
buttons for updating the field in the GridView. The edit
button on click generates two buttons update and cancel.
Specify UpdateCommand for the update button specifying the
update query for the table to modify.The update button on
click will update the backend table in the database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is asp.net version?
What's the use of response.output.write()?
How to implement role based security in asp.net mvc? : Asp.Net MVC
List some of the important session state modes of asp.net.
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is loop in asp.net?
What is asp.net master page?
What is virtual directory in asp.net?
Define application state variable and session state variable?
Explain the difference between server control and html control.
Which dll handles the request of .aspx page?
What are standard controls?
What is the parent class of all web server control?
What is client side state management?
What are the major built-in objects in ASP.NET?