VB.NET HttpContext.Current.Session('Value1') = '1'. C# HttpContext.Current.Session['Value1'] = '1';. In similar manner you can use Application Variables too ...
確定! 回上一頁