Posted on: 5/18/2015 5:04:13 PM | Views : 628

This would be with ASP.Net VA.  Is there a way to open a new screen that will interface with the current VB page?  
An example would be to leave the current ASPX page running and load a calculator screen over the page.  Then, and this is the important...send data to the server side.
I hope this example makes sense.  Right now, if I open a new window, I can use session state to send data to another page.  But my options are to only send to a new page.
I have tired Javascript but it does not seem to want to send data to a ASP.Net VB page.  It only displays it on the ASPX page.
How about PHP?  Any other ideas?
Thanks,
Carthalion

Go to the complete details ...