lothos12345
Junior Contributor
At the following code line it is giving me an invalid cast exception not sure why. Keeping in mind that option strict is on. Any given would be greatly appreiciated.
Dim tindex as integer
tindex = Convert.ToInt32(ComboBox4.SelectedValue)
Dim tindex as integer
tindex = Convert.ToInt32(ComboBox4.SelectedValue)