ModalPopupExtender question

Last post 11-07-2009 11:09 AM by MetalAsp.Net. 1 replies.

Sort Posts:

  • ModalPopupExtender question

    11-07-2009, 11:02 AM
    • Contributor
      2,711 point Contributor
    • Jackxxx
    • Member since 04-13-2003, 11:43 AM
    • Northern California
    • Posts 2,109

    I have a panel with a modalpopupextender, on my panel I have a gridview with paging, when I click a paging link of the gridview that is on the panel the panel closes, I can click the button agaon to open the panel, but I would rether the panel not close when I click the page link of the gridvew.

    Can anyone share with me how I can stop the panel from closing when the gridview pages?

     

    Thank you

    Jackxxx
  • Re: ModalPopupExtender question

    11-07-2009, 11:09 AM
    Answer

    In the gridview PageIndexChnaged event, try calling YourModalPopupExtenderId.Show();

Page 1 of 1 (2 items)