Monday, November 30, 2009

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

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

What is url rewriting in asp.net?


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


www.codecollege.NET