find control in page

后端 未结 9 1061
孤城傲影
孤城傲影 2020-12-11 02:37

HTML


    
9条回答
  •  北海茫月
    2020-12-11 03:33

    You may try this..

    this.Master.FindControl("Content2").FindControl("a");
    

    You may refer this article...

    http://www.west-wind.com/weblog/posts/2006/Apr/09/ASPNET-20-MasterPages-and-FindControl

提交回复
热议问题