Im Using MS Visual Studio 2005 Profesional Edition with C#. I have a page that has two(2) drop down lists. The first drop down contains info that when selected will influence the results in the second drop down list. When the info from the second drop down list is clicked it will then display information in a Grid View.
I am connecting to a MSSQL server to get the options for the drop down lists and GridView.
How would I depending on the selection from the first drop down be able to influence what is displayed in the second drop down? Then how would I display information depending on the second drop down in the grid view?
Any pointers, hints or info about this problem is greatly apreciated.