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
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is role-based security in asp.net?
What are the session variables?
What do you mean by role-based security?
What is sta?
What is session in asp.net?
Why and where this web.config file is used?
What parameters can you pass in the url of the api? Can get and post use the same url?
What are the events in a page life cycle?
Can master pages be nested?
What is rending process in ASP.NET?
What is GAC in ASP.NET 2.0
What does the orientation property do in a menu control?
Explain the use of dataadapter.
What events will occur when a page is loaded?