Populating mulitple controls from database

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Developing a form that has multiple controls; TextBoxes,
RadioButtons, CheckBoxes, etc. I want to dynamically
populate all the controls from the database and scroll
through the data row by row. I really don't want the
tabular look of the DataList.

Is there a way of doing this in .NET?

Thanks
 
I haven't seen a straightforward method of this being done.

Yes you should do it yourself, however you can add controls dynamicly at run
time in a windowform as well in a webform.

Cor
 
Back
Top