- Aug 17, 2006
- 2,546
- 1
- 81
So I started learning C# today (literally...maybe 10 hours ago?) and I am loving it so far. Visual Studio 2010 Pro is THE BOMB. It seems like it does everything for you. Anyways, I'm making a webpage that includes a dropdown menu. For each selection in the dropdown menu, I will then display a list of checkboxes. Each dropdown menu value will have a different list of checkboxes that are associated with it. I have the dropdown menu set up, but how do I tell it to do an action (like display the list of checkboxes) once a value is selected? Likewise (this is probably the same process), how can I tell my web application to complete an action once a certain checkbox is selected?