Monday, January 21, 2013

The operand of an increment or decrement operator must be a variable, property or indexer

this is illegal

((Int32)Session["counter"])++

because the cast returns a value - not a variable

No comments:

Post a Comment