Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Can you reference session variables the same in C# as in VB? It seems to not like when I say:string user = Session("userName");It says something about: CS0118: System.Web.UI.UserControl.Session denotes a property where a method was expectedand points to that line. Any ideas?
Can you reference session variables the same in C# as in VB? It seems to not like when I say:
string user = Session("userName");
It says something about: CS0118: System.Web.UI.UserControl.Session denotes a property where a method was expected
and points to that line. Any ideas?