陈斌彬的技术博客

Stay foolish,stay hungry

Control-FindControl

     //
    // 摘要:
    //     在当前的命名容器中搜索带指定 id 参数的服务器控件。
    //
    // 参数:
    //   id:
    //     要查找的控件的标识符。
    //
    // 返回结果:
    //     指定的控件,或为 null(如果指定的控件不存在的话)。
    public virtual Control FindControl(string id);