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
checkboxlist
下拉列表与多选框以及GridView中的多选框的问题
页面设计中有一个下拉列表(DropDownList)和多选框列表(
CheckBoxList
)以及一个可以提供显示的表格(GridView)。
nihaiqin
·
2008-07-10 12:45
职场
GridView
下拉列表
休闲
多选框
(收藏)
checkboxlist
控件的使用
阅读更多//////获取
CheckBoxList
复选框组中被选中的2.并生成0和1组成的字符串//////
CheckBoxList
的实例///返回一个0和1组成的字符串protectedstringget
CheckBoxList
qingzhuang
·
2008-07-06 18:00
ASP.net
ASP
.net
(收藏)
checkboxlist
控件的使用
/// <summary> /// 获取
CheckBoxList
复选框组中被选中的2.并生成0和1组成的字符串
qingzhuang
·
2008-07-06 18:00
.net
asp.net
asp
asp.net中repeater嵌套
CheckBoxList
,RadioButtonList来完成投票
我们在做复式投票的时候。会遇到标题和选项嵌套的样子,下面我把我的代码放上来。1,投票选择前台页面
chenguang79
·
2008-07-04 14:00
cms
object
String
asp.net
border
textbox
[导入]复选框全选代码
functioncheck(obj){ var
checkboxList
=obj.parentNode.ge
tianshi0253
·
2008-06-18 09:00
用JavaScript获取Asp.net服务器端控件
CheckBoxList
的选中值数组
通用版本(不依赖任何类库) <shapetype coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f" id
javatoyou
·
2008-06-13 23:00
JavaScript
用JavaScript获取Asp.net服务器端控件
CheckBoxList
的选中值数组
通用版本(不依赖任何类库)function Get
CheckBoxList
Value(objID)...{ var v = new Array(); var
CheckBoxList
= document.getElementById
lee576
·
2008-06-13 23:00
JavaScript
服务器
table
asp.net
input
清空指定页面上所有的控件内容
#region清空指定页面上所有的控件内容,publicstaticvoidClearAllContent()/////清空指定页面上所有的控件内容,包括TextBox,CheckBox,
CheckBoxList
lee576
·
2008-06-11 22:00
textbox
RadioButton
清空指定页面上所有的控件内容
public static void ClearAllContent() // <summary> /// 清空指定页面上所有的控件内容,包括TextBox,CheckBox,
CheckBoxList
javatoyou
·
2008-06-11 22:00
控件
灵活使用Struts Tag 之
checkboxlist
灵活使用StrutsTag之
checkboxlist
用过structs2
checkboxlist
标签的同志一定知道,它默认的布局方式都是横排的.但是如果我们想要每n个checkbox后要换一行,这就有问题了
因为专注,所以专业
·
2008-06-11 15:00
freemaker的多栏横向复选框列表组件。
<br> <ww:component template="
checkboxlist
_portraitCols.ftl"><br>
hszdz
·
2008-05-31 08:00
freemaker
开发总结---Javascript篇
1.TextBox的验证(这个其实算是正则的内容了) 上面代码中onbeforepaste属性是防止复制粘贴2.判断
CheckBoxList
有没有选择//id为
oec2003
·
2008-05-25 17:13
JavaScript
开发
表达式
知识
Asp.net 中
CheckBoxList
的应用
Asp.net中
CheckBoxList
的应用ChooseProcessCode: --OkButton控制着取出
CheckBoxList
中Check=True的值,而CancelButton
csstome
·
2008-05-19 10:00
.net
应用服务器
F#
asp.net
asp
struts2
checkboxlist
的一个问题
阅读更多用struts2的
checkboxlist
遇到一个问题。下面是java对象。
jolestar
·
2008-01-30 13:00
Struts
HTML
freemarker
JSP
IDEA
struts2
checkboxlist
的一个问题
用struts2的
checkboxlist
遇到一个问题。 下面是java对象。
jolestar
·
2008-01-30 13:00
html
freemarker
jsp
struts
idea
[总结]
CheckBoxList
js中(zhuan)
前台aspx文件 1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="chkandrdo.aspx.cs" Inherits="chkandrdo" %> 2 3 <!DOCTYPE html PUBLIC &quo
lick
·
2008-01-23 18:00
c
UI
Web
浏览器
Security
CheckBoxList
取值及勾选
CheckBoxList
取值string strrighgs = ""; for (int i = 0; i < this.cblrighgs.Items.Count; i++)
Poul
·
2008-01-14 13:36
职场
取值
checkboxlist
休闲
勾选
CheckBoxList
取值及勾选
CheckBoxList
取值stringstrrighgs="";for(inti=0;i
Poul
·
2008-01-14 13:36
职场
休闲
CheckBoxList
个人总结资料
checkboxlist
全选
.aspxfunctionChooseAll(){ varinputs=document.all.tags("input"); for(vari=0;i .aspx.cschkSelectAll.Attributes.Add("onclick","ChooseAll()");
lpy123456
·
2007-12-14 11:00
JavaScript
function
input
遍历页面控件的几种方法
方法一:javascript法function btnClear(){for(i=0;i/// 清空指定页面上所有的控件内容,包括TextBox,CheckBox,
CheckBoxList
,RadioButton
JOHNCOOLS
·
2007-12-08 21:00
JavaScript
datagrid
存储
asp.net
textbox
RadioButton
ASP.net(c#)取得
CheckBoxList
(复选框)的值
先写个简单,过后用
CheckBoxList
(复选框)实现投票系统也放上来 无标题页 体育
evenbing
·
2007-11-13 16:00
server
C#
asp.net
asp
button
投票系统
ASP.NET控件命名规则
LabellblTextBoxtbButtonbtnLinkButtonlbHyperLinkhlRepeatorrptImageButtonibDropDownListddlListBoxlbDataGriddgDataListdlCheckBoxcb
CheckBoxList
cblRadioButtonrbRadioButtonListrblImageimgPane
shanliwa
·
2007-11-12 12:00
datagrid
Semaphore
asp.net
button
RadioButton
Hyperlink
Tapestry 4 实现自定义组件-
CheckboxList
我们要实现的
CheckboxList
只
allenny
·
2007-10-31 20:00
jdk
html
tapestry
用JS脚本实现
CheckBoxList
只能选择其中的两个!
希望高手多提宝贵意见 其实很简单 首先是
CheckBoxList
Text.aspx <HEAD> <TITLE>
CheckBoxList
实
wapysun
·
2007-10-23 14:00
脚本
asp.net
asp
vb
VB.NET
用JS脚本实现
CheckBoxList
只能选择其中的两个!
希望高手多提宝贵意见其实很简单首先是
CheckBoxList
Text.aspx
CheckBoxList
实例functionSetCheckBoxState(str){o
shanliwa
·
2007-10-23 14:00
GRIDVIEW多行选择
页面代码 给GridView添加TemplateField,在TemplateField 下添加
CheckBoxList
,选他的原因是他有AutoPostBack回送事件,当选择的时候可以发出回送
wapysun
·
2007-10-23 14:00
html
windows
Web
asp
GRIDVIEW多行选择
1.页面代码给GridView添加TemplateField ,在TemplateField下添加
CheckBoxList
,选他的原因是他有 AutoPostBack回送事件,当选择的时候可以发出回送
shanliwa
·
2007-10-23 14:00
CheckBoxList
和 DropDownList 的二级联动
遇到的2个比较严重的问题1、在addAffair()时,页面生成后给客户端生成的单一的checkbox挂onclick事件,如果直接写成checkBox.onclick=checkedAffair();是不响应的,这是在调用函数,应该checkBox.onclick=function(ev){函数}2、getText(),取不到checkbox的Text,Value貌似确实取不到,改用获取chec
wapysun
·
2007-10-23 14:00
JavaScript
CheckBoxList
和 DropDownList 的二级联动
遇到的2个比较严重的问题1、在addAffair()时,页面生成后给客户端生成的单一的checkbox挂onclick事件,如果直接写成checkBox.onclick=checkedAffair();是不响应的,这是在调用函数,应该checkBox.onclick=function(ev){函数} 2、getText(),取不到checkbox的Text,Value貌似确实取不
shanliwa
·
2007-10-23 14:00
如何在ASP.NET下遍历指定页面上所有控件
清空指定页面上所有的控件内容,publicstaticvoidClearAllContent() ///<summary> ///清空指定页面上所有的控件内容,包括TextBox,CheckBox,
CheckBoxList
wapysun
·
2007-10-23 14:00
Web
.net
UI
asp.net
asp
如何在ASP.NET下遍历指定页面上所有控件
region 清空指定页面上所有的控件内容,public static void ClearAllContent()/// /// 清空指定页面上所有的控件内容,包括TextBox,CheckBox,
CheckBoxList
shanliwa
·
2007-10-23 14:00
JS验证一-
CheckBoxList
是否选择
将以下js代码添加到标签中,在按钮的Click事件中调用即可。参数strAlertMsg是没有任何一项选中时的提醒文字。
deer_box
·
2007-10-12 16:00
JavaScript
function
input
用repeater嵌套CheckBox+
CheckBoxList
实现树型选择菜单
页面: 'runat="server"AutoPostBack="True"OnCheckedChanged="CheckBoxRole_CheckedChanged"> 后台代码usingSystem;usingSystem.Collections;usingSystem.ComponentMo
WSYXJER
·
2007-10-11 21:00
用JS脚本实现
CheckBoxList
只能选择其中的两个
其实很简单 首先是
CheckBoxList
Text.aspx <HEAD> <TITLE>
CheckBoxList
实例</TITLE> </HEAD>
wapysun
·
2007-09-26 10:00
脚本
asp.net
asp
vb
VB.NET
用JS脚本实现
CheckBoxList
只能选择其中的两个
其实很简单首先是
CheckBoxList
Text.aspx
CheckBoxList
实例functionSetCheckBoxState(str){o=document.getElementsByTagName
shanliwa
·
2007-09-26 10:00
JavaScript
server
function
脚本
input
asp
生成sql语句的代码
quot;insert into snht(") Dim i As Integer = 0 Dim j As Integer = 0 For Each li As ListItem In Me.
CheckBoxList
1
wangdetian168
·
2007-09-18 17:00
sql
J#
[Asp.net2.0]ASP.NET中WebForm组件
CheckBoxList
编程
下图是执行了下列源程序代码(Check.aspx)后,生成的界面: Check.aspx源程序代码如下: <% @ Page Language = "C#" %> &
·
2007-09-17 20:00
checkbox
验证
CheckBoxList
至少要有一项选中
用户权限: 这种方法在masterpage中不起作用,不知道怎么解决。
funjackyone
·
2007-09-10 22:00
JavaScript
asp
UI标签 包装了基本的HTML标签
名称 标签 描述 复选框 <ww:checkbox /> 绘制一个复选框输入字段 复选框列表 <ww:
checkboxlist
/> 绘制一个复选框列表
chenjunxi520
·
2007-08-15 12:00
html
UI
使
CheckBoxList
的Attributes属性生效(修改微软的一个bug)
本文将描述如何使
CheckBoxList
中的Item添加的Attribute在客户端生效,
CheckBoxList
是一个非常好用的组件,它支持数据绑定等特性。
·
2007-08-12 16:06
选中数据库中的
checkboxlist
列表
quot;.Split(",") '{"1", "2", "3"} For i As Integer = 0 To Me.
CheckBoxList
1
wangdetian168
·
2007-08-06 14:00
J#
ASP.NET 2.0中的友好CSS控件适配器的应用 - 用ul、li呈现
CheckBoxList
和RadioButtonList
[源码下载]ASP.NET2.0中的友好CSS控件适配器的应用-用ul、li呈现
CheckBoxList
和RadioButtonList作者:webabcd介绍控件适配器(ControlAdapters
webabcd
·
2007-08-01 09:00
css
net
asp
控件
checkboxlist
ASP.NET 2.0中的友好CSS控件适配器的应用 - 用ul、li呈现
CheckBoxList
和RadioButtonList
[源码下载]ASP.NET2.0中的友好CSS控件适配器的应用-用ul、li呈现
CheckBoxList
和RadioButtonList作者:webabcd介绍控件适配器(ControlAdapters
webabcd
·
2007-08-01 09:00
css
net
asp
控件
checkboxlist
ASP.NET 2.0中的友好CSS控件适配器的应用 - 用ul、li呈现
CheckBoxList
和RadioButtonList
http://www.asp.net/cssadapters/有详细的介绍和示例,但是没有用ul、li呈现
CheckBoxList
和RadioButtonList的例子(可能是因为太简单了,不屑去写),
yanhuanwang
·
2007-08-01 01:00
html
.net
css
asp.net
asp
一个Page页面多个
CheckBoxList
的客户端验证(.net1.1及2.0实现)(downmoon)
一,基于.net1.11、类文件usingSystem;usingSystem.Web.UI;usingSystem.Web;usingSystem.Web.UI.WebControls;usingSystem.Text;namespaceAgrExibition.Common.Framework.Util...{欢迎与邀月交流,net技术与软件架构2007/07/26#regiondownmoo
wangpengfei360
·
2007-07-26 18:00
checkbox
CheckBoxList
和 DropDownList 的二级联动
CheckBoxList
和DropDownList的二级联动 遇到的2个比较严重的问题1、在addAffair()时,页面生成后给客户端生成的单一的checkbox挂onclick事件,
blog.Toby
·
2007-07-18 15:00
Asp.Net 控件命名规范
类型 前缀 示例AdRotator adrt adrtTopAdButton btn btnSubmitCalendar cal calMettingDatesCheckBox chk chkBlue
CheckBoxList
lonestone
·
2007-06-26 19:00
.net
xml
asp.net
asp
页面需要注意的
如果控件的AutoPostBack属性被设置为true,如果CheckBox、
CheckBoxList
等控件的状态被改变后,也会使表单会发送回服务器。
orichisonic
·
2007-05-21 10:00
发布最新iSunXoft HR 源码和生成器源码(改自AspCool)
实现了界面自适应功能2、修改了弹出窗口的样式3、增加了用于自定义控件 下拉控件[含形层级选择的功能] 自定义TextBox控件 自定义多选的
CheckBoxList
控件4、完成了人事管理部分功能
JOHNCOOLS
·
2007-05-16 14:00
ASP.NET2.0中
CheckBoxList
控件与数据库绑定(学习)
新建一个Webform页面,命名为like.aspx(用来显示爱好列表),拉进一个
CheckBoxList
控件,在属性设置为分为两列显示(ReapeatColumn=2)。
ai_longyu
·
2007-05-07 17:00
checkbox
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他