Seshadri M

Seshadri M

  • NA
  • 69
  • 16.6k

TEXTBOX changed will updated panel text

Sep 6 2017 1:51 AM

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)