main difference between asp.net2.0,asp.net1.1,asp.net1.0

Answer Posted / kumar

Master Pages
This new feature provides the ability to define common
structure and interface elements for your site, such as a
page header, footer, or navigation bar, in a common
location called a "master page", to be shared by many
different pages within your site.


Navigation Control
Provide a common UI for navigating between pages in your
site, such as tree views, menus, and breadcrumbs.


Themes and Skins
This allows for easy customization of a site's look-and-
feel. You can define style information in a common location
called a "theme" and apply that style information globally
to pages or controls in a site.


New Server Control
ASP.NET 2.0 includes 45 new server controls that enable
powerful declarative support for data access, login
security, wizard navigation, image generation, menus, tree
views, portals and more. Many of the new controls take
advantage of core application services in ASP.NET for
scenarios like data access, membership and roles, and
personalization.


Data Control
Data access can be accomplished completely declaratively
(without code) using the new data-bound and data source
controls. There are new data source controls to represent
different data backends such as SQL, business objects, and
XML, and there are new data-bound controls for rendering
common UI for data, such as grids, details, and data-bound
forms

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How long do session variables last?

528


What is cookies cache and session?

536


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

520


Explain what is viewstate?

541


What are the two Layouts supported by a Web form in ASP.NET?

548






What is mvc in angular?

559


Why do we need asp.net?

586


What is difference between rest and soap?

575


What is the base class from which web forms are inherited?

524


What is webresource axd?

460


Define a static class?

529


How to create discussion forum in asp.net mvc? : Asp.Net MVC

526


What is Web Server Control Templates.?

581


Describe Segmentation With Paging?

625


How can we communicate with each server in N-tier Architecture? and what are the methods?

1785