Tagged Questions

The PopupExtender is part of the AJAX Control Toolkit for ASP.net

learn more… | top users | synonyms

3
votes
1answer
135 views

Implement right-clicking context menu using PopupControlExtender?

Is it possible to implement a context menu which appears when users perform a right-click on an item of interest using the PopupControlExtender? From investigations so far, it seems like the ...
1
vote
0answers
192 views

popupcontrolextender web service 500 error

A user of my web applications is getting a web service 500 error, when using the popup extender control. However this is intermitent, I cannot reproduce this issue when debugging locally. I cannot ...
1
vote
1answer
436 views

ASP.NET Ajax PopupControlExtender On Close event?

I have a text box with an associated popupcontrolextender.This opens a panel containing a checkboxlist. What i want to do is add the values selected in the checkbox list to the text box when the ...
1
vote
1answer
826 views

How can I display a free floating panel for an input form using PopupControlExtender?

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 ...
0
votes
1answer
165 views

Passing a selected value in the grid view to a pop up panel in the same page

I have a button which redirects the page when clicked, it also pass the selected Email (from the grid) value to the SendMessage.aspx page. Now without redirecting I made a panel and few labels and ...
0
votes
0answers
65 views

Unable to reset checkboxlist values (from sqlserver) with popupcontrol extender.

I am trying to reset all the controls in an aspx page when reset button is clicked. All the controls are getting reset fine, except the checkboxlist populated from sqlserver with ...
0
votes
0answers
260 views

ASP.NET PopupControlExtender asynchronous and synchronous - which one?

I'm dealing with the PopupControlExtender in ASP.NET. Suppose that I have a PCE and have a GridView binded with SQL data/columns and surrounded by UpdatePanel inside of this PCE panel. The purpose of ...
0
votes
0answers
331 views

Ajax PopupControlExtender Scroll Position Inside Data List

I have an AJAX PopupControlExtender inside of an ASP DataList. For each item in the list a popup is generated for a Button in the ItmeTemplate. <Ajax:PopupControlExtender id="puCRMCount" ...
0
votes
1answer
312 views

GridView + Dynamic Columns + PopupExtender + CheckBoxList

I have a gridview with x dynamic columns. Each column contains either a DropDownList OR a TextBox, a CheckBoxList, and a PopUpControlExtender. The problem is that when I do postback I have to ...
0
votes
1answer
1k views

calling the popup from a popupcontrolextender programmatically

I would like to call a popup of the popupcontrolextender programmatically. Is this possible?
0
votes
1answer
942 views

Asp.net PopupControlExtender inside UpdatePanel

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