Merging ASP and ASP.Net

  • Thread starter Thread starter John Timney \(MVP\)
  • Start date Start date
J

John Timney \(MVP\)

You'll need to do a bit of reading,as thers a few approaches - none of them
particularly that easy if you really want to share session data and not
simply transfer values betwene the different versions.

Google brings up lots of results on the subject:
http://www.google.co.uk/search?hl=en&q=asp+asp.net+sharing+sessionstate&btnG=Google+Search&meta=

........one specific link jumps out thats worth attention:

http://www.eggheadcafe.com/articles/20041017.asp

--
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
 
Dear All,
I have an application developed in ASP. Now I want to develop new pages in
ASP.Net.Can anyone help me in this regard that How I will tranfer session
from ASP to ASP.Net Page.
 
Back
Top