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

1 comment: