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
How can we prevent browser from caching an aspx page?
What are directives in asp.net?
What are session state modes? List some of the important session state modes of asp.net.
In which event are the controls fully loaded?
How Can assign alias name for ASP.NET Web API Action?
Where is the view state data stored?
Explain transparent caching with aop?
How to do state management in ASP.NET?
What is the maximum timeout we can set for Cookies?
Define a static class?
What is the purpose of master page?
Which object wraps the state or data of a user?
What are the various types of cookies in asp.net?
What is difference between cache and session?
WSDL means?