How can i select one of the value to be default by sending a Querystring ?
like /?p=2 then package two is selected when the form is loaded ?
I have a button on one page and this is like "Book this package" and the url to this is /trips/
and i thinking i could maybe add /trips?p=2 and in the form i use som wpf-condition , but i cant figure out how