Hi I get this error "Input string was not in a correct format." when getting information from a text box. I have the following
Dim E_Daily As Decimal
E_Daily = Decimal.Parse(SP_E_Dy.ToString()) ' Text box value = 15.14
This should be ok, shouldent it?
TIA
Desmond.
Dim E_Daily As Decimal
E_Daily = Decimal.Parse(SP_E_Dy.ToString()) ' Text box value = 15.14
This should be ok, shouldent it?
TIA
Desmond.