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 Areas in MVC?
What is fulltrust?
Do you know about caching with the datasource controls?
What are session state modes in asp.net?
What is AutoPostback?
What does a switch do?
What are all the various Estimation Techniques available ?
Describe the diffeerence between inline and code behind?
What are the advantages of asp.net mvc framework? : asp.net mvc
Explain page output caching?
What are user controls?
Give some salient points of difference between request processor and request dispatcher.
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
Can you set which type of comparison you want to perform by the comparevalidator control?
How you can access the properties and controls of master pages from content pages?