Results 1 to 5 of 5

Thread: [RESOLVED] Modal Popup Extender!!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2010
    Posts
    66

    Resolved [RESOLVED] Modal Popup Extender!!

    How to load data inside modalpopupextender controls after button click event using server side function?

  2. #2
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Modal Popup Extender!!

    Hello,

    The ModalPopupExtender simply "wraps" a Panel that you want to appear in a Modal Form. You still have access to all the controls that are shown in that ModalPopup.

    Can you explain exactly what you are trying to do? Who/What is interacting with the controls in the ModalPopup.

    Gary

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2010
    Posts
    66

    Re: Modal Popup Extender!!

    Thanks for your response about my post. I got the solution through this link http://www.aspdotnet-suresh.com/2011...-gridview.html

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2010
    Posts
    66

    Resolved Re: Modal Popup Extender!!

    Thanks for your response about my post. I got the solution through this link http://www.aspdotnet-suresh.com/2011...-gridview.html.

    Solution : I have created one more button(Button1) with display:none mode and i set that as targetcontrolid. And i wrote data load code in other buttton(Button2), which is not targetcontrolid. In Button2, i added modalpopupextender1.show(). Its works well to me..!!!

  5. #5
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Modal Popup Extender!!

    Ah ok, I see what you are saying.

    That makes sense! Glad to hear that you got a solution!

    Gary

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width