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
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is a web pool?
What is base class of .net?
How can we use Web API with ASP.NET Web Form?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is routing in MVC?
Do you support digital rights management to protect my videos?
What is autopost?
What are the merits and demerits of viewstate?
What is difference between inproc and outproc?
How do you use viewstate?
I’m having some trouble with cas. How can I diagnose my problem?
Define the term Scavenging in Caching?
Do gac'ed assemblies have fulltrust?
Differentiate between file-based dependency and key-based dependency.