c# - Master Page label visibility in child page -


i want make label invisible in child page defined in master page. there way that?

((label)master.findcontrol("mylbl")).visible = false; 

put in page load of child page , mylbl refers id of label

it might master.page.findcontrol .... think of it, it's been while , that's how it


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -