摘要:[ASP.net]FindControl的運用
▲為了不讓按enter誤刪,網頁上已先手動關閉「刪除」按鈕的「提交」(UseSubmitBehavior)功能,
當有user真的點擊刪除時,才開放「提交」功能。
先將該刪除欄位先轉成樣板,然後依下方式:
RowDeleting事件中:
Button bb = (Button )GridView1.FindControl("Button_delete");
bb.UseSubmitBehavior = true; //開放刪除按鈕的「提交功能」
▲ FindControl取值方法(想取值的那欄先轉成樣板)
RowDataBound事件中:
Label mylabel1 = (Label)e.Row .FindControl("buttonID");
Response.Write(mylabel1.Text);
另外可兼參考一下will的文章:
http://blog.miniasp.com/post/2007/11/04/ASPNET-FindControl-Tips-and-Hacks.aspx
--
強烈建議購物網店或實體店家都必須使用關鍵字廣告or原生廣告來 將Yahoo上與聯播網的廣大流量導至自己的網站!
●Yahoo關鍵字廣告/原生廣告
◆Yahoo廣告方案介紹 : https://goo.gl/5k8FHW
◆Yahoo廣告剖析與運用 : http://goo.gl/4xjUJD