Showing posts with label Visual Studio 2010. Show all posts
Showing posts with label Visual Studio 2010. Show all posts

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

What is Incredible Shrinking Session State in asp.net 4.0?


It a feature which compresses session states in StateServer and SQL Server modes of session storage.


www.codecollege.NET

What is the use of RedirectPermanent?


It solves the permanently moved related issues.


www.codecollege.NET

Apart from Response.Redirect and Server.Transfer what is new in asp.net 4.0?


RedirectPermanent.


www.codecollege.NET

In what way is output-caching extensible?


It allows to cofigure custom output-cache providers.


www.codecollege.NET

What new enhancement was done to output cahcing in asp.net 4.0?


Output cahcing was made as extensible.


www.codecollege.NET

Using which attribute will you make the transformation in the web.config file of asp.net 4.0?


xdt:Transform="Replace"


www.codecollege.NET

What is the expansion of XDT?


XML Document Transform (XDT),is the feature that lets you transform a Web.config file.


www.codecollege.NET

How visual studio 2010 implements Web.Config Transformation?


using XDT.


www.codecollege.NET

What is Web.Config Transformation in visual studio 2010?


It transforms web.config from development environment to production environment.


www.codecollege.NET

What is called as a Web package in asp.net 4.0?


The compressed file created for your application using MSDeploy tool.


www.codecollege.NET

Which tool is used by visual studio 2010 to create zipped files?


MSDeploy tool .


www.codecollege.NET

What enhancement was done to Dynamic Data in asp.net 4.0 ?


Feature to build quick dynamic data websites.


www.codecollege.NET

Does asp.net 4.0 supports Dynamic Data ?


Yes.


www.codecollege.NET

LinkWithin

Blog Widget by LinkWithin

Recommended Books