E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
RadioButtonList
ASP.NET jQuery 食谱16 (通过控件CustomValidator验证
RadioButtonList
)
上一节已经介绍过控件CustomValidator的使用方法,下面直接看代码。界面代码:请选择汽车类型:脚本代码:Recipe16functionrbCar_Validation(sender,args){args.IsValid=($("#rbCar:radio:checked").length>0);}显示效果:
·
2012-01-31 23:00
RadioButton
ASP.NET jQuery 食谱10 (动态修改hyperlink的URL值)
这节我们来看下如何实现通过选择
RadioButtonList
值动态改变hyperlink控件的URL值,并简要介绍bind和live方法的区别。
·
2012-01-16 22:00
asp.net
yii框架中的CHtml::activeRadioButtonList生成的单选框禁止换行的方法
使用方法:$sex_
radiobuttonList
=CHtml::a
helloyang
·
2011-11-29 20:12
职场
yii
yii
休闲
WPF 怎样实现单选列表控件?
WPF没有像ASP.NET提供一个
RadioButtonList
的控件。
·
2011-11-14 15:00
WPF
用jquery 取
RadioButtonList
值 隐藏和显示表格行
$("#rdoPriceType").click(function(){ varcheckrad=$("#:radio[checked]").val(); if(checkrad==0){ $("#unitRow1").hide(); $("#un
suntanyong88
·
2011-10-17 17:00
jquery
server
function
asp
新的一天,新的星期
今天继续学习了asp.net的web控件,CheckBox、CheckBoxList、RadioButton、
RadioButtonList
、Image、ImageMap。
hjingtao
·
2011-09-19 19:00
Jquery.Validate验证CheckBoxList,
RadioButtonList
,DropDownList是否选中
Jquery.Validate是一个相当棒的客户端验证控件,它的功能强大就不必说了,本文主要介绍了它对asp.net中三类控件CheckBoxList,
RadioButtonList
,DropDownList
downmoon
·
2011-09-09 21:00
server
function
input
asp
手机
textbox
Jquery.Validate验证CheckBoxList,
RadioButtonList
,DropDownList是否选中
Jquery.Validate是一个相当棒的客户端验证控件,它的功能强大就不必说了,本文主要介绍了它对asp.net中三类控件CheckBoxList,
RadioButtonList
,DropDownList
wangpengfei360
·
2011-09-09 21:00
RadioButton
为.net里面的
RadioButtonList
添加选择事件
为了让根据选择的
RadioButtonList
值不同,隐藏或显示一些页面上的信息 (比如,添加文章是选择次文章是否为转载,如果是转载的话,需要添加转载信息,如果不是,就隐藏这些信息)。
txf2004
·
2011-09-01 10:00
RadioButton
Radio Button and CheckBox在FireFox中刷新自动改变选中项
阅读更多今天开发过程中出现了这样一个问题,我选中
radiobuttonlist
中的一项,然后F5刷新页面,FireFox浏览器会自动上移选中项。太奇怪了!
fhuan123
·
2011-08-29 12:00
firefox
javascript
jquery
html
遍历窗体上的控件
验证用户页面所有的
RadioButtonList
是否进行了选择 publicvoidValidateField(){ for(inti=0;i
Ctansuozhe
·
2011-07-11 14:16
职场
控件
休闲
遍历控件
遍历窗体
JQuery中对服务器控件 DropdownList,
RadioButtonList
, CheckboxList的操作总结
一:DropDownList-------------------------------------------------------------------------------------------在使用JQuery进行遍历操作时,$("input").each(function(i){......}当操作对象的类型为dropdownlist时:(备注:在firefox下DropDow
·
2011-06-28 22:03
DropDownList、
RadioButtonList
和CheckBoxList数据绑定
一、DropDownList: 1、选项值保存到数据库: Hashtable ht=new Hashtable();//这里用Hashtable ht.Add("字段名",DropDownListID.SelectedItem.Text.ToString());//保存选项Text ht.Ad
无恨星晨
·
2011-06-21 17:00
RadioButton
RadioButtonList
控件
RadioButtonList
控件 是一组RadioButton控件。
Corrinejtt
·
2011-06-17 14:00
JavaScript
数据结构
asp
js验证
RadioButtonList
是否选中
document.getElementById("rb_sex"); varsex=rb_sex.getElementsByTagName("INPUT"); /* 此方法中,
RadioButtonList
pengshumin89
·
2011-06-02 11:00
GridView中用
RadioButtonList
绑定男女的问题
GridView中有一个模板列,如下: 男 女
huang1231932
·
2011-04-26 09:29
职场
GridView
休闲
RadioButtonList
绑定男女的问题
GridView中用
RadioButtonList
绑定男女的问题
GridView中有一个模板列,如下:男女数据库中男女使用bit类型(即:True、False)存储的我想用Eval或DataBind实现:如果数据库中为True则第一个ListItem选址中即男如果数据库z中为False则第二个ListItem选中女protectedvoidGridView1_RowDataBound(objectsender,GridViewRowEventArgse){if
huang1231932
·
2011-04-26 09:29
职场
休闲
GridView
Asp.Net
比如有10个radiobutton,他们的groupname相同,我想得到选中的radiobutto
当然用
radiobuttonlist
可以实现,我想微软也是用的数组的方式把这中间的过程给封装了,所以就有了
radiobuttonlist
。但我想用数组实现下,请问这个该怎么实现,是用list还是用
hongtashan11
·
2011-04-12 20:00
jquery获取ASP.NET服务器端控件dropdownlist和
radiobuttonlist
jquery获取ASP.NET服务器端控件dropdownlist和
radiobuttonlist
生成客户端HTML标签后的value和text值—、获取dropdownlist的text(ddlList
ldl22847
·
2011-03-12 19:00
html
jquery
服务器
asp.net
input
关于
RadioButtonList
获取选中项的问题
今天在使用
RadioButtonList
的时候,出现了一个奇怪的问题,就是我想通过
RadioButtonList
的SelectedItem属性获取它的选中项的时候,总是提示SelectedItem的值为空
·
2011-01-13 09:00
RadioButton
asp.net下无法循环绑定投票的标题和选项的解决方法
问题:1,无法循环绑定投票的标题和选项解决方法:在Repeater绑定中添加ItemDataBound事件,选项用
RadioButtonList
绑定,附源代码:Default页,源页面复制代码代码如下:
·
2010-12-06 20:25
js得到
RadioButtonList
选中的值【asp.net单选控件】
页面代码: <asp:
RadioButtonList
ID="
RadioButtonList
1" onclick="hao()" runat="
·
2010-12-01 18:00
RadioButton
基于jQuery的获得各种控件Value的方法
HTML代码复制代码代码如下:1234通过Type获得
RadioButtonList
的ValueABCD通过Name获得Radio的ValueABCD通过Name获得CheckBox的Value全选反选
·
2010-11-19 18:11
radiobuttonList
的做法
js验证: varsex=document.getElementsByName("rbl_sex"); varflag=true; for(vari=1;i
pengshumin89
·
2010-09-14 11:00
选择checkBoxList|
radiobuttonlist
|dropdownlist 的的值
public void SelectListIndex(ListControl lc,string values) { string[] tempValues =
bestsaler
·
2010-08-13 13:00
RadioButton
选择checkBoxList|
radiobuttonlist
|dropdownlist 的的值
public void SelectListIndex(ListControl lc,string values) { string[] tempValues =
bestsaler
·
2010-08-13 13:00
RadioButton
选择checkBoxList|
radiobuttonlist
|dropdownlist 的的值
public void SelectListIndex(ListControl lc,string values) { string[] tempValues =
wangdetian168
·
2010-08-13 13:00
RadioButton
选择checkBoxList|
radiobuttonlist
|dropdownlist 的的值
public void SelectListIndex(ListControl lc,string values) { string[] tempValues =
bestsaler
·
2010-08-13 13:00
RadioButton
选择checkBoxList|
radiobuttonlist
|dropdownlist 的的值
public void SelectListIndex(ListControl lc,string values) { string[] tempValues =
ningbo-seo
·
2010-08-13 13:00
RadioButton
选择checkBoxList|
radiobuttonlist
|dropdownlist 的的值
选择checkBoxList|
radiobuttonlist
|dropdownlist的的值publicvoid SelectListIndex(ListControllc,stringvalues)
学习博客
·
2010-08-13 13:00
.net 获取checkBoxList 选中的值|
radiobuttonlist
|dropdownlist
.net 获取checkBoxList 选中的值 public string GetCheckBoxListValues(ListControl lc) { string tempV
bestsaler
·
2010-08-12 11:00
.net
.net 获取checkBoxList 选中的值|
radiobuttonlist
|dropdownlist
.net 获取checkBoxList 选中的值 public string GetCheckBoxListValues(ListControl lc) { string tempV
bestsaler
·
2010-08-12 11:00
.net
.net 获取checkBoxList 选中的值|
radiobuttonlist
|dropdownlist
.net 获取checkBoxList 选中的值 public string GetCheckBoxListValues(ListControl lc) { string tempV
bestsaler
·
2010-08-12 11:00
.net
.net 获取checkBoxList 选中的值|
radiobuttonlist
|dropdownlist
.net 获取checkBoxList 选中的值 public string GetCheckBoxListValues(ListControl lc) { string tempV
ningbo-seo
·
2010-08-12 11:00
.net
.net 获取checkBoxList 选中的值|
radiobuttonlist
|dropdownlist
.net 获取checkBoxList 选中的值 public string GetCheckBoxListValues(ListControl lc) { string tempV
wangdetian168
·
2010-08-12 11:00
.net
.net 获取checkBoxList 选中的值|
radiobuttonlist
|dropdownlist
.net 获取checkBoxList 选中的值 public string GetCheckBoxListValues(ListControl lc) { string tempV
wangdetian168
·
2010-08-12 11:00
.net
.net 获取checkBoxList 选中的值|
radiobuttonlist
|dropdownlist
.net获取checkBoxList选中的值|
radiobuttonlist
|dropdownlist.net获取checkBoxList选中的值publicstringGetCheckBoxListValues
学习博客
·
2010-08-12 11:00
jquery获取ASP.NET服务器端控件dropdownlist和
radiobuttonlist
生成客户端HTML标签后的value和text值
―、获取dropdownlist的text(ddlList为服务器端dropdownlist的ID,生成name属性等于ddlList的select标签)$("#ddlListoption:selected").text()二、获取dropdownlist的value(ddlList为服务器端dropdownlist的ID,生成name属性等于ddlList的select标签)$("#ddlLis
·
2010-06-28 18:35
WebUserControl的简单用法,最近的几个项目都反复用到TextBox,CheckBox,
RadiobuttonList
,所以玩一下webusercontrol,有个投票功能哦。
1、建一个ascx文件,取名为txtBoxRejectChk.ascx(一个TextBox与Check的排他功能),code如下:(1.1).ascx(1.2).ascx.csusingSystem;usingSystem.Collections.Generic;usingSystem.Web;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;pu
laoyingisme
·
2010-05-05 16:00
在单个页面中实现多个
radiobuttonlist
的单选
最近做的这个项目 让我对
radiobuttonlist
的应用有了进一步的了解,也对js产生了敬意 呵呵 废话少说 来点具体的.
cetusz
·
2010-04-11 14:00
JavaScript
RadioButtonList
获取值
1.添加时往数据库插入编号:model.IsHome=Convert.ToInt32(this.
RadioButtonList
1.SelectedValue);2修改时对应编号选择项:this.
RadioButtonList
1
wolf_121
·
2010-02-23 10:00
jQuery生成asp.net服务器控件的代码
HTML如下复制代码代码如下:附加金额结算方式现金银行转账结算账户最后一个
RadioButtonList
的ListItem为“其他账户",当选中时,其后增加相应的asp.net服务器控件。
·
2010-02-04 12:26
js 获取 asp.net 服务器端控件 Label 与 TextBox
RadioButtonList
与 DropDownList 的值
js获取asp.net服务器端控件Label与TextBoxRadioButtonList与DropDownList的值在做BS架构的项目时,经常遇到需要用js来调用asp.net服务器端控件的值。大多数的控件他的值都可以通过js调用它的value属性来获得此控件的值,但是也有例外的情况。经常用的Label控件。他的值用js就不能通过value属性来获得。 Label控件js获取的实例,va
gaofang2009
·
2009-12-26 10:00
JS操作
RadioButtonList
function IsUpPic() { var cbIspic = document.getElementById("cbIsPic"); var arr = new Array("txtPicName", "btnUpload"); if (cbIsp
jhlovett
·
2009-12-16 23:00
html
.net
使用jquery 获取
RadioButtonList
中选中值
1 2 3
opper
·
2009-12-02 10:17
jquery
职场
休闲
中值
使用jquery 获取
RadioButtonList
中选中值
1 2 3
opper
·
2009-12-02 10:17
jquery
职场
休闲
中值
使用jquery 获取
RadioButtonList
中选中值
123
opper
·
2009-12-02 10:17
职场
休闲
jquery
Jquery
ASP.NET - RadioButton 和
RadioButtonList
Web 服务器控件概述
RadioButton控件和
RadioButtonList
控件使用户能够从一小组互相排斥的预定义选项中进行选择。
dodream
·
2009-11-25 11:00
ASP.NET - RadioButton 和
RadioButtonList
Web 服务器控件概述
RadioButton 控件和
RadioButtonList
控件使用户能够从一小组互相排斥的预定义选项中进行选择。
isiqi
·
2009-11-25 11:00
应用服务器
.net
Web
asp.net
asp
ASP.NET - DropDownList Web 服务器控件概述(下)
四、如何:响应列表Web服务器控件中的更改 本主题中的信息适用于如下列表Web服务器控件:ListBox、DropDownList、CheckBoxList和
RadioButtonList
。
dodream
·
2009-11-20 16:00
编程
Web
object
服务器
asp.net
button
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他