1. Better support to Web standards and Accessibility.
2. Better attribute values(boolean) for controls with Disabled attribute.
3. In-line css support for validation controls.
4. CSS for the Hidden Fields Div Element.
5. CSS and UI related to many other controls
www.codecollege.NET
It is a new attribute which makes the selected row in a gridview persistable between navigation between pages in a gridview.
www.codecollege.NET
It makes client-side script accessing asp.net server controls rendered as html controls.
www.codecollege.NET
It a feature which compresses session states in StateServer and SQL Server modes of session storage.
www.codecollege.NET
XML Document Transform (XDT),is the feature that lets you transform a Web.config file.
www.codecollege.NET
It transforms web.config from development environment to production environment.
www.codecollege.NET
You need make the following change to the web.config ,
<system.web>
<pages controlRenderingCompatibilityVersion="3.0"/>
</system.web>
www.codecollege.NET
It makes your site more user-friendly and your site content more discoverable by search engines.
www.codecollege.NET
It lets you build a provider that in turn lets you write custom code to determine browser capabilities.
www.codecollege.NET
To use the auto-start feature, an IIS administrator sets an application pool in IIS 7.5 to be automatically started by using the following configuration in the
applicationHost.config file:
www.codecollege.NET