Select City and State [Filter]

1

I would like to create two ListPicker or even LongListSelector , so that when the user selects an "x" State, the cities appear in another ListPicker or enter another window with another LongListSelector the cities that in this state exist franchises (which will be the result of a webservice ) that I am currently doing as a mockup.

How to proceed in this? I have already looked in various places ..

Thank you!

    
asked by anonymous 06.02.2015 / 11:55

1 answer

3

The simplest form will be when there is a selectionChanged in the first listPicker change the source of the second listpicker .

    
17.04.2015 / 14:31