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
Where the viewstate is stored after the page postback?
Can you explain autopostback?
What is new asp.net core?
Mention few asp.net validators.
Where sessions are stored?
Explain different authentication modes in asp.net?
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?
What is difference between or and orelse?
What is a web api?
How you can return View from ASP.NET Web API method?
What is the difference between CC and BCC?
What is a pixel url?
What is a runtime version?
Explain culture and uiculture values.
What asp.net control can embed xaml into asp.net pages?