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


Please Help Members By Posting Answers For Below Questions

Where you store Connection string in "Web.Config" file in ASP.NET?

774


What are the events in a page life cycle?

712


What are the types of caching in asp.net?

761


What are the two types of web pages?

698


Can you change a master page dynamically at runtime? How?

681


Write a code for passing ArrayList in Web API?

1249


How to Separate background image and front image from original picture....

741


What is a reflection?

747


What is the difference between sealed vs static class?

775


Difference between web user control and web custom control?

668


What is custom attribute?

737


What is session id in web application?

757


Is LINQ performance wise better or using sqlcommand?

4620


How to fetch a data from one table to another table in asp.net ?

778


What are the event handlers that can be included in the Global.asax file?

805