What are the major differences between asp.net1.1 and
asp.net 2.0?
Answer Posted / sabari_bec
Benefits of ASP.NET 2.0 include:
1) A wide array of new controls, such as GridView control,
MultiView, Wizard and FileUpload.
2) Superior separation of design and content, enabling
developers and Web designers to work together.
3) A new model for compiling and distributing applications.
4) Customization with Web Parts.
Bug in ASP.NET 2.0:-
If you have a control on a page that is marked Read-Only
and EnableViewState is set to false on the Page, the
ReadOnly value will no longer post back in ASP.NET 2.0 -
the value gets lost. This even though the value is actually
returned in the POST buffer.
This behavior is also different than 1.1 which (correctly I
say) posted back the READONLY value.
Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Where you store Connection string in "Web.Config" file in ASP.NET?
What are the events in a page life cycle?
What are the types of caching in asp.net?
What are the two types of web pages?
Can you change a master page dynamically at runtime? How?
Write a code for passing ArrayList in Web API?
How to Separate background image and front image from original picture....
What is a reflection?
What is the difference between sealed vs static class?
Difference between web user control and web custom control?
What is custom attribute?
What is session id in web application?
Is LINQ performance wise better or using sqlcommand?
How to fetch a data from one table to another table in asp.net ?
What are the event handlers that can be included in the Global.asax file?