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

Difference between response.redirect and server.transfer?

550


What is the difference between dynamic SGA and static SGA?

586


How to use multiple scriptmanager controls in a web page?

603


Can I stream live content/events?

577


Can I tap into other windows livetm services?

570






Explain how asp.net different from asp?

562


How does session id work?

490


How can we provide the WebParts control functionality to a server control?

568


What are triggers of an updatepanel?

551


What is Forms Authentication in ASP.NET?

582


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

541


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

1673


What is application Object?

595


Explain about ASP.NET?

635


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

559