Input string was not in a correct format.
Code:
cmd = new SqlCommand("select Username, Address, City, State, Zip " + "HomePhone, Extension, MobilePhone from Employees" + "where EmployeeID=@EmployeeID", conn); cmd.Parameters.Add("@EmployeeID",SqlDbType.Int); cmd.Parameters["@EmployeeID"].Value =Convert.ToInt32(