Suppose you display a data having 200 records in a
datagrid. Then you edit 100 records of them. Now when you
will press update button,all 100 records should be updated
in single shot rather than reading every record and
updating. How to do it?

Answer Posted / arief

First you load 20 records to DataGrid and add one
more templet field like"Chech Box" finally add one button
in your page for update operation

you write code whatever CheckBox clike get all row
id's and you can update row based on selected id's

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How long the items in ViewState exists?

960


What is x xss protection?

558


What is difference between URL and URI?

620


In asp.net, how can you validate drop down box?

578


What are the Types of state management techniques

554






Why is global asax is used for?

510


Can we store object in viewstate?

527


Explain the significance of routing? : asp.net mvc

528


How to rename a table using sql queries?

563


What’s the difference between asp.net web forms and asp.net mvc?

542


What is recordset asp?

534


What is asp.net localization?

494


How would you turn off cookies on a page of a website?

500


What does occur first in ASP.Net, Authentication or Authorization?

556


Why Unload event of MasterPage Calls first in ASP.net ?

579