Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Yes, I searched the web first. Damn Google keeps returning tens of thousands of pages where half my keywords are on pages that POINT to the returned page. :sigh:

What I want is:

1. User clicks button.
2. A Javascript function runs, preferrably synchronously.
3. The panel is displayed.

I have 1 and 3 working, but not 2. Specifically, I want to make sure that data in a list box on the page gets copied to a list box on the popup. I don't think an UpdatePanel would work, as the data exists as previous user input and not as external data.

If there is no "onShowing" event, how might I get this done?
Posted

1 solution

No it does not, and BTW you only need to look at the documentation for
ModalPopupExtender[^]

Switch to JQuery [^] and have more control over the lifecycle.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900