views:

182

answers:

1

this is the scenario. I have 1 aspx file with a table in it.

it has a .aspx.vb file behind it. i want to populate this table from the .vb code. the table shall have many lines (rows) but they should be in this format. also the checkbox data, textbox data and dropdownlist data comes from database behind. how should i go about this?

A: 

can you provide a little more information what you are trying to achieve,

in order to format your table to change the way fields are displayed it can be done by converting fields into Template Fields and than going in and modifying each template

SaUce