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
Why is mvc better than asp.net?
Where do the cookie state and session state information be stored?
What is base class of button control in .net?
What is the size of Get method and how much data it can store?
What is OSI layer? Explain different layers.
What does aspcompat="true" mean?
Describe the master page.
Can we add code files of different languages in app_code folder?
What is asp.net mvc? : asp.net mvc
What is the main difference between Asp.net and Vb.net?
How is mvc different from asp.net? : Asp.Net MVC
Explain how can we inherit a static variable?
What language does asp.net use?
What is the difference between session and application?
Define caching.