Hey Rahul
I'm not actually passing two values - or passing to values would not be a problem.
I have one model where my data is stored, which I display. The user should then select an item (a Country) and I want to pass that data to a different view.
The problem is that I don't know how find out which value/id the user selected or, better, how to create a binding so that when the user selects something, I would have the selected value in my model (that I want to pass).
Regards
Phil