人生七劃
2011年7月24日 星期日
Button 類別 介紹
System.Web.UI.WebControls
Text="Sort Ascending" (按鈕文字)
CommandName="Sort" (自訂觸發名稱)
CommandArgument="Ascending" (值)
OnCommand="CommandBtn_Click" (自訂按鈕Click事件 或 直接內建Click)
(自訂Click方法)(void CommandBtn_Click(Object sender, CommandEventArgs e) {})
runat="server"/>
Button 類別
Button 屬性
CausesValidation 屬性
說明:
按一下
Button
控制項時,是否執行驗證
CommandArgument 屬性
說明:
取得或設定選擇性 (Optional) 參數
CommandName 屬性
:
說明:
取得或設定與
Button
控制項關聯的命令名稱,這個命令名稱將傳遞至
Command
事件
OnClientClick 屬性
說明:
取得或設定當
Button
控制項的
Click
事件引發時執行的用戶端指令碼
PostBackUrl 屬性
說明:
取得或設定當按下
Button
控制項時,從目前的網頁要張貼到之目的地網頁的 URL(網址導向)
Text 屬性
說明:
取得或設定顯示於
Button
控制項中的文字標題
UseSubmitBehavior 屬性
說明:預設 [ true ], 如果您指定 false,ASP.NET 網頁架構會將用戶端指令
碼加入至網頁,以將表單張貼到伺服器上。
ValidationGroup 屬性
說明:
Button
所控制的控制項群組,會在回傳至伺服器時,針對這個群組引發驗證,
預設為空字串 ("")。
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
查看行動版
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言