Transfer Session Variables
问题 I am trying to pass a vbscript session variable to my c# page. Upon research I found this page: Transfer Session Variables from Classic ASP to ASP.NET I don't know how to change my Int32 intresortID = Convert.ToInt32(Request.QueryString["TypeID"]); to read in the session variable in the same manner as from the code provided in the link above(pasted below:) <TITLE>ASPNETPage1.aspx</TITLE> <%@ Page language="c#" %> <script runat=server> // We iterate through the Form collection and assign the