Hi, So i've got a web page that has various drop down menus on them. The first one is for processes and the second for activities. I was wanting the second drop down list (activities) to only show the activities related to that process. I'm only starting ASP.NET so not sure how to accomplish this. I am using stored procedures on SQL Managemenent Studio and have created one to display the list of processes and one for the activities. I have also got object data sources for both drop dowm lists. The Process one is working fine, it displays the various different processes available. Could anyone give me any information on how the process drop down list contols the second one and how i could get this working.
Thanks :)