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)...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.