Hi,
I have a classic asp page which has, encapsulated within it in an iframe, is a .net ajax control. This all works fine. However, what I need to do is if a button is clicked in the .net control I need a session variable on my classic asp page to be updated. So I guess, simply put, how do I pass a variable from a .net page to a classic asp page?
I have read some stuff about putting the vars to be passed in the query string but this wont work (I think) because the when the ajax control updates it doesn't refresh the encapsulating page.
Could I use an intermediary page? From within my ajax control can I call another classic asp page, and then use some code in that to update the var? The intermediary page would never be displayed.
Thanks, R.