1
votes
votes
2 answers
C# Input string was not in a correct format.
hi! This is a simple calculator, but I get a error, "Input string was not in a correct format." [code] protected void Page_Load(object sender, EventArgs e) { } protected void Multiplisere(obje ...
