DropDownList添加客户端下拉事件操作
如果要想给DropDownList服务器控件添加客户端下拉事件,我们可以强制给它添加onchange事件,尽管在控件中没有这个方法的提示。添加完这个事件还不能达到目的,还要设置AutoPostBack属性为false,不让它回发后台事件。
以下就是为大家分享的代码:
<htmlxmlns="http://www.w3.org/1999/xhtml">
<headrunat="server">
<title>DropDownList添加客户端下拉事件</title>
<scripttype="text/javascript">
functiongetDropDownList(){
varddl1=document.getElementById("<%=ddl1.ClientID%>");
vartext=ddl1.options[ddl1.options.selectedIndex].text;//获取text值
varvalue=ddl1.value;//获取value值
alert("Text:"+ddl1.options[ddl1.options.selectedIndex].text+",Value:"+ddl1.value);
}
</script>
</head>
<body>
<formid="form1"runat="server">
<asp:DropDownListID="ddl1"runat="server"AutoPostBack="false"onchange="getDropDownList();">
<asp:ListItemText="T1"Value="V1"Selected="True"></asp:ListItem>
<asp:ListItemText="T2"Value="V2"></asp:ListItem>
<asp:ListItemText="T3"Value="V3"></asp:ListItem>
</asp:DropDownList>
</form>
</body>
</html>
总结一下,也就是说,要想给DropDownList下拉框添加客户端下拉事件,必须做两步工作,一是添加强制onchange事件,二是把AutoPostBack属性设为false,就是这么简单!
热门推荐
10 五一公司放假祝福语简短
11 追星女孩的祝福语简短
12 给长辈端午祝福语 简短
13 生日祝福语有诗意简短
14 团圆日祝福语简短
15 中秋商务祝福语简短最新
16 温暖文艺简短祝福语短句
17 男孩上学祝福语简短的
18 入住酒店文案祝福语简短