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
DropDownList
asp.net c# 动态下拉列表只能取第一行值的解决办法
DropDownList
要在页面加载方法里加上 if(!IsPostBack) { } 这样判断才能实现选哪个值时取的是哪个值,否则只能取到第一行的值 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { SqlConnection
heisetoufa
·
2008-08-13 21:00
C++
c
.net
C#
asp.net
asp.net c# 动态下拉列表只能取第一行值的解决办法
DropDownList
要在页面加载方法里加上 if(!IsPostBack) { } 这样判断才能实现选哪个值时取的是哪个值,否则只能取到第一行的值 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { SqlConnection
heisetoufa
·
2008-08-13 21:00
C++
c
.net
C#
asp.net
asp.net c# 动态下拉列表只能取第一行值的解决办法
DropDownList
要在页面加载方法里加上 if(!IsPostBack) { } 这样判断才能实现选哪个值时取的是哪个值,否则只能取到第一行的值 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { SqlConnection
heisetoufa
·
2008-08-13 21:00
C++
c
.net
C#
asp.net
下拉列表,
DropDownList
同时显示静态和动态数据
动态下拉: <asp:
DropDownList
heisetoufa
·
2008-08-13 21:00
asp
下拉列表,
DropDownList
同时显示静态和动态数据
动态下拉: <asp:
DropDownList
heisetoufa
·
2008-08-13 21:00
asp
下拉列表,
DropDownList
同时显示静态和动态数据
动态下拉: <asp:
DropDownList
heisetoufa
·
2008-08-13 21:00
asp
精确控制输入框的中英文输入字数
page_load中加入:explain.Attributes["onpropertychange"]="limitLength(this.value,10,'explain')";完整的页面前台代码是:
DropdownList
weixin_30823833
·
2008-07-31 13:00
xhtml
javascript
c#
GridView选中,编辑,取消,删除:
GridView无代码分页排序,选中,编辑,取消,删除,正反双向排序,下拉菜单
DropDownList
结合 GridView无代码分页排序 GridView选中,编辑,取消,删除 GridView
jing_xin
·
2008-07-31 11:00
工作
server
database
asp
textbox
sorting
使用getElementById获取
DropDownList
的值__使用ValidatorEnable控制Validator控件
function getData() { var province=document.getElementById("
DropDownList
1"); var pindex
cryeyes
·
2008-07-27 17:00
使用getElementById获取
DropDownList
的值__使用ValidatorEnable控制Validator控件
function getData() { var province=document.getElementById("
DropDownList
1"); var pindex =
lovnet
·
2008-07-27 17:00
JavaScript
.net
asp.net
asp
利用ICallbackEventHandler实现
dropdownlist
的无刷新多级联动
asp.net2.0以后引进的ICallbackEventHandler接口,给我们带来了诸多方便,客户端回调带来的影响是巨大的!像投票,推荐等网上常见的功能利用ICallbackEventHandler接口就能很好的实现. 今天我要介绍一下利用ICallbackEventHandler接口实现多级联动. 下面是.aspx: 无标题页
jg_chen
·
2008-07-22 20:00
ASP.net防止SQL注入方法
2、忽略
DropDownList
传来的东西其实是不对的,一切客户端的东西都是不可信任的,select下拉框也是!因为可以自己做一个htm提交到服务器。
laolaowhn
·
2008-07-22 09:00
GridView 72般绝技
load=read&id=221快速预览:GridView无代码分页排序GridView选中,编辑,取消,删除GridView正反双向排序GridView和下拉菜单
DropDownList
结合GridView
·
2008-07-22 09:00
GridView
gridview 72 绝技(摘抄)
(原文)快速预览:GridView无代码分页排序GridView选中,编辑,取消,删除GridView正反双向排序GridView和下拉菜单
DropDownList
结合GridView和CheckBox
欢儿
·
2008-07-21 21:00
JavaScript 连动下拉选单的应用
我们在实作「连动下拉选单」时(选了第一个下拉选单后,才会动态带出其它下拉选单的选项),若选单内容日后不须常更动,即可考虑直接写死在JavaScript中,而无须从后端数据库中,捞出数据后再绑定至下拉选单(
DropDownList
wizardwu
·
2008-07-17 00:00
JavaScript
数据库
server
存储
asp.net
button
GridView和下拉菜单
DropDownList
结合
后台代码:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebCon
·
2008-07-14 15:00
GridView
VS.Net 中为ComboBox 和
DropDownList
添加行...
VS.Net 中为ComboBox 和
DropDownList
添加行 因为ASP.Net WebForm 的
DropDownList
和 WinForm 中的ComboBox 表现出来的形式是相同的
csstome
·
2008-07-11 21:00
.net
asp.net
webform
asp
WinForm
ASP.net防止SQL注入方法
2、忽略
DropDownList
传来的东西 其实是不对的,一切客户端的东西都是不可信任的,select下拉框也是!因为可以自己做一个htm提交到服务器。
hcmfys
·
2008-07-11 15:00
sql
.net
asp.net
Access
asp
ASP.net防止SQL注入方法
2、忽略
DropDownList
传来的东西 其实是不对的,一切客户端的东西都是不可信任的,select下拉框也是!因为可以自己做一个htm提交到服务器。
hcmfys
·
2008-07-11 15:00
sql
.net
asp.net
Access
asp
下拉列表与多选框以及GridView中的多选框的问题
页面设计中有一个下拉列表(
DropDownList
)和多选框列表(CheckBoxList)以及一个可以提供显示的表格(GridView)。
nihaiqin
·
2008-07-10 12:45
职场
GridView
下拉列表
休闲
多选框
使用CallBack实现页面无刷新技术
页面的布局是由一个textbox控件和一个
dropdownlist
控件,让用户查询按钮时,实现调用查询事件的功能。
love_may555
·
2008-07-06 07:00
exception
function
String
服务器
callback
textbox
ListSearchExtender是一个扩展控件实例
ListSearchExtender是一个扩展控件,它可以让列表控件(如:ListBox,
DropDownList
)拥有快捷键查找功能。它的使用相当简单。
mzoy
·
2008-07-03 19:00
css
server
扩展
asp
atlas学习系列之二(AutoCompleteExtender篇)
原来做asp.net的时候,有些表单是带有参照类型的,比如城市的省份城市的录入,或者员工姓名的录入,以前的做法是走了两个极端,一种是用户在TextBox中输入,另一种是在
DropDownList
中进行选择
mzoy
·
2008-06-30 20:00
ASP.NET
Dropdownlist
错误 "Cannot have multiple items selected in a
DropDownList
."
问题 有时,当我们试图指定一个ASP.NET
Dropdownlist
选中的项目时遇到这样的报错"Cannot have multiple items selected in a
DropDownList
·
2008-06-28 18:00
asp.net
DropDownList
的AppendDataBoundItems属性
直接添加到
DropDownList
中。但是我又想给
DropDownList
中添加一项“请选择”,这时用这个属性就
lingxyd_0
·
2008-06-28 16:00
gridview使用大全
GridView代码分页保存分页CheckBox的状态GridView选中,编辑,取消,删除GridView正反双向排序GridView和下拉菜单
DropDownList
结合GridView和CheckBox
dream_like
·
2008-06-26 13:00
String
object
server
asp
textbox
dataset
asp.net的
DropDownList
通用绑定代码
asp.net的
DropDownList
通用绑定代码 作者:大海仙逝 2007-05-31 21:32:19 标签: //一个是带空行的,一个不不带的
joerong666
·
2008-06-25 14:00
.net
Web
UI
asp.net
asp
asp.net最常用的三十三种编程代码
id="+this.
DropDownList
1.SelectIndex+"&id1="+...+"’)</sc
2004v2004
·
2008-06-19 14:00
清空指定页面上所有的控件内容
但是///不清除如ListBox,
DropDownList
,因为这样的控件值对当前页面来说还可以用,一般这些控件里都是保存的字典数
lee576
·
2008-06-11 22:00
textbox
RadioButton
清空指定页面上所有的控件内容
但是///不清除如ListBox,
DropDownList
,因为这样的控
javatoyou
·
2008-06-11 22:00
控件
ASP.NET中常用的三十三种代码
id="+this.
DropDownList
1.SelectIndex+"&id1="+...+"’)</script>")接收参数:stringa=Request.QueryString("id");
oncoding
·
2008-05-28 14:00
ASP.NET 程序中常用的三十三种代码
id="+this.
DropDownList
1.SelectIndex+"&id1="+...+"’)") 接收参数: stringa=Request.QueryString("id"); stringb
shaily
·
2008-05-27 21:00
button
dropdownlist
autopostback 后退时遇到的一些问题的解决方法.
一般来说有postback的页面,asp.net是不允许用ie的back,asp.net 会利用viewstate记住上次的状态.第一次你select改变了跳转到另一个页面然后返回,你点击提交,提交不光是要执行button点击事件,它会判断form中的所有控件看他们是否有响应事件要响应,比如select,它发现它改变了,所以就响应select改变事件。解决方法:就是在页面用js添加一个onload
jing_xin
·
2008-05-27 10:00
DropDownList
不能有多个项被选定的解决方案
本人目前遇到了如上问题,因为这个项目是中途接手,客户今天说发现一个bug,页面打不开说“
DropDownList
不能有多个项” 于是打开页面发现以前代码初始化程序是有些缺陷,于是加入如下代码:
maomaoysq
·
2008-05-20 21:00
dropdownlist
ajax and table and
dropdownlist
<body MS_POSITIONING="GridLayout"> <form id="Form1" method="post" runat="server"> <div id="divChoice"> <div id="di
wfdoublext
·
2008-05-19 18:00
Ajax
J#
asp
Javascript 对Table的客户端排序
id="+this.
DropDownList
1.SelectIndex+"&id1="+...+"’)</script>")接收参数:stringa=Request.QueryString("id");
ooxx
·
2008-05-13 20:00
asp.net开发常用技巧收集
id="+this.
DropDownList
1.SelectIndex+"&id1="++"')</script>") 接收参数:
fastwind
·
2008-05-13 12:00
.net
UI
公告
asp.net
asp
ASP.net初学者常用知识
id="+this.
DropDownList
1.SelectInde
fastwind
·
2008-05-10 01:00
JavaScript
.net
公告
asp.net
asp
GridView 72般绝技
快速预览:GridView无代码分页排序GridView选中,编辑,取消,删除GridView正反双向排序GridView和下拉菜单
DropDownList
结合GridView和CheckBox结合鼠标移到
fastwind
·
2008-05-10 01:00
Web
UI
Excel
asp.net
asp
javascript中取得asp.net的
DropDownList
控件的值
页面中用的
DropDownList
控件时,需要用javascript客户端脚本进行验证时,varddl=document.getElementById("控件名");取得选中的列的值ddl.options
huang7914
·
2008-05-08 09:00
JavaScript
脚本
asp.net
asp.net最常用的三十三种编程代码(1/4)
id="+this.
DropDownList
1.SelectIndex+"&id1="+...+"’)") 接收参数: string a = Request.QueryString("id")
lynnlin1122
·
2008-04-30 19:00
编程
datagrid
application
asp.net
redirect
button
ASP.NET常用代码
id="+this.
DropDownList
1.SelectIndex+"&id1="+...+"')")接收参数:stringa=Request.QueryString("id");stringb=Request.QueryString
JOHNCOOLS
·
2008-04-29 10:00
JavaScript
datagrid
String
asp.net
redirect
textbox
ASP.NET常用代码
id="+this.
DropDownList
1.SelectIndex+"&id1="+...+"')")接收参数:stringa=Request.QueryString("id");stringb=Request.QueryString
johncools
·
2008-04-29 10:00
asp.net
datagrid
string
redirect
javascript
textbox
Asp
/
Asp.net
学习专用
DataList内
DropDownList
取值和即时更新
DataList控件内放置一个
DropDownList
,我们利用SelectedIndexChanged事件来取出
DropDownList
选择的值,在选择的同时,把所选择的值做即时更新到数据库中.请下载视频
insus
·
2008-04-28 08:00
数据库
扩展
DropDownList
控件和ListBox控件(1) - 支持分组功能(optgroup标签)
DropDownList
(ListBox)控件既强大又好用。为了让它更强大、更好用,我们来写一个继承自
DropDownList
(ListBox)的控件。
JOHNCOOLS
·
2008-04-25 11:00
String
server
assembly
null
扩展
Asp.Net细节性问题技巧精萃
答:接收Bind的控件,一般有
dropDownList
,DataList,DataGrid,ListBox这些集合性质的控件,而被捆绑 的主要是ArrayList(数组),Hashtable(哈稀表)
huang7914
·
2008-04-24 11:00
数据库
datagrid
asp.net
import
textbox
dataset
用javascript动态更改
DropDownList
下拉项
drp1.options.length>0) { drp1.options.remove(0); } }//动态更改方法(根据城市代码取得该市商业区并添加到
DropDownList
kiki1985
·
2008-04-21 13:00
Ajax Controls Tookite :Cascading
DropdownList
Attention Please
在使用Cascading
DropdownList
的时候需要注意的问题: (1)只能通过WebService的方式来使用这个控件 (2)创建的WebService如下[System.Web.Script.Services.ScriptService
落花人独立
·
2008-04-11 16:00
关于
dropdownlist
服务器控件的tooltip功能
原因:填入的数据过长,但是由于美观角度,控件的宽度不能设置太长,导致数据显示不完全。网上找到一种解决方案:使用如下脚本就可以解决:functionshowdropitem(){ varel=document.getElementsByTagName("select"); for(i=0;i
jolboy
·
2008-03-27 19:00
GridView与
DropDownList
如何很好地结合
做过asp.net开发人朋友,少不了
DropDownList
要与Gridview的结合.那在
DropDownList
与GridView结合时,数据是怎样绑定,在编辑时,数据又是怎样绑定?
insus
·
2008-03-26 21:00
asp.net
上一页
47
48
49
50
51
52
53
54
下一页
按字母分类:
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
其他