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
Are there resources online with tips on asp to asp.net conversions?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain the difference between sql invalidation and sql notification.
Which is the parent class of the web server control?
What is the size of Get method and how much data it can store?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is Bundling and Minification in MVC?
Define repository pattern in asp.net mvc? : asp.net mvc
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Explain authorization levels in .net ?
What are the file extensions for razor views?
What is difference between session and cookies in asp net?
Explain login controls.
Where is http session stored?
What is the full meaning of asp.net?