I am using 2 web controls (for header menu)
if the user is admin, I want to load web1.ascx else
web2.ascx.
At the start of the page, I have added this
Do i have to add the other control as well?
I am clueless. pl help me.
if the user is admin, I want to load web1.ascx else
web2.ascx.
At the start of the page, I have added this
Code:
<%@ Register Src="web1.ascx" TagName="web1Control" TagPrefix="uc2" %>
I am clueless. pl help me.
Comment