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 would you enable impersonation in the web.config file?
How many types of validators are there in asp net?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is difference between URL and URI?
What is asp.net and ado net?
Which is better union or union all?
How u refer webservices?
What is odata in web api?
Explain how do you validate the controls in an asp .net page?
How many types of session in ASP.NET
What is cookieless session id explain in brief?
Explain diff. Betn dataset and recordset?
What is request and response in asp.net?
Define application state variable and session state variable?
What is asp.net version?