What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / lavanya
Data Grid:
1. Code requires handling the Sort Command event and
rebinding grid required.
2. Code requires handling the Page Index Changed.
3. Need extensive code for update operation on data.
4. When compared to grid view fewer events supported.
Grid View:
1. No code required.
2. No code required for Page Index Changed.
3. Needs little code for update operation.
4. Grid View supports events fired before and after database
updates
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how to write html code with ssl
What are validators and list some validators of asp.net?
Explain security types in asp.net?
Describe Segmentation With Paging?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is fulltrust?
when a request is made in Life cycle of ASP.NET page .
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What are the main requirements for caching?
What New Features comes with ASP.NET Web API 2.0?
How do I send an email message from my ASP.NET page?
What is bson in web api?
Explain difference betn dataset and recordset?
Explain how can we inherit a static variable?
What is content place holder?