C#: Cascading combobox
I have ComboBox that loaded with three servers name. I want to retrieve drive info on each server based on user's option of the server name in the combobox. I have another combobox that should be populated with the drive on each server.
Any idea how I could accomplish that?
I am connecting to the server with connection string:
string ConnectionString = "data source = ServerName;Integrated Security=True"
Example: