RadioList and DropDown ??

R

Random

I'm working with Whidbey (ASP.NET 2.0), and still getting familiar with the
new DataSource controls and methods of databinding. I have a databinding
conundrum that I am wondering how is best solved. In ASP.NET 1.0 it is a
problem.

The data I want to display is represented by a one-to-many relation between
two tables in the database (much like a customers/orders analogy). I would
like to have the "customers" displayed in the grid/table as a radio button
list for the user to choose between, and the "orders" displayed in seperate
combo boxes next to each radio button.

I was thinking about using a DataSet with two DataTables in it ("customers"
and "orders"), and then binding to DataViews, but am not sure how this would
work exactly. Any suggestions?
 

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

Similar Threads


Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top