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


Please Help Members By Posting Answers For Below Questions

What are ASHX files?

829


What is the difference between a page theme and a global theme?

769


What’s the difference between asp.net web forms and asp.net mvc?

839


Explain a program using code nuggets to create a simple application? : asp.net mvc

778


How do you remove duplicates without using remove duplicate stage?

825


Where do the cookie state and session state information be stored?

724


How do you sign out from forms authentication?

779


What does asp in asp.net stand for?

755


When was asp.net released?

777


What is caching? What are different ways of caching in asp.net?

944


Is asp.net and .net the same?

735


Can you dynamically assign a Master Page?

782


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

753


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

727


What is view state management in asp net?

699