I have picker and various label and list view on a page. Picker has various branch such as London Branch, New Branch, UAE branch and the label values and listview values are dependent on the value of branch.
I ask the user to select branch at time of login and display data accordingly. Now, i want that as that if user selects any other branch at that page the page should reload and that branch specific values should be displayed.
i working with web api. So i have changed the branch just having issues with reloading the page.