'ASP.NET'에 해당되는 글 3건

  1. 2009.01.31 마스터페이지에서 findcontrol

        string ClientID = this.Page.Master.ClientID;
        string placeHolderId = "ContentPlaceHolder1";
          string controlId = ClientID + "$" + placeHolderId + "$";

             Image c = (Image)Page.FindControl(controlId + "img");

 

 

//http://cafe.naver.com/msdnplusnet.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=116

//http://cafe.naver.com/msdnplusnet/116



Posted by 펀펀
이전버튼 1 2 3 이전버튼