pass data from parent page to popup
Posted
by d daly
on Stack Overflow
See other posts from Stack Overflow
or by d daly
Published on 2010-04-22T08:01:06Z
Indexed on
2010/04/22
8:03 UTC
Read the original article
Hit count: 273
Hi
I have an asp.net page which launches a child page in another browser window to look like a popup. I want to pass 2 pieces of data to it from the parent page. I know ots possible with javascript, but is there a way to do it using C#?
thanks again
© Stack Overflow or respective owner