急怎么把字符串赋予为控件的ID值
当前位置:点晴教程→知识管理交流
→『 技术文档交流 』
protected void Page_Load(object sender, EventArgs e)
{ if (!IsPostBack) { for (int i = 1; i <= 5; i++) { Button button = this.Page.FindControl("btn" + i) as Button; button.Text = "hello: btn" + i; } } } 该文章在 2017/10/25 9:21:39 编辑过 |
关键字查询
相关文章
正在查询... |