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 the main advantages of using asp.net?

568


Explain about secure socket layer?

536


What does aspcompat="true" mean?

564


Explain transparent caching with aop?

530


Explain one critical mapping?

570






What is asp.net used for?

608


What are the Types of session management in ASP.NET

566


How can I have a particular web page in an asp.net application which displays its own error page?

532


Where is the session stored?

644


Explain the differences between managed and unmanaged code?

507


How do you implement postback with a text box?

568


What is the difference between table and query?

550


What is owin authentication?

528


What are server side controls?

543


What is a postback url?

500