vb.net checkboxes. Need to populate from database and also help in designing

Posted by redr on Stack Overflow See other posts from Stack Overflow or by redr
Published on 2010-02-16T22:36:38Z Indexed on 2010/04/01 15:03 UTC
Read the original article Hit count: 141

Filed under:
|
|

i have this requirement and since im new to vb.net dont really have much of idea how to do this. I have 20 checkboxes with dropdowns and textbox with it. the example is -

table
tr
td
checkbox -- textbox -- dropdownlist
/td
/tr
tr
td
chk1        txtbox1    ddl1
/td
/tr
tr
td
chk2        txtbox2    ddl2
/td
/tr

and so on. the above structure shall be in one row of a table. does anyone know how to design this in code recursive and also how to take the checkbox data from here and send it to db table for records insert, update and select. thanks

© Stack Overflow or respective owner

Related posts about checkbox

Related posts about vb.net