convert a string to an Int
Hey all,
When I try and do this:
int inputId = (int)recallPlayer.Text;I get this error:
Error 16 Cannot convert type 'string' to 'int'
what I am trying to do is have a text input box that a user puts a number into and then see if there is a match in the db. Any ideas? Thanks

