What are the other UI related enhancements in asp.net 4.0?

Saturday, December 19, 2009


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

What is the name of the new control added to asp.net 4.0 for filtering data?


QueryExtender Control.


www.codecollege.NET

What is the use of RenderOuterTable property in FormView control of asp.net 4.0 ?


It makes the CSS styling in the FormView control easier.


www.codecollege.NET

What is the PersistedSelection in a gridview newly introduced in asp.net 4.0?


It is a new attribute which makes the selected row in a gridview persistable between navigation between pages in a gridview.


www.codecollege.NET

What are the 3 algorithms used to generate clientIds in asp.net 4.0?


1. AutoID.algorithm
2. Static algorithm
3. Predictable algorithm


www.codecollege.NET

What is the use of new ClientIDMode property in asp.net 4.0?


It makes client-side script accessing asp.net server controls rendered as html controls.


www.codecollege.NET

How will you set the Incredible Shrinking Session State in asp.net 4.0?


Using the compressionEnabled config entry.


www.codecollege.NET
Blog Widget by LinkWithin