Input string was not in the correct format using int.Parse
- by JDWebs
I have recently been making a login 'representation' which is not secure. So before answering, please note I am aware of security risks etc., and this will not be on a live site. Also note I am a beginner :P.
For my login representation, I am using LINQ to compare values of a DDL to select a username and a Textbox to enter a password, when a login…