
August 19th, 2003, 11:27 PM
|
|
Junior Member
|
|
Join Date: Aug 2003
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Help? How to get the sesson value from the programs by asp to programs by .net
Now , I want to write some web pages by .net and want to make an unique project with the old web pages by asp , the question is that i cant get sesson value from the programs by asp to programs by .net . What will I do ?
_______________________________________________________________
[c#.net]
string what=Session["what"];
[asp]
session("what")="is that"
-----------------------------------------------------------------------
(Maybe .net using the Hashtable )
Sorry for the poor English, and waiting for the help .thanks
|