declaration expected ?

  • Thread starter Thread starter TJS
  • Start date Start date
T

TJS

In a code class, why is this line resulting in an error message about
needing a declaration ?

System.Web.HttpContext.Current.session("msg") = "xxx"
 
Back
Top