How do I add and get session defined variables?
when I do this Session("USERID ") = "NAME"; I get
System.Web.UI.P age.Session' denotes a 'property' where a 'method' was
expected
Thanks,
Bryan
when I do this Session("USERID ") = "NAME"; I get
System.Web.UI.P age.Session' denotes a 'property' where a 'method' was
expected
Thanks,
Bryan
Comment