in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

aspxpopup and parent window

Last post 11/17/2008 8:05 AM by Victor A (Developer Express). 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
Previous Next
  • 11/15/2008 6:59 PM

    aspxpopup and parent window

     Hello,

    I have a webform on which I have a button and an aspxpopup control.

    when clicked, the button calls the aspxpopup.

    What I need to do is when the user clicks the close button, the webform reloads.

     

    Thanks

    Filed under:
  • 11/17/2008 8:05 AM In reply to

    Re: aspxpopup and parent window

    Hi Baba,

    Can you specify more exactly the kind of reload you want to perform on
    a close-button click? If you need to update some form part via a callback,
    you can wrap this part with the ASPxCallbackPanel and call the PerformCallback
    method of its client representation (ASPxClientCallbackPanel) to update it
    on a callback. If you want to reload the page on a postback, simply place
    the ASPxButton and handle its client Click event. By default the ASPxButton
    has its AutoPostback property set to True, so a postback will be sent
    automatically right after the client Click event handler is executed.

    Victor
    R&D, ASP.NET Team, DevExpress Inc.

    P.S. If you wish to receive direct assistance from our Support Team, use Support Center.
Page 1 of 1 (2 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED