Skip to Content
0
Former Member
Apr 27, 2009 at 07:06 AM

Dynamically the buttons should display as per input no's.

22 Views

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