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 symbol specifies the beginning of a query string?
What is the life cycle of an asp.net page?
What is the advantage of using Windows authentication in a Web application?
What is the Difference between MVC And MVP design pattrens
Difference between singleton and singlecall.
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Define satellite assemblies.
What is a session http?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Explain what is event bubbling?
How can we update records in gridview?Is there any appropriate code for it?
Explain Areas in MVC?
What websites use asp.net?
How can you enable impersonation in the web.config file?
What is HTTPModule and HTTPcontext? What is the use of each?