1
Answer

TEXTBOX changed will updated panel text

Photo of Seshadri M

Seshadri M

7y
517
1

In panel we have two text box textbox 1 and textbox 2 and we typed the values1 and values2  in textbox.

panel.txt1; // values 1
panel.txt2; // values 2 
 
String values = panel.txt1 + panel.txt2
 

Answers (1)