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
What is a 1x1 pixel?
What are the session variables?
Can you explain one critical mapping?
What are user controls?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Explain asp.net application life cycle?
What is application in asp net?
If we remove web.config or machine.config from the application then, is this application will works?
Can you explain one critical mapping? Performance issue which one is better?
What is view state management in asp net?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is the postback property in asp.net?
Explain the difference between Repeater and Data list control in ASP.NET?
What are the differences between code behind and code inline?
Why do we need master page in asp.net?