logo
  • 教程列表
  • SO官方文档
  • 按 ID 查找控件
    • 访问 aspx 中的 TextBox 控件
    • 在 GridView Repeater ListView 等中查找控件
  1. StackOverflow 文档
  2. ASP.NET 教程
  3. 按 ID 查找控件
  4. 访问 aspx 中的 TextBox 控件

访问 aspx 中的 TextBox 控件

Created: November-22, 2018

TextBox txt = (TextBox)FindControl(yourtxt_Id);
  • 在 GridView Repeater ListView 等中查找控件
  • 按 ID 查找控件

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明