Hi All,
I added the panel control. but that control unable to find in source Code.... PanelLogOut.Visible = false; ---> It shows "Does not show the current context"
I have added in designers.cs file also.. this is not added automatically.. I added the manually the below code
protected global::System.Web.UI.WebControls.Panel leftPanel;
protected global::System.Web.UI.WebControls.Panel PanelLogOut;
Go to the complete details ...