AjaxControlToolkit problem with modal panels

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrea Gasperi

    AjaxControlToolkit problem with modal panels

    Hi there not sure if this is the right place but i'm proud to use for the
    first time the "Managed Newsgroups" feature of my brand new MSDN
    subscription :-)

    So here is the problem.
    I've configured a page with five panels that I use with the modal popup
    extender. This panels are nested in web controls. Page structure is not that
    simple but works well.

    The only (big) problem is that when the page is loaded all the panels used
    for modal pop-up are shown for a second or less on the screen then they
    disappear. So after each postback the page looks orrible resultingi in a
    very poor user expirience.

    Is this a known issue? Can I avoid this with some tricks?

    Thanks in advance!
    Take care
    Andrea G.








  • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

    #2
    RE: AjaxControlTool kit problem with modal panels

    you probably do not have style="display: none" on your popup panels

    -- bruce (sqlwork.com)


    "Andrea Gasperi" wrote:
    Hi there not sure if this is the right place but i'm proud to use for the
    first time the "Managed Newsgroups" feature of my brand new MSDN
    subscription :-)
    >
    So here is the problem.
    I've configured a page with five panels that I use with the modal popup
    extender. This panels are nested in web controls. Page structure is not that
    simple but works well.
    >
    The only (big) problem is that when the page is loaded all the panels used
    for modal pop-up are shown for a second or less on the screen then they
    disappear. So after each postback the page looks orrible resultingi in a
    very poor user expirience.
    >
    Is this a known issue? Can I avoid this with some tricks?
    >
    Thanks in advance!
    Take care
    Andrea G.
    >
    >
    >
    >
    >
    >
    >
    >
    >

    Comment

    • Andrea Gasperi

      #3
      Re: AjaxControlTool kit problem with modal panels

      Hi bruce!
      Thanks for your help but if i use this i simply can't see the pup-up.
      I forgot to mention that this update panels lives inside panels extended
      with the DragPanelExtend er maybe this makes some difference?

      Andrea.




      "bruce barker" <brucebarker@di scussions.micro soft.comwrote in message
      news:DC1DA767-4C19-4A8F-BA84-F8AFD4A5AB5A@mi crosoft.com...
      you probably do not have style="display: none" on your popup panels
      >
      -- bruce (sqlwork.com)
      >
      >
      "Andrea Gasperi" wrote:
      >
      >Hi there not sure if this is the right place but i'm proud to use for the
      >first time the "Managed Newsgroups" feature of my brand new MSDN
      >subscription :-)
      >>
      >So here is the problem.
      >I've configured a page with five panels that I use with the modal popup
      >extender. This panels are nested in web controls. Page structure is not
      >that
      >simple but works well.
      >>
      >The only (big) problem is that when the page is loaded all the panels
      >used
      >for modal pop-up are shown for a second or less on the screen then they
      >disappear. So after each postback the page looks orrible resultingi in a
      >very poor user expirience.
      >>
      >Is this a known issue? Can I avoid this with some tricks?
      >>
      >Thanks in advance!
      >Take care
      >Andrea G.
      >>
      >>
      >>
      >>
      >>
      >>
      >>
      >>
      >>

      Comment

      • Allen Chen [MSFT]

        #4
        Re: AjaxControlTool kit problem with modal panels

        Hi Andrea,

        From your description more than one ASP.NET AJAX controls are involved. In
        this case I'd like to view your code first before giving a solution. Could
        you send me a simple demo that can reproduce this problem? My email is
        v-alchen@microsof t.com.

        Regards,
        Allen Chen
        Microsoft Online Community Support

        Delighting our customers is our #1 priority. We welcome your comments and
        suggestions about how we can improve the support we provide to you. Please
        feel free to let my manager know what you think of the level of service
        provided. You can send feedback directly to my manager at:
        msdnmg@microsof t.com.

        =============== =============== =============== =====
        Get notification to my posts through email? Please refer to
        http://msdn.microsoft.com/en-us/subs...#notifications.

        Note: MSDN Managed Newsgroup support offering is for non-urgent issues
        where an initial response from the community or a Microsoft Support
        Engineer within 2 business day is acceptable. Please note that each follow
        up response may take approximately 2 business days as the support
        professional working with you may need further investigation to reach the
        most efficient resolution. The offering is not appropriate for situations
        that require urgent, real-time or phone-based interactions. Issues of this
        nature are best handled working with a dedicated Microsoft Support Engineer
        by contacting Microsoft Customer Support Services (CSS) at

        =============== =============== =============== =====
        This posting is provided "AS IS" with no warranties, and confers no rights.

        Comment

        Working...