I have a page with a button and a frame
In the frame I have another page with a text box
I want to be able to change the text by clicking the button
In other words I want the parent to change the son content…
Can you help?
Thanks
Asaf
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.
If the Text property is not visible from the parent, you must implement a public property or method on the child that will take care of changing the Text property.