S
shapper
Hello,
In a custom control property I have the following:
If CStr(ViewState("InfoWidth")) Is Nothing Then ...
I am getting the error:
Conversion from type 'Unit' to type 'String' is not valid.
Can someone tell me how can I convert the InfoWidth (Type =
WebControls.Unit) to a string?
Thanks,
Miguel
In a custom control property I have the following:
If CStr(ViewState("InfoWidth")) Is Nothing Then ...
I am getting the error:
Conversion from type 'Unit' to type 'String' is not valid.
Can someone tell me how can I convert the InfoWidth (Type =
WebControls.Unit) to a string?
Thanks,
Miguel