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 do we need Sessions?
To add a hyperlink column to the DataGrid which tag is used ?
How would ASP and ASP.NET applications run at the same time on the same server?
Using code explain Configuration Management
Is asp.net easy to learn?
What is viewstate information stored?
Is viewstate enabled by default?
Where is asp.net session stored?
What is clickid?
What is protected configuration?
How long should a session id be?
How do cookies work? Give an example of their abuse.
Why do we use sessions?
Give me one example of Web API Routing?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?