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
What are ASHX files?
What is the difference between a page theme and a global theme?
What’s the difference between asp.net web forms and asp.net mvc?
Explain a program using code nuggets to create a simple application? : asp.net mvc
How do you remove duplicates without using remove duplicate stage?
Where do the cookie state and session state information be stored?
How do you sign out from forms authentication?
What does asp in asp.net stand for?
When was asp.net released?
What is caching? What are different ways of caching in asp.net?
Is asp.net and .net the same?
Can you dynamically assign a Master Page?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is view state management in asp net?