S
Siddhartha Jain
Hi Guys,
I have a Global Project whose dll I have registered in GAC and now I
am trying to access a control from that global project within another
project. But I cant access it as I dont know if there is a different
way to register a user control besides
<%@ Register TagPrefix="DA" TagName="Display"
Src="GlobalControls/Article/A.ascx" %>
I dont have any directory structure so I cant write anything in "Src".
I tried giving the namespace but it doesnt work.
Please help!!!!
Thanks a ton.
-Sid
I have a Global Project whose dll I have registered in GAC and now I
am trying to access a control from that global project within another
project. But I cant access it as I dont know if there is a different
way to register a user control besides
<%@ Register TagPrefix="DA" TagName="Display"
Src="GlobalControls/Article/A.ascx" %>
I dont have any directory structure so I cant write anything in "Src".
I tried giving the namespace but it doesnt work.
Please help!!!!
Thanks a ton.
-Sid