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

Where the viewstate is stored after the page postback?

752


Can you explain autopostback?

627


What is new asp.net core?

658


Mention few asp.net validators.

653


Where sessions are stored?

766






Explain different authentication modes in asp.net?

649


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

2034


What is difference between or and orelse?

633


What is a web api?

644


How you can return View from ASP.NET Web API method?

645


What is the difference between CC and BCC?

701


What is a pixel url?

594


What is a runtime version?

618


Explain culture and uiculture values.

645


What asp.net control can embed xaml into asp.net pages?

627