Hi friends,
I have BSP with 1 page .
Input is Enter No
If i enter 3 as input my layout should display 3 buttons with name BUTTON1 BUTTON2 BUTTON3
If i enter 1 as input my layout should display 1 buttons with name BUTTON1
Means dynamically the buttons should display as per input no's.
Suggestion pls.
I am displaying my button like below
<input type=submit name="onInputProcessing(B1)" value=" BUTTON1">
Suggestion pls.
Moosa