What are the major differences between asp.net1.1 and
asp.net 2.0?

Answers were Sorted based on User's Feedback



What are the major differences between asp.net1.1 and asp.net 2.0?..

Answer / tiger kumar

Asp.net 2.0 enhanced with many new features.

* Partial Classes
* Master pages
* Skins and Themes
* Roles and MemberProfiles
* Generics
* Added many new server contols like
GridView,DetilsView,FileUpload etc..,
* Web Personalization - Web Parts
* New Folders lime App_Browsers,App_Code,etc..,

Is This Answer Correct ?    18 Yes 2 No

What are the major differences between asp.net1.1 and asp.net 2.0?..

Answer / a

Master Pages

Is This Answer Correct ?    12 Yes 1 No

What are the major differences between asp.net1.1 and asp.net 2.0?..

Answer / rameshwar gaikwad

Additional things in ASP.NET 2.0
1. Partial Class
2. Generics
3. New control like grid view,masterpage
4. More event in Page Life cycle
5. Incorporated Classic ASP style save functionality, no
needs to compile each time for small modification

Is This Answer Correct ?    12 Yes 3 No

What are the major differences between asp.net1.1 and asp.net 2.0?..

Answer / 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

What are the major differences between asp.net1.1 and asp.net 2.0?..

Answer / saravanan

In asp.net1.1 IIS should be installed by us.But in asp.net
when install asp.net IIS automatically will be installed

Is This Answer Correct ?    10 Yes 4 No

What are the major differences between asp.net1.1 and asp.net 2.0?..

Answer / nadira begum

Master Pages.

Is This Answer Correct ?    5 Yes 0 No

What are the major differences between asp.net1.1 and asp.net 2.0?..

Answer / k.senthil kumar

.NET 1.1 AS IIS installed and ASP.NET not supported to
crystal report.
.NET 2.0 As IIS dont Available and ASP.NET full supported.
.net 2.0 new tools for grid view and menu tree available.

Is This Answer Correct ?    4 Yes 1 No

What are the major differences between asp.net1.1 and asp.net 2.0?..

Answer / tanmoy

In ASP.NET user have to install the IIS. But In case of
ASP.NET 2.0 IIS is coming with the installation process.
another facility is the master page which is in ASP.NET 2.o
But not in ASP.net 1.1.

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?

1 Answers   Siebel,


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

0 Answers  


How Web Services help Us? What r the difference between Remoting and webservices

5 Answers   Protech, TCS, Tech Mahindra,


Using Statement usage in C#

2 Answers  


One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?

3 Answers   HCL,






What is web api and why to use it?

0 Answers  


Does C# support static class?Is Static class be inherited by any class?

2 Answers  


What is the difference between “Web.config” and “Machine.Config”?

0 Answers  


What is full trust in asp.net?

0 Answers  


Where on the Internet would you look for Web services?

5 Answers   IBM, MNC, Siebel Systems,


Can asp.net work on an nt server?

0 Answers  


What is state management techniques in asp.net?

0 Answers  


Categories