B
BL
I am in a problem to access user control(.ascx) on a .aspx page
the following is my scenario
I have following directory structure -
Autoboom
- workshop
-- WSFirst
-showroom
-help
i have a user control help.ascx in folder /autoboom/help
i have registered this control in web.config like this -
<controls>
<add tagPrefix="HELP" tagName="HELP" src="~/Help/Help.ascx" />
</controls>
my problem is the help.ascx is working in any folder with same hierarchy of
help folder
for example it is working in autoboom/Workshop and autoboom/showroom
but it is not working in one folder up like /autoboom and one folder down
like /autoboom/workshop/WSFirst
i have already tried to register help control in the same page instead of
web.config but still not working
please suggest me where i am doing wrong
Thanks in advance
-BL
the following is my scenario
I have following directory structure -
Autoboom
- workshop
-- WSFirst
-showroom
-help
i have a user control help.ascx in folder /autoboom/help
i have registered this control in web.config like this -
<controls>
<add tagPrefix="HELP" tagName="HELP" src="~/Help/Help.ascx" />
</controls>
my problem is the help.ascx is working in any folder with same hierarchy of
help folder
for example it is working in autoboom/Workshop and autoboom/showroom
but it is not working in one folder up like /autoboom and one folder down
like /autoboom/workshop/WSFirst
i have already tried to register help control in the same page instead of
web.config but still not working
please suggest me where i am doing wrong
Thanks in advance
-BL