D
Dave
Is there a way to put content between tags of a custom control so that it
will populate the defaultproperty such as my TabLabel property? When I tried
to put values between the tags I got the error.
I have ParseChildren as ParseChildren(true, "Tabs")] where Tabs are part of
a tab strip I declare below. The DropDownList control allows this with it's
Value property and I'm wondering how it works...
<cc1:tabstrip id="TabStrip1" runat="server">
<cc1:Tab TabLabel="One">One</cc1:Tab>
<cc1:Tab TabLabel="Two">Two</cc1:Tab>
</cc1:tabstrip>
will populate the defaultproperty such as my TabLabel property? When I tried
to put values between the tags I got the error.
I have ParseChildren as ParseChildren(true, "Tabs")] where Tabs are part of
a tab strip I declare below. The DropDownList control allows this with it's
Value property and I'm wondering how it works...
<cc1:tabstrip id="TabStrip1" runat="server">
<cc1:Tab TabLabel="One">One</cc1:Tab>
<cc1:Tab TabLabel="Two">Two</cc1:Tab>
</cc1:tabstrip>