a string doesn't exist in the current context
- by Strider007
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 ?