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

Explain the asp.net mvc folder conventions? : asp.net mvc

498


What is the full form of asp.net?

523


What do you mean by serialize and marshalbyref?

559


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

518


Please briefly explain the usage of global.asax?

526






Explain the difference between dataset and datareader.

520


Which namespace is used by ado.net?

553


How do you implement sql caching in asp.net?

556


How can we create Tree control in asp.net?

574


What is the appSettings Section in the web.config file?

573


What events will occur when a page is loaded?

566


Describe session handling in a webfarm, how does it work and what are the limits?

572


What is web configuration file and how to use in web application

584


Is asp.net and .net the same?

506


How do active server pages work?

533