aspnetuser
Technical User
I get the following error message when trying to check a check box that will update a sql field type INT.
Error converting data type varchar to numeric.
web form
hours check box
hours is set to numeric. chekc box is set to int.
it only fails when i try to check a check box and hit submit
it works if both types are set to int
but i need hours as a numeric.
any ideas on how to fix this?
Error converting data type varchar to numeric.
web form
hours check box
hours is set to numeric. chekc box is set to int.
it only fails when i try to check a check box and hit submit
it works if both types are set to int
but i need hours as a numeric.
any ideas on how to fix this?