A
andrew
I have a user control that works fne (hits db display datalist) but on a different section of my page i want to use some datafrom the user control
Is there a way to pass information from the control to page
<%@ Register TagPrefix="info" TagName="DataControl" Src="datactrl.ascx" %
and the
<info
ataControl runat="server"/>
Is there a way to pass information from the control to page
<%@ Register TagPrefix="info" TagName="DataControl" Src="datactrl.ascx" %
and the
<info