N
nicholas
I have an aspx page.
On that page there is a user control (ascx-file) that contains user-login
info.
How can I access variables defined on the ascx-page (usercontrol) from
within my aspx-page.
I tried for ex. to put a textbox (MyTextBox) in the user control.
But when, on my aspx-page I try to get the value of that textbox
(MyTextBox.text) I get an error that says that MyTextBox is not defined.
THX for helping me!
On that page there is a user control (ascx-file) that contains user-login
info.
How can I access variables defined on the ascx-page (usercontrol) from
within my aspx-page.
I tried for ex. to put a textbox (MyTextBox) in the user control.
But when, on my aspx-page I try to get the value of that textbox
(MyTextBox.text) I get an error that says that MyTextBox is not defined.
THX for helping me!