What is url rewriting in asp.net?

Monday, November 30, 2009


URL rewriting is the process of intercepting an incoming Web request and automatically redirecting it to a different URL.


www.codecollege.NET

What is the expansion of WCAG ?


Web Content Accessibility Guidelines.


www.codecollege.NET

What is purpose of WCAG ?


The Web Content Accessibility Guidelines (WCAG) documents explain how to make Web content accessible to people with disabilities.


www.codecollege.NET

Web Parts personalization is enabled by default on Web Parts pages. True or False.?


True.


www.codecollege.NET

How will you disable personalization in ASP.NET Web Parts?


By using the attribute personalization-enabled as given in the below example,
<asp:webpartmanager runat="server" id="wpm1"
personalization-enabled="false" />


www.codecollege.NET
Blog Widget by LinkWithin