How to pass a data (ex userid ) from one page to another page in blackberry 10 qml ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can either create property on target page or create a java script function to do so. If you want to validate or perform any other operation before assigning you should use java script function.
Call it on your page like this
OR