I have a master page and a content page. Not quite sure how to do this. How do I reset/refresh the content page after I do something in the Master page. The something I’m doing is changing a dropdown list and which then dictates what you can see in the content page. If I could call the page load of the content page from the master page that would do it.
Thank you
Handle a custom event of the masterpage in the page.
The content page(assuming the type of it is called
SiteMaster):