StackOverflow 文档 ASP.NET 教程 按 ID 查找控件 访问 aspx 中的 TextBox 控件 访问 aspx 中的 TextBox 控件 Created: November-22, 2018 TextBox txt = (TextBox)FindControl(yourtxt_Id); 在 GridView Repeater ListView 等中查找控件按 ID 查找控件