Ask a Question related to ASP.NET Building Controls, Design and Development.
-
angus #1
how to put checkbox control by using checkboxlist within the repeater?
how to put checkbox control by using checkboxlist within the repeater?
angus Guest
-
CheckBox dataprovider with label by repeater
Hello, Is this possible label_title1 CheckBox1 CheckBox2 label_title2 CheckBox3 CheckBox4 label_title3 CheckBox5 CheckBox6 code: <mx:Grid> -
Checkbox inside of a repeater
Hi All, I have successfully gotten a list of checkbox's onto a page using a repeater which has an array for a dataprovider. The dataprovider's... -
how to update from a checkboxlist or checkbox
Can someone please help me. I thought this would be relatively painless but Im having problems. I've created a small applicaion using asp.net... -
Checkbox in repeater
Hi, I use a Checkbox in a Repeater, how can I know which Checkbox have changed in OnCheckedChanged? I have tried to set id then checkbox is... -
/!\ How to colorize selected checkbox in checkboxlist control ?
Dear UseNet readers, Does anyone have any idea on how to colorize selected checkbox in checkboxlist control ? I've quite a huge checkboxlist... -
angus #2
how to put checkbox control by using checkboxlist within the repeater?
Dear All,
How to put checkbox controls by using checkboxlist within the repeater?
Thank you
Regards,
Angus
angus Guest
-
angus #3
Re: how to put checkbox control by using checkboxlist within the repeater?
I have done something like that in that repeater. As all the checkbox has
the same id, i wonder how i could get the select checkbox control.
Thank you
<ItemTemplate>
<asp:CheckBox ID="CheckBox" runat="server"></asp:CheckBox>
</ItemTemplate>
"angus" <angus@angus.com> wrote in message
news:OWW%23kJyMEHA.1468@TK2MSFTNGP12.phx.gbl...> how to put checkbox control by using checkboxlist within the repeater?
>
>
angus Guest



Reply With Quote

