Ho appena affrontato un problema simile. Nel code behind della tua pagina content scrivi:
Fammi sapere se hai problemi.ciaocodice:Dim oOuter_CPH As ContentPlaceHolder oOuter_CPH = TryCast(Me.Master.FindControl("ID_CONTENTPLACEHOLDER"), ContentPlaceHolder) TryCast(oOuter_CPH.FindControl("ID_CONTROLLO"), TIPO DEL CONTROLLO).Visible = False

Rispondi quotando