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 / 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 |
best .net institute in hyderabad
Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by default? a) System.Web.Form b) System.Web.GUI.Page c) System.Web.UI.Page d) System.Web.UI.Form
How to limit table cell size with long strings?
With example & diagram explain AutoPostBack.
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
About Usage of server variables ?
How does the browser enable AutoPostBack functionality?
What is Boxing and Unboxing?
7 Answers IBM, Tech Mahindra, Accenture,
What is the need to give <compilation debug=true> command ?
Caching techniques in .NET?
How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP
What does this do? sn -t foo.dll