This is a discussion on "Is anybody tell me how to iterate <asp:Checkbox> array loop." within the ASP.NET Forum section. This forum, and the thread "Is anybody tell me how to iterate <asp:Checkbox> array loop. are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Is anybody tell me how to iterate <asp:Checkbox> array loop.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Is anybody tell me how to iterate <asp:Checkbox> array loop.
Dear Friend,
Is anybody tell me how to iterate <asp:Checkbox> array loop. e.g. in PHP <INPUT TYPE="CHECKBOX" NAME="CHK[]"> I am using foreach loop. Will you pl guide me for below ASP.Net with C# code. While (daDetail.Read()) { lblLabel.Text += "<input type='checkbox' name='chk[" + daDetail["Module_id"] + i.ToString() + "]' value='A'>Add } This will create multiple checkbox. Now I want to know that how to get value of selected checkbox ? Thanking You, |
|
|
![]() |
| Tags |
| anybody, tell, iterate, ltaspcheckboxgt, array, loop |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| checkbox[] array into mysql... OUT? | ppgpilot | PHP Forum | 1 | Mar 13th, 2008 20:37 |
| Validatwe multiple checkbox with array [] | Mochachino | JavaScript Forum | 0 | May 5th, 2007 04:44 |
| The Loop | Blake121 | Free Web Site Critique | 5 | May 1st, 2007 14:25 |
| Sorting a new array from an existing array | Ozeona | Flash & Multimedia Forum | 2 | Sep 20th, 2005 08:43 |
| array unable to check another array so as to be displayed | Ozeona | Flash & Multimedia Forum | 1 | Aug 5th, 2005 10:26 |