Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I have scenario where in there's a pop up display having OK button, on click of this button takes me to another view. How can I do this?
Solved! Go to Solution.
Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.
Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.
Thank you for the info.