I am trying to follow some tutorials for ASP.Net and for the life of me, I just can't figure out what the @
Symbol does when it is before an variable.
I thought it was just a shortcut to either session variables or request.form, but I have tried it in a few places without any luck.
When I put it in somewhere at random, I get the error : Expression Expected
, however, when I look at the examples I am working from, they do not look like expressions so I am very confused!
Please help!?