Hi all. I have a button list with about 4 buttons the user can choose from. For each button, I want to add a dropdown list. The drop downs have the source as a XML file or a query. How (in Visual Studio 2005) can I add the dropdowns to the button list beside the button they go with? Also, can I nest button lists? For example - if the user chooses one button - the rest on the page should be disabled. It they choose a different button, not all others will be disabled but just some of them (different button list groups). Do I just have to put things in buttonlists and then disable the buttonlists separately in the
VB.net code?
Thanks!