popupcontrolextender

PopupControlExtender question

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 ...

Nested PopupControlExtenders

I have a PopupControlExtender-'A' iside another PopupControlExtender-'B'. When 'A' shows up, it hides 'B' and subsequently hides itself. Has anyone run into this problem? Thanks --Virgil ...

Asp.net PopupControlExtender inside UpdatePanel

Hi, So i use PopupControlExtender (to edit some of the fields) inside ListViewControl which itself is embeded inside an UpdatePanel. The problem is as follows whenever you cause partail postback the popup panels are created client side outside the updatepanel. And you get more clientside controls with the same clientside ID. When you ...

PopupControlExtender for checkbox list. checked status retained even after clearing the checkbox list

I am using PopupControlExtender which pops up a panel. Inside the panel I have a CheckBoxList Everything is inside an update panel. Now if I select some items from the check box and use this in a method it's working fine. But for any successive save it retaining the true value of checked property of any previously selected item. I tried ...

calling the popup from a popupcontrolextender programmatically

I would like to call a popup of the popupcontrolextender programmatically. Is this possible? ...