3
Answers

adding panel dynamically on button click

Photo of hadoop hadoop

hadoop hadoop

10y
1.1k
1
I've a panel "txn_panel" which contains:
one label "lbl_particular", 3 textboxes txt_quantity, txt_rate, txt_amount.
When the Add button is clicked I want to add this panel dynamically i.e.
first time there will be only one label and three textboxes. On clicking the Add button the label and the textboxes should be added vertically. It should go for ten times. How can I do that?

Answers (3)