What are the major differences between asp.net1.1 and
asp.net 2.0?
Answer Posted / rameshwar gaikwad
Additional things in ASP.NET 2.0
1. Partial Class
2. Generics
3. New control like grid view,masterpage
4. More event in Page Life cycle
5. Incorporated Classic ASP style save functionality, no
needs to compile each time for small modification
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Why would anyone need to implement their own hashtable or linked list?
What is view state and how it works in asp net?
What is the difference between CLICK and MOUSE DOWN Event ?
Explain weak typing and strong typing.
What is DataGrid wheater its a Server Control or something else ?
Which asp.net objects encapsulate the state of the client and the browser?
How you can manage the state of application at the server side in ASP.NET?
What is active web page?
Web API uses which library for JSON serialization?
What is the state management in asp.net?
What is asp.net architecture?
What is query string? What are its advantages and limitations?
What is difference in .net 1.1 and .net 2.0?
What are the parts of an http response?
What is Model-View-View Model?