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
Explain the concept of View Model in MVC?
Can I have a unique key as foreign key?
I’m having some trouble with cas. How can I diagnose my problem?
What are the three parts of an http response?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is the typical session identifier?
How you can return View from ASP.NET Web API method?
Can you set the session out time manually?
What is asp net theme?
Mention the execution process for managed code?
What is page fragment caching?
What is server side session management?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is semantic gap?
Why do we use web config?