S
Sam
Hi
I have a cast issue, I can't figure out why:
txtTabId.Text = DirectCast(Value, String)
Value is of type Integer and txtTabId.Text expects a String.
I get the error :
'DirectCast' operand must have a reference type, but 'Integer' is a
value type.
I have a cast issue, I can't figure out why:
txtTabId.Text = DirectCast(Value, String)
Value is of type Integer and txtTabId.Text expects a String.
I get the error :
'DirectCast' operand must have a reference type, but 'Integer' is a
value type.