Hello again,
Hope somebody can help me.
I wrote an User Control whicj I trag and drop on my aspx in the visual
studio: see here: http://www.uni4um.at/help1.jpg
the HTML code looks like this:
<cc1:MatrixQuestion ID="MatrixQuestion1" runat="server">
</cc1:MatrixQuestion>
and the control is showed well in my Internet Explorer.
BUT !!!!!!! =>
then I change a property of my Control and the visual Studio makes some
changes: look here: http://www.uni4um.at/help2.jpg
After that my HTML code looks like this:
--------------------
<cc1:MatrixQuestion ID="MatrixQuestion2" runat="server"
NumberOfRadio="5">
<asp:Label runat="server" Width="200px">Frage?</asp:Label>
     <asp:Label runat="server">leicht</asp:Label>
     <asp:RadioButton ID="1" runat="server"
AutoPostBack="True" GroupName="mygroup" />
<asp:RadioButton ID="2" runat="server" AutoPostBack="True"
GroupName="mygroup" />
<asp:RadioButton ID="3" runat="server" AutoPostBack="True"
GroupName="mygroup" />
<asp:RadioButton ID="4" runat="server" AutoPostBack="True"
GroupName="mygroup" />
     <asp:Label runat="server">schwer</asp:Label>
</cc1:MatrixQuestion>
---------------------------
And the control is showed twice in my Internet Explorer.
Do you know why?
Some help qould be nice.
Thank you very much!
Gellert
--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Gellert - 29 Nov 2005 15:54 GMT
Nobody?
Please help!
Thanks a lot.
--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com