B
barry
What follows works fine on my localhost when I test it but migrating to my
web host gives me an error
The line of code is:
poly1a.employeeID = CInt(TextBox1.Text)
The error message is "Input string was not in a correct format."
1. have option strict on
2. The employeeID is a property defined as an integer
3. Caste the textbox1.text as integer
Any help would be appreciated
web host gives me an error
The line of code is:
poly1a.employeeID = CInt(TextBox1.Text)
The error message is "Input string was not in a correct format."
1. have option strict on
2. The employeeID is a property defined as an integer
3. Caste the textbox1.text as integer
Any help would be appreciated