strange problem about ModalPopupExtender

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

    #1

    strange problem about ModalPopupExtender

    Hi guys
    i have a strange problem about my modalpopupexten der. In my page, i put a
    gridview inside a updatepanel with paging enabled. also i put a
    modalpopupexten der in another updatepanel to do the edit and add new job.
    My problem is everytime time i change the page index in my gridview. and i
    click my add new button the validator in the modalpopupexten der will show
    the error message. but after i click the cancel button to close the
    modalpopupexten der then open it again. the error message will disappear. and
    everything displays fine.

    Can anyone tell me how this happen??..

    cheers
    Victor


  • Walter Wang [MSFT]

    #2
    RE: strange problem about ModalPopupExten der

    Hi Victor,

    First, please note this ModalPopupExten der is part of ASP.NET AJAX Control
    Toolkit.

    The control toolkit is a shared-source collaborative project built together
    by a team containing both Microsoft and non-Microsoft developers (visit the
    CodePlex Project to learn more, or volunteer to contribute). All source
    for the controls is provided completely for free (with full re-use and
    modification rights).

    The majority of controls within the ASP.NET AJAX Control Toolkit leverage
    the "Control Extender" pattern that the core ASP.NET AJAX library
    introduces, and which delivers a super powerful way to easily enable
    specific AJAX scenarios on a site with minimal effort.


    Please download the sample website along with the control toolkit, there's
    an example webform for the ModalPopupExten der. My understanding is that you
    don't need to put the control inside a UpdatePanel.

    Besides that, I'm also still not quite clear about the issue you described,
    would you please depict more? Thanks.

    Regards,
    Walter Wang (wawang@online. microsoft.com, remove 'online.')
    Microsoft Online Community Support

    =============== =============== =============== =====
    When responding to posts, please "Reply to Group" via your newsreader so
    that others may learn and benefit from your issue.
    =============== =============== =============== =====

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

    Comment

    Working...