Shankar B
November 16th, 2004, 12:01 PM
Hi,
I have included a usercontrol userctr.ascx in my MyPage.aspx and is working fine in my computer.
Both Mypage.aspx & userctr.ascx are in same path.
After deploying Mypage.aspx & UserCtr.ascx to the web server , Mypage.aspx is showing all objects except userctr.ascx !
Here is the command I use to register and include usersontrol in Mypage.aspx :
<%@ Register TagPrefix="Hi" TagName="Thx" Src="userCtr.ascx"%>
<Hi:Thx id="WebWork" runat="server"></Hi:Thx>
What am I doing wrong ?
Advance thanks !
Regards,
shangar
I have included a usercontrol userctr.ascx in my MyPage.aspx and is working fine in my computer.
Both Mypage.aspx & userctr.ascx are in same path.
After deploying Mypage.aspx & UserCtr.ascx to the web server , Mypage.aspx is showing all objects except userctr.ascx !
Here is the command I use to register and include usersontrol in Mypage.aspx :
<%@ Register TagPrefix="Hi" TagName="Thx" Src="userCtr.ascx"%>
<Hi:Thx id="WebWork" runat="server"></Hi:Thx>
What am I doing wrong ?
Advance thanks !
Regards,
shangar