Dear all, I have a LoginStatus control in the MasterPage which gets displayed on all the content pages. when i click the logout link. the current page is post back before the logout page is displayed. so the log out operation takes some time before logout.
this the loginStatus control i have included. <asp:LoginStatus ID="lblLoginStatus" runat="server" ForeColor="Blue" style="text-align: right" LogoutPageUrl="~/Logout.aspx" CssClass="PageHeader2" LogoutAction="Redirect" /> is it possible to stop post back of current page when we click the logout link and redirest to the logout.aspx. or am i missing something here Rgds Rifky