how to enable or disables master page's component from its child page.
-
i want to enable or disable master page's component from its child page.How can it be done? Thanx in advance
-
i want to enable or disable master page's component from its child page.How can it be done? Thanx in advance
Declare a session variable, when you want to enable or disable the components of master page set the value of the session variable in child page and in page load of master page check for that session variable value and accordingly u can enable r disable the component.
-
Declare a session variable, when you want to enable or disable the components of master page set the value of the session variable in child page and in page load of master page check for that session variable value and accordingly u can enable r disable the component.
thanx for your response
-
thanx for your response