e.handled

  1. dashing.sujay

    C#: Exception handling(?)

    I have recently started learning C#. I was making a simple form application to calculate sum of fruits (checked through checkboxes) and quantity entered. Problem is coming in quantity. if (Convert.ToInt32(textBox1.Text) > 0) { if (checkBox1.Checked)...
Top Bottom