yo probe la pagina que el dio y lovi sin problemas, aparecen los checkbox's
bueno yo copie el codigo que puso
rootk
mmm.. se me hace raro.. porque conmigo si se ven los checkbox.. .. mira.. te mando al código tal cual lo tengo y a mi me funciona.
citar:
--------------------------------------------------------------------------------
<form id="Form1" method="post" runat="server">
<asp:checkboxlist id="cbList" runat="server" OnSelectedIndexChanged="Check_Clicked" AutoPostBack="True"
TextAlign="Right" RepeatDirection="Horizontal" RepeatColumns="3">
<asp:ListItem>Web Site News</asp:ListItem>
<asp:ListItem>New Products</asp:ListItem>
<asp:ListItem>Job Postings</asp:ListItem>
<asp:ListItem>User Newsletter</asp:ListItem>
<asp:ListItem>Bugs and Updates</asp:ListItem>
</asp:checkboxlist>
<asp:Label id="Message" runat="server">Label</asp:Label></P>
</form>
--------------------------------------------------------------------------------
o no será un pequeño bug de la page..??? , porque no intentas creando un nuevo web form y lo vuelves a cargar haber que pasa.
***********************************************
pero me da un error
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30456: 'Check_Clicked' is not a member of 'ASP.checkbox_aspx'.
Source Error:
Line 12: <form runat="server">
Line 13: <form id="Form1" runat="server" method="post">
Line 14: <asp:checkboxlist id="cbList" runat="server" RepeatColumns="3" RepeatDirection="Horizontal" TextAlign="Right" AutoPostBack="True" OnSelectedIndexChanged="Check_Clicked">
Line 15: <asp:ListItem>Web Site News</asp:ListItem>
Line 16: <asp:ListItem>New Products</asp:ListItem>
Source File: C:\Inetpub\wwwroot\ASpNET\checkbox.aspx Line: 14 |