views:

507

answers:

1

Hello there

I'm currently playing around with the PopupControlExtender in the ajaxToolkit and can't quite get the functionality I want.

I'm trying to display a free floating "help" panel for an input form.

Once the user presses the help button on the form the pnael pops up and displays no problem however once I click back on the main form it dissappears again.

I understand this good behaviour for most applications but I'd like to get the popped up panel to stay on screen until I explictly close it (using a close button within the panel itself).

Is this possible and if so how?

Thanks in advance.

Andy

+1  A: 

Might give the ModalPopupExtender a try. It locks the main page out until an event takes place on the popup.

Matt