Using UpdatePanel, PopupControlExtender, DragPanelExtender, and ResizableControlExtender

Last post 03-23-2007 11:02 AM by Lambert. 2 replies.

Sort Posts:

  • Using UpdatePanel, PopupControlExtender, DragPanelExtender, and ResizableControlExtender

    03-20-2007, 11:14 AM
    • Member
      2 point Member
    • Lambert
    • Member since 10-30-2006, 9:53 AM
    • Posts 8

    I want to make a popup window that is populated on the server that you can resize and drag.  Is there a way to turn off the modal part of the ModalPopup?  If not, does anyone have an example of how to combine the UpdatePanel, PopupControlExtender, DragPanelExtender, and ResizableControlExtender to make a popup window?  I have not seen any examples of combining these four controls on the forums.

    Filed under:
  • Re: Using UpdatePanel, PopupControlExtender, DragPanelExtender, and ResizableControlExtender

    03-21-2007, 9:58 PM
    • Contributor
      2,610 point Contributor
    • kirtid
    • Member since 11-18-2006, 12:41 AM
    • Redmond
    • Posts 658

    PopupControl extends from DynamicPopulateExtenderControlBase so you can populate its contents dynamically. If not you can have an update panel inside the popup control and make it draggable and resizable. It should work in theory but there are no guarantees. Your findings may be helpful to us. We had a lot of issues making the modal popup draggable and have a drop shadow. I am working on making it resizable next.

    Kirti Deshpande
    Program Manager, Silverlight and ASP.NET AJAX
    Microsoft

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Using UpdatePanel, PopupControlExtender, DragPanelExtender, and ResizableControlExtender

    03-23-2007, 11:02 AM
    • Member
      2 point Member
    • Lambert
    • Member since 10-30-2006, 9:53 AM
    • Posts 8

    Kirtid:

    I have tried an update panel inside the popup control and make it draggable and resizable.  It does not work.  I wish you would add an option on the modal popup to make it not modal.  This would solve my problem.   I guess nobody has tried to do what I need yet.  oh well.

Page 1 of 1 (3 items)