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 symbol specifies the beginning of a query string?

736


What is the life cycle of an asp.net page?

696


What is the advantage of using Windows authentication in a Web application?

808


What is the Difference between MVC And MVP design pattrens

2430


Difference between singleton and singlecall.

770


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1684


Define satellite assemblies.

784


What is a session http?

708


Why asp.net mvc is better than asp.net? : Asp.Net MVC

701


Explain what is event bubbling?

788


How can we update records in gridview?Is there any appropriate code for it?

1844


Explain Areas in MVC?

835


What websites use asp.net?

738


How can you enable impersonation in the web.config file?

798


What is HTTPModule and HTTPcontext? What is the use of each?

2219