My requirement is to pass a session value from aspx page to asp page. Let me explain you everything in details.
I have one asp page from where I am doing one Server.Execute to another asp page. In the second asp page I have one Iframe which calls one aspx page where I need to fetch some data from database with some other functionality added.
My problem is to send a session value from aspx page to the first asp page. But I am not able to get the session value.
Can anyone please let me know how can I do this?
Many Thanks Dipa