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
Which two new properties are added in asp.net 4.0 page class?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is in a session cookie?
What are app services?
Which protocol is used to call a web service?
What is HTTPModule and HTTPcontext? What is the use of each?
What is the difference between visual basic and asp.net?
What is the advantage of using Windows authentication in a Web application?
How does u call and execute a sp in .net?
How do I publish my asp.net application to my isp's web server?
3. What goals do you have in your career?
What is redirectpermanent in asp.net?
How you can manage the state of application at the server side in ASP.NET?
How to implement Authentication and Authorization?
Describe how passport authentication works.