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
Explain repository pattern in asp.net mvc? : asp.net mvc
How would you turn off cookies on one page of your website?
Which protocol is used to call a web service?
Explain about the Class view window?
What is the significance of attaching a profile while creating a user?
What are the differnt types of handler in ASP.NET?
What is the difference between rest and restful?
How long the items in ViewState exists?
What are the authentication types in asp.net?
What is the difference between asp.net and mvc?
What are session cookies?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is an example of an application service provider?
What are html helpers in asp.net?
How does session work in asp net?