I have developed a control (ascx) and added into the aspx form; but how can I change the path during the aspx load event?
<%@ Register TagPrefix="uc1" TagName="UsrControl1" Src="UsrControl1.ascx" %>
Printable View
I have developed a control (ascx) and added into the aspx form; but how can I change the path during the aspx load event?
<%@ Register TagPrefix="uc1" TagName="UsrControl1" Src="UsrControl1.ascx" %>
First off why would you need to do that? Surely the control isn't going to move directories?
DJ