a string doesn't exist in the current context

Posted by Strider007 on Stack Overflow See other posts from Stack Overflow or by Strider007
Published on 2010-06-08T14:33:39Z Indexed on 2010/06/08 14:42 UTC
Read the original article Hit count: 133

Filed under:
|

the following is a part of my code.

string lsStatus;
lsStatus = ((Tv10DBLookup)(Sender)).EditValue.ToString();

while im debuging the code, im getting the following: "lsStatus is not in the context" !

Knowing that (Tv10DBLookup)(Sender)).EditValue is returning the value "Closed"

what does this mean ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about c++