What are the major differences between asp.net1.1 and
asp.net 2.0?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
.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 |
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 |
and can u telme how to explain about our job profile if i have 3years of it experiance in dotnet domain and where to start and where to end , and what shoul i tel and what not(can i mention my education ,and family details,......)i am confusiong a lot. can i ask one with your permision, if u have question that u u went tcs interview as 3+years exp so he/she asked tel me about your profile how can u tel and where to stop. please help me as simple as possible i am facing lot in this..............plese can anyone help me i am awaiting for your reply.
Explain file-based dependency and key-based dependency.
How would you get asp.net running in apache web servers? Explain it's limitations.
How can u debug your .net application?
How many types of validators are there in asp net?
How can you provide an alternating color scheme in a Repeater control?
cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress
Which namespace do the classes, allowing you to support COM functionality, are located?
what are the different ASP.NET Application Folders?
How would you create a permanent cookie?
What are the different authentication modes in asp.net?
How can we implement a identity (sql server) call in an asp.net page?