S
Soul
Hi,
Is there possible for a .aspx page access a user control located in other
website?
I try to put the full "http" URL of the .ascx file in the Src of "<%@
Register TagPrefix="uc1" TagName="UCName" Src="AnUserControl.ascx" %>", but
it wouldn't work, from the error message I can see that it actual map using
local file path. Therefore, I just would like to ask is that possible to
access a user control located in other website?
Thank you.
Is there possible for a .aspx page access a user control located in other
website?
I try to put the full "http" URL of the .ascx file in the Src of "<%@
Register TagPrefix="uc1" TagName="UCName" Src="AnUserControl.ascx" %>", but
it wouldn't work, from the error message I can see that it actual map using
local file path. Therefore, I just would like to ask is that possible to
access a user control located in other website?
Thank you.