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
Where are session variables stored?
how can create login from create and written conde in asp.net
Is it possible to migrate visual interdev design-time controls to asp.net?
List the advantages and disadvantages of user control an custom control?
Describe Segmentation With Paging?
How can you pass multiple complex types in Web API?
Explain security types in asp.net?
What are directives in asp.net? List down all the important directives.
What is difference cookie and session?
Can we set which type of comparison we want to perform by the CompareValidator control?
Explain the server control events of asp.net ?
Explain the basic functionality of garbage collector?
What are different types of api?
What is the difference between web config and machine config files?
What are different methods of session maintenance in asp.net?