Am trying to add different numbers from different textbox, in a way that once the values are entered into each textbox, the summed value is displayed in a label showing the total value. eg. textbox1 + textbox 2 values to be displayed in label1. in C#. pls how do i go about this? thanks
Share
Here’s a very simplistic approach using two text boxes. Assuming you have the event handler hooked up properly, this should work for you. There’s more elegant approaches for sure, but this should get you started.