However, the generated HTML/ASPX is incorrect:
<cc1:Radio id="Radio1" runat="server" text=""
items="(Collection)"></cc1:Radio>
Where "items" should be broken out:
<asp:RadioButtonList id="RadioButtonList1" runat="server">
<asp:ListItem Value="1">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
</asp:RadioButtonList >
I need to do this as a Composite Control, so I can't just simply
inherit RadioButtonList. How do I force a propery to be broken out in
the generated ASPX?
-Victor.
--
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.
"R. Groves" <r.gr...@usa.net> wrote in message
news:914e97ae.02042...@posting.google.com...
<cc1:Radio id="Radio1" runat="server">1344</ASP:LISTITEM>
<ASP:LISTITEM Value="5678">5678</ASP:LISTITEM>
</cc1:Radio>
I get a "Specified cast is not valid" when attempting to run the
application.
-Rory
"Victor Garcia Aprea" <v...@NOobiesSPAM.com> wrote in message
news:e2Pkpwt6BHA.2152@tkmsftngp02...
--
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.
"R. Groves" <rory@-no_spam-grovesinternet.com> wrote in message
news:eG5#4nv6BHA.1668@tkmsftngp03...