c# - Call parent page's method from a user control -


i have user control displayed popup. need call method parent page when user control dismissed user. how can that?

i tried calling in 'unloaded' event of popup cannot access parent page's methods control...

you can pass used instance of parent page popup. way, can access public methods parent page has.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -