Y
Yuri
Hello, friends!
I created a simple user control which reuse common UI
functionality.
I have successfully gotten it working. The only problem I
passing parameters to the User control from design time.
Maybe it's not possible it all.
The code in design time looks like this:
<%@ Register TagPrefix="uc1" TagName="GaugeForms"
Src="GaugeForms.ascx" %>
<td width="35%">
<uc1:GaugeForms id="GaugeForms1"
runat="server"></uc1:GaugeForms>
</td>
I need send some string to the code behind.
Thank you for help!
I created a simple user control which reuse common UI
functionality.
I have successfully gotten it working. The only problem I
passing parameters to the User control from design time.
Maybe it's not possible it all.
The code in design time looks like this:
<%@ Register TagPrefix="uc1" TagName="GaugeForms"
Src="GaugeForms.ascx" %>
<td width="35%">
<uc1:GaugeForms id="GaugeForms1"
runat="server"></uc1:GaugeForms>
</td>
I need send some string to the code behind.
Thank you for help!