1
Reply

TEXTBOX changed will updated panel text

Seshadri M

Seshadri M

Sep 6 2017 1:51 AM
149

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)