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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top