I'm not sure i getting error for:
Session.Contents.Remove["xx"]
-Only assignment, call, increment, decrement, and new object expressions can be used as a statement
-Cannot apply indexing with [] to an expression of type 'method group'
How does one remove the contents of 1 session when , say, 5 are valid?
Thanks
Session.Contents.Remove["xx"]
-Only assignment, call, increment, decrement, and new object expressions can be used as a statement
-Cannot apply indexing with [] to an expression of type 'method group'
How does one remove the contents of 1 session when , say, 5 are valid?
Thanks