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

Can we create a multiple user simultaneously ?

590


Explain the main function of razor in asp.net? : asp.net mvc

589


Can you change a master page dynamically at runtime? How?

513


What is razor? : asp.net mvc

564


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1575






Explain MVC model binders?

603


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

588


What is the sequence in which ASP.NET events are processed?

478


Should I delete cookies?

501


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2144


What is custom events?

576


Explain an object, class and method.

564


Where is asp.net view state stored?

522


how to transfer the file from client to server using asp.net

595


How can we call webservices in Banking Applications? and where we are using it?

1538