from this thread thread
i can open new window by using message this comment, but i also want to pass parameter to new open windows.
Any idea for this?
Thank you.
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.
Create a custom class that inherits NotificationMessage and set what you want in it and pass it and then on view side cast it back to your custom class. I hope this will help.