how to put checkbox control by using checkboxlist within the repeater?

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default how to put checkbox control by using checkboxlist within the repeater?

    how to put checkbox control by using checkboxlist within the repeater?


    angus Guest

  2. Similar Questions and Discussions

    1. 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>
    2. 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...
    3. 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...
    4. 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...
    5. /!\ 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139