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.



I have a DataGrid in which two of the columns are editable...i want to update the backend table wit..

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

Post New Answer

More ASP.NET Interview Questions

Describe the application event handlers in ASP.NET?

0 Answers   HCL,


How do I create a web form?

0 Answers  


Define the steps to set up validation control.

0 Answers  


Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

2 Answers   Siebel Systems,


What’s the difference between response .redirect and server.transfer?

0 Answers  


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0

1 Answers   InfoSpace,


Explain a program using razor view engine to create a simple application? : asp.net mvc

0 Answers  


How to store a dataset in a viewstate?

3 Answers   Patni,


What is the difference between globalization and localization?

0 Answers  


Where do you store the information about the user?s locale?

2 Answers  


How many types of session in ASP.NET

0 Answers   MCN Solutions,


Categories