I want to add an feature in which my users enter any two numbers in Text Box like this :-
24, 26
And when they enter “Go” Button then Label1 Text should show its answer- 50
Here I haven’t kept two Textbox. There is only 1 Text Box. But format of entering can be changed however possible! But I am thinking of entering-
,
Label1.Text = <Number1+Number2>
Text back if you need additional Info