SqlDataSource and DataView

C

Camel

Hi,

I'm just learning the new databinding paradigm in ASP.NET 2 and I have
a question. What if I want to use 1 SqlDataSource for 2 comboboxes?

What I want is a master/detail relationship between the 2 comboboxes.
That is, the value in combobox A filters the values shown in combobox
B. My first thought is to load the data once (via a SqlDataSource),
turn the caching feature on and filter the data using a DataView.

This presents 3 problems :
1) I haven't figured out how to use a DataView with a SqlDataSource yet
2) Web Developer Express 2005 appears to have no DataView visual
component
3) Is there a better way or more ASP.NET 2 way of doing this?

I'd appreciate any pointers

Regards,

Camel
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top