佳木斯湛栽影视文化发展公司

主頁 > 知識庫 > DropDownList添加客戶端下拉事件操作

DropDownList添加客戶端下拉事件操作

熱門標簽:科大訊飛語音識別系統(tǒng) 地方門戶網(wǎng)站 服務器配置 阿里云 集中運營管理辦法 百度競價排名 網(wǎng)站排名優(yōu)化 硅谷的囚徒呼叫中心

如果要想給 DropDownList 服務器控件添加客戶端下拉事件,我們可以強制給它添加 onchange 事件,盡管在控件中沒有這個方法的提示。添加完這個事件還不能達到目的,還要設置 AutoPostBack 屬性為 false,不讓它回發(fā)后臺事件。
以下就是為大家分享的代碼:

html xmlns="http://www.w3.org/1999/xhtml" >
head runat="server">
  title>DropDownList添加客戶端下拉事件/title>
  script type="text/javascript">
    function getDropDownList() {
      var ddl1 = document.getElementById("%=ddl1.ClientID%>");
      var text = ddl1.options[ddl1.options.selectedIndex].text; //獲取text值
      var value = ddl1.value;                  //獲取value值
      alert("Text:" + ddl1.options[ddl1.options.selectedIndex].text + ", Value:" + ddl1.value); 
    }
  /script>
/head>
body>
form id="form1" runat="server">
  asp:DropDownList ID="ddl1" runat="server" AutoPostBack="false" onchange="getDropDownList();">
    asp:ListItem Text="T1" Value="V1" Selected="True">/asp:ListItem>
    asp:ListItem Text="T2" Value="V2">/asp:ListItem>
    asp:ListItem Text="T3" Value="V3">/asp:ListItem>
  /asp:DropDownList>
/form>
/body>
/html>

總結一下,也就是說,要想給DropDownList下拉框添加客戶端下拉事件,必須做兩步工作,一是添加強制onchange事件,二是把 AutoPostBack屬性設為false,就是這么簡單!

您可能感興趣的文章:
  • 在dropDownList中實現(xiàn)既能輸入一個新值又能實現(xiàn)下拉選的代碼
  • DropDownList 下拉框選擇改變促發(fā)事件和防全局刷新(推薦)
  • DropDownList綁定選擇數(shù)據(jù)報錯提示異常解決方案
  • 用javascript為DropDownList控件下拉式選擇添加一個Item至定義索引位置
  • asp.net中不能在DropDownList中選擇多個項 原因分析及解決方法
  • ASP.NET中DropDownList下拉框列表控件綁定數(shù)據(jù)的4種方法
  • C#使用DropDownList綁定添加新數(shù)據(jù)的方法匯總
  • asp.net DropDownList實現(xiàn)二級聯(lián)動效果
  • DropDownList實現(xiàn)可輸入可選擇(兩種版本可選)

標簽:甘孜 隨州 西雙版納 威海 梧州 烏蘭察布 廣西 開封

巨人網(wǎng)絡通訊聲明:本文標題《DropDownList添加客戶端下拉事件操作》,本文關鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權與本站無關。
  • 相關文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    甘孜县| 进贤县| 澎湖县| 静安区| 玉环县| 罗田县| 京山县| 新干县| 博湖县| 称多县| 湖口县| 洮南市| 晋宁县| 乐清市| 涪陵区| 灵武市| 游戏| 无锡市| 邓州市| 临朐县| 原平市| 濮阳县| 古蔺县| 六盘水市| 长武县| 黄骅市| 特克斯县| 乌什县| 乌鲁木齐市| 磴口县| 二手房| 腾冲县| 德州市| 灵寿县| 英德市| 扎赉特旗| 潮安县| 庆安县| 潜山县| 杭州市| 老河口市|