How do I convert from a string to an integer? Here\'s what I tried:
Price = CInt(Int(txtPrice.Text))
I took out the Int and I
Int
You can use the following to convert string to int:
For details refer to Type Conversion Functions (Visual Basic).