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
Post a Comment