I have a list of object as model. I have properties like Server, Database, User.
What i want is a dropdown with list of object bound to it and on the change of dropdown items, I have to populate the Database and User information in 2 different labels.
How can i achieve that using Model Binding ??