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 the equivalent of date() and time() in asp.net?
What does occur first in ASP.Net, Authentication or Authorization?
what is silver light when will we use silver light,
What is the use of asp.net web api?
Why SessionID changes in every request in asp.net?
What permissions do asp.net applications posses by default?
Difference between Response.redirect vs server.transfer?
What is route in web api?
What is asp.net and how it works?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is x xss protection?
Give some salient points of difference between request processor and request dispatcher.
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
How do I use response redirect?
How many types of Cookies are available in ASP.NET?