急怎么把字符串賦予為控件的ID值
當(dāng)前位置:點(diǎn)晴教程→知識管理交流
→『 技術(shù)文檔交流 』
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 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |