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
Does google crawl redirects?
Define a multilingual website?
Explain the difference between singleton and single call?
What is the difference between mvc and asp.net? : Asp.Net MVC
How can we create Tree control in asp.net?
What are the advantages of Web API?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How can we inherit a static member?
What is the difference between response.redirect and server.transfer?
What are merge modules?
How to prepare culture-specific formatting in .net.
What is asp.net mvc? : asp.net mvc
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What are the cookies types in asp.net?
Can we make activex dll also ti execute in some process as that of client ? How can we do?