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

Php - Delimiter must not be alphanumeric or backslash -

trac - Modifying workflow to add a status and split on ticket type -

Delphi interface implements -