91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ASP.NET中CheckBoxList的作用是什么

發布時間:2021-07-15 15:39:04 來源:億速云 閱讀:403 作者:Leah 欄目:編程語言

這篇文章給大家介紹ASP.NET中CheckBoxList的作用是什么,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

主要代碼

只有一個通用的ASP.NET CheckBoxList_Click 函數,
需要注意的是ASP.NET CheckBoxList 可以呈現為 table 布局,也可以呈現為流布局(使用 span 做外部容器)

我的習慣是,腳本代碼中,盡量不直接引用 html id,因為對于服務器控件對應的是 ClientID,而ClientID與控件層次關聯的,不利于代碼移植復用,因此盡可能選擇直接傳遞對象,通過 DOM 獲取相關的父控件和子控件。

functionCheckBoxList_Click(sender)  {  varcontainer=sender.parentNode;  if(container.tagName.toUpperCase()=="TD"){  //服務器控件設置呈現為table布局(默認設置),否則使用流布局  containercontainer=container.parentNode.parentNode;  //層次:<table><tr><td><input/> }  varchkList=container.getElementsByTagName("input");  varsenderState=sender.checked;  for(vari=0;i<chkList.length;i++){  chkList[i].checked=false;  }  sender.checked=senderState;  }
  1. <h4>單選效果的CheckBoxList</h4> 

  2. <divstyledivstyle="float:left"> 

  3. <h5>靜態項</h5> 

  4. <asp:CheckBoxListIDasp:CheckBoxListID=
    "CheckBoxList1"BorderWidth="1"runat="server"RepeatLayout="Flow"> 

  5. <asp:ListItemonclickasp:ListItemonclick=
    "CheckBoxList_Click(this)"Value="Item1">Item1</asp:ListItem> 

  6. <asp:ListItemonclickasp:ListItemonclick=
    "CheckBoxList_Click(this)"Value="Item2">Item2</asp:ListItem> 

  7. <asp:ListItemonclickasp:ListItemonclick=
    "CheckBoxList_Click(this)"Value="Item3">Item3</asp:ListItem> 

  8. <asp:ListItemonclickasp:ListItemonclick=
    "CheckBoxList_Click(this)"Value="Item4">Item4</asp:ListItem> 

  9. <asp:ListItemonclickasp:ListItemonclick=
    "CheckBoxList_Click(this)"Value="Item5">Item5</asp:ListItem> 

  10. </asp:CheckBoxList> 

  11. </div> 

  12. <divstyledivstyle="float:left;padding-left:100px"> 

  13. <h5>綁定項</h5> 

  14. <asp:CheckBoxListIDasp:CheckBoxListID="CheckBoxList2"BorderWidth="1"runat=
    "server"DataTextField="Value"DataValueField="Key"OnDataBound=
    "CheckBoxList2_DataBound"> 

  15. </asp:CheckBoxList> 

  16. </div> 

兼容性
IE 6 SP6,  FF 2.0,  Opera 9.2 測試通過

頁面效果

ASP.NET中CheckBoxList的作用是什么

關于ASP.NET中CheckBoxList的作用是什么就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

奉新县| 奉化市| 南召县| 罗山县| 巩义市| 瓮安县| 寿光市| 西峡县| 通海县| 滨州市| 邢台市| 涿州市| 左贡县| 饶阳县| 田东县| 中阳县| 阳谷县| 庆城县| 闽清县| 镇坪县| 西城区| 凤城市| 南靖县| 永福县| 新丰县| 河源市| 谷城县| 佛冈县| 土默特左旗| 瑞金市| 海伦市| 买车| 日喀则市| 江北区| 抚宁县| 乐亭县| 永福县| 徐汇区| 大竹县| 德安县| 华亭县|