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
Define viewstate in .net?
WSDL means?
How does u call and execute a sp in .net?
To display data in a Repeater control which template you provide?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is .net remoting?
What is the postback property in asp.net?
What is special types forms
Explain how to prepare culture-specific formatting in .net.
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Which platform does Microsoft .NET use for exchanging data between applications?
Why do we need a web application session?
What is a session in programming?
Is asp.net different from asp? If yes, explain how?
What are the benefits of Razor View?