Hi all,
So I haven't coded in a long while as I've been managing a team instead. Anyhow I'm short on resources and am back coding a bit. Trying to emulate SSRS multi value parameters in ASP.net. I have managed to do this but now I'm trying to take the selected values from my check box list inside a panel (used in conjuction with a text box and the popupcontrol extender) and pass these to the next one. How can I tell when the user has completed selecting items in checkbox list 1 and that it's time to go and populate the subsequent checkbox list. eg. lets say my first check box list is for country and the user checks the boxes for AU and UK. If the 2nd check box list was a list of Cities in the world, how to know when to fire off the query to SQL server so that the 2nd check box list only is only populated with the cities in UK and AU.
I have a few of these cascading drop downs and I know how to do it when there is only 1 item selected in a true drop down but I cannot figure out how to do this when trying to copy how SSRS does it.
Can anyone help me?
thanks