R
RSH
I have a situation where I have a page called "HiddenFrame.aspx" that
contains a public property exposing the value of a textbox called "TextBox1"
that is in a hiddenframe.
Loaded in the main frame is a page called "Page1.aspx" in which from the
code behind I need to set the value of "TextBox1" which will be persistent
following the initial setting.
How can I set the value of that textbox in the hiddenframe?
Will I need to do it from the clientside?
Thanks Ron
contains a public property exposing the value of a textbox called "TextBox1"
that is in a hiddenframe.
Loaded in the main frame is a page called "Page1.aspx" in which from the
code behind I need to set the value of "TextBox1" which will be persistent
following the initial setting.
How can I set the value of that textbox in the hiddenframe?
Will I need to do it from the clientside?
Thanks Ron