Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.