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
Describe paging in asp.net?
What is distributed system in asp.net?
Explain what does mvc represent in asp.net? : asp.net mvc
What symbol would you use to denote, the start of a code block in aspx views?
Explain the function of new view engine in asp.net? : asp.net mvc
What is viewstate information stored?
What are the validation controls available in ASP.NET?
What's the difference between viewstate and sessionstate?
Which methods validate all the controls on a page?
What is role-based security in asp.net?
Is it possible to write code in many languages in one asp.net project?
What are client activated objects and server activated objects?
How can we update records in gridview?Is there any appropriate code for it?
What is viewstate in asp net with example?
What’s the catch?