textbox1 = (1) textbox2 =(50) textboxsum = (51) <--- automated sum from textbox1 and textbox2
Try textboxsum.Text = Convert.toInt32(textbox1.Text) + Convert.toInt32(textbox2.Text) Catch ...
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)