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.