Call masterpage function from contentpage in asp.net?
I have a function on masterpage and i want to call it from content page from codebehind.
I have a function on masterpage and i want to call it from content page from codebehind.
This really should be so very simple…
I have tried this
Is it possible to create nested master pages in an ASP.NET Web Application projects as one can do in ASP.NET Website projects?
I’m trying to use JQuery with some asp.net pages, that use master pages, and I’m having problems with loading the JQuery javascript file.
I have a dropdowlist on master page and I want to pass the selected value on content pages when a content page loads. My problem is that the value passes only when I change value on the dropdownlist. So when a page load I have to reselect from dropdownlist to capture the value of the dropdown. If I am browsing the content pages the selected value doesnt pass on page load.
My master page code .net:
Read this thread but didn’t really answer my question and there were quite a few suggestions so not sure if they are on the right track: Master Page content filtering with respect to asp page
How to set the Active menu item color when i click the sub submenu items or main item in asp.net master page.