|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
dynamic checkbox controlsDear Sir,
I want to create some dynamic checkbox controls into the table. How can I get these controls after the form is submitted. ----------------------------------------------------- e.g. For i = 1 to 9 trwRow = New TableRow chkCheckBox = New CheckBox chkCheckBox.ID = "c" + CStr(i) tclCell = New TableCell tclCell.Controls.Add(chkCheckBox) trwRow.Cells.Add(tclCell) Next ----------------------------------------------------- Thanks! James
ERROR: The state information is invalid for this page and might be corrupted
Problem accessing controls Properties do not reliably persist using CompositeControl file upload and download Formfields in Repeaters - validation and save into DB Drop Down List issue themes Images SiteMap resolve question Parameter as web user control Any way to set attributes for server controls by referencing properties/methods/variables? |
|||||||||||||||||||||||