P
Paul Hale
Hi,
I have two web forms (lets call them webform1 and webform2) that run
as part of the same web application.
Webform1 contains a text box. I would like to pop up a new browser
window (containing webform2) and read the contents of the text box in
webform1 and display in webform2.
Is it possible to do this without posting the contents in a form or
over http or setting up a cache.
Ie - Something like declaring the text box public in webform1 and
then...
(Code in webform 2)
dim objWebForm1 as webform1)
response.write(objWebForm1.mytextbox.text)
Hopefully you get what im trying to do!
Thanks for any help!
Paul.
I have two web forms (lets call them webform1 and webform2) that run
as part of the same web application.
Webform1 contains a text box. I would like to pop up a new browser
window (containing webform2) and read the contents of the text box in
webform1 and display in webform2.
Is it possible to do this without posting the contents in a form or
over http or setting up a cache.
Ie - Something like declaring the text box public in webform1 and
then...
(Code in webform 2)
dim objWebForm1 as webform1)
response.write(objWebForm1.mytextbox.text)
Hopefully you get what im trying to do!
Thanks for any help!
Paul.