Hi
I have below Aspx page which is used many times. I want that its sidebar control should not get displayed when it is opened from a particular form.
<%@ Register Src="~/User/SideBar.ascx" TagPrefix="uc1" TagName="SideBar" %>
Thanks