G
Guest
Hi!
How do I pass strings between webforms using Request["..."] in the target
webform but without using
Response.Redirect("SearchPOs.aspx?vendorName=" + vendorName);
in the source webform. This is bec. the source webform is a popup window and
I am not able to pass the strings. I also dont want the popup (source)
webform to become another target webform. Any suggestions?
thanks,
newbie
How do I pass strings between webforms using Request["..."] in the target
webform but without using
Response.Redirect("SearchPOs.aspx?vendorName=" + vendorName);
in the source webform. This is bec. the source webform is a popup window and
I am not able to pass the strings. I also dont want the popup (source)
webform to become another target webform. Any suggestions?
thanks,
newbie