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 |
Describe the application event handlers in ASP.NET?
How do I create a web form?
Define the steps to set up validation control.
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
What’s the difference between response .redirect and server.transfer?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0
Explain a program using razor view engine to create a simple application? : asp.net mvc
How to store a dataset in a viewstate?
What is the difference between globalization and localization?
Where do you store the information about the user?s locale?
How many types of session in ASP.NET