Y
yawarady
Hi,
I am using ITemplate as property of a custom control in order to get
the following struct:
<test:mycontrol>
<myTemplate>
<asp:TextBox..........
</myTemplate>
</test:mycontrol>
The only thing that I want to add now is a property to the myTemplate
tag, in order to be able to set something like:
<myTemplate Text="testing">
Is there any way to accomplish this change?
Thanks
I am using ITemplate as property of a custom control in order to get
the following struct:
<test:mycontrol>
<myTemplate>
<asp:TextBox..........
</myTemplate>
</test:mycontrol>
The only thing that I want to add now is a property to the myTemplate
tag, in order to be able to set something like:
<myTemplate Text="testing">
Is there any way to accomplish this change?
Thanks