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
JQuery实现下拉框的选择 与当CheckBox为服务器控件时如何获取值的操作,实现全选与删除
type="text/javascript" defer="defer"> //选择
DropDownList
·
2015-10-31 10:03
checkbox
无刷新
DropdownList
联动
所谓
DropdownList
联动,也就是在选一个
DropdownList
的时候使另外一个
DropdownList
的内容更新(如选省份时显示所属
·
2015-10-31 10:42
list
无效的 CurrentPageIndex 值。它必须大于等于 0 且小于 PageCount
情况一,两个文章类,A类文章有3页,B类文章有2页,绑定于同一个datagrid内,通过
dropdownlist
来切换绑定数据源时,如果在A类第3页
·
2015-10-31 10:41
current
jquery选择器 设置Enabled属性为FALSE
今天在做项目时需要讲服务器控件
DropdownList
的Enable属性设置为false,便这样 写$("#
dropdownlist
1").attr("enabled
·
2015-10-31 10:15
jquery选择器
ASP.Net开发新手常见问题备忘录
id="+this.
DropDownList
1.SelectIndex+"&i
·
2015-10-31 10:50
asp.net
Html.
DropDownList
使用
public static string
DropDownList
(this HtmlHelper htmlHelper, string name) {  
·
2015-10-31 10:26
html
使用Html.
DropDownList
在MVC项目中,需要使用
DropDownList
绑定Model数据。
·
2015-10-31 10:26
html
Dropdownlist
弹出提示信息
string link = ClientScript.GetPostBackEventReference(ddlApplicationStatus, ""); ddlApplicationStatus.Attributes["onchange"] = &nb
·
2015-10-31 10:51
list
DropDownList
绑定数据源的情况下把Select放在首位(AppendDataBoundItems="True")
<asp:
DropDownList
ID="ddlStore" runat="server" DataSourceID="SqlDataSource2&
·
2015-10-31 10:51
select
ASP.NET 常用的33种代码(转,收藏一下,以备后查)
id="+this.
DropDownList
1.SelectIndex+"&id1="+...
·
2015-10-31 10:41
asp.net
服務器控件事件無法觸發
剛剛在自定控件中,使用
DropDownList
控件,加上SelectedIndexChanged事件,運行後沒反應。
·
2015-10-31 10:05
事件
GridView中两个
DropDownList
联动
Html: <asp:UpdatePanel runat="server" ID="AccountUpdate" UpdateMode="Conditional" > &n
·
2015-10-31 10:51
GridView
Dictionary的使用(给
Dropdownlist
做固定数据)
Dictionary<string, string> droplistds= new Dictionary<string, string>(); droplistds.Add("1", "China")
·
2015-10-31 10:47
list
ASP.NET服务器端控件RadioButtonList,
DropDownList
,CheckBoxList的取值、赋值用法
这三个控件都有一个Items集合,可以用 RepeatLayout 和 RepeatDirection 属性来控制列表的呈现形式。如果 RepeatLayout 的值为 Table,那么将在表中呈现列表。如果设置成 Flow,那么将在没有任何表结构的情况下呈现列表。默认情况下,RepeatDirection 的值为 Vertical。将此属性设置成 Horizontal 将会使列表水平呈现。 R
·
2015-10-31 10:29
RadioButton
请教:有关:this.
DropDownList
1.Items.Insert(0,"请选择");
页面上有个
DropDownList
1,在绑定的时候我给它添了一个“请选择”,是这样添的:this.
DropDownList
1.Items.Insert(0,"请选择");但是这样做就出现问题了
·
2015-10-31 10:04
insert
XML文件读取数据绑定到
DropDownList
1 、绑定
DropDownList
: ddl_language.DataSource = createDataSource();
·
2015-10-31 10:53
list
Asp.Net Ajax最简单的例子
实例1:
DropDownList
的简单无刷新连动<%@ Page Language="C#" AutoEventWireup="true" CodeFile
·
2015-10-31 10:50
asp.net
如何用HashTable数据源绑定
DropDownList
控件?
如何用HashTable数据源绑定
DropDownList
控件?
·
2015-10-31 10:49
Hashtable
asp.net实现
DropDownList
、ListBox无刷新三级联动(javascript)
此为
DropDownList
无刷新三级联动的另一种方法,使用javascript操作,因是在客户端操作,所以切换速度较快,但如果数据量大时,加载时会稍慢点,下一篇文章我会发布针对此方法的改进方案,供大家参考
·
2015-10-31 10:43
JavaScript
jquery.validator 验证CheckBoxList,RadioButtonList,
DropDownList
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="HtmlValiddemo2.aspx.cs" Inherit
·
2015-10-31 10:55
RadioButton
ASP.NET程序中常用代码汇总
id= " + this .
DropDownList
1.SelectIndex + " &id1= "
·
2015-10-31 10:12
asp.net
Combobox
昨天用到VB2005 的Combobox控件用来绑定数据,结果发现一个问题:当Combobox的ComboBoxStyle属性设置为
DropDownList
时,Combobox不能很好的绑定到数据。
·
2015-10-31 10:58
combobox
VS2005中的一个小BUG:关于
Dropdownlist
无法Datadinding的解决方法。
在DetailsView的模版中有一个
DropDownList
的控件,也创建了一个数据源,然后设置了SelectedValue='<#% Bind("XXX")%>'。
·
2015-10-31 10:38
list
在MVC中Controller为VIEW页面中的
DropDownList
赋值并锁定
首先是枚举对象的遍历 #region 类型列表框 typeitems = new List<SelectListItem>(); foreach (string i in Enum.GetNames(typeof(ServiceDocumentType))) { type
·
2015-10-31 10:00
controller
dropdownlist
绑定数组
// 方法一 private void ddlBindFix(
DropDownList
ddl, string [] DataText, string
·
2015-10-31 10:12
list
使用knockoutjs 实现级联下拉列表
在Asp.net MVC 中实现级联下拉列表是一件很容易的事,用Jquery配合@Html.
DropDownList
可以很方便,但是现在有了knockoutjs 用knockoutjs实现级联会更简洁和优雅
·
2015-10-31 10:38
knockout
Asp.net中下拉框绑定值的怪现象。
页面有3个
DropDownList
控件,绑定的值都是1-10,刚开始使用的方法是: ListItem li = null;  
·
2015-10-31 10:24
asp.net
AutoPostBack属性的作用
刚刚写一段代码用RadioButton的Chceked属性控制
DropDownList
控件的Visible void check_change(object sender, EventArgs e)
·
2015-10-31 10:12
post
跳转问题
问题描述:在一个DataList中,有一个模板列是
DropDownList
,有一个模板列是LinkButton 当我选择了
DropDownList
,在点LinkButton时,要把
DropDownList
·
2015-10-31 10:44
问题
Html.
DropDownList
in rp.GetArea() select new SelectListItem { Text=a.AreaName, Value=a.AreaId.ToString() };View:@Html.
DropDownList
·
2015-10-31 10:13
html
ASP.NET的基础名词解释和区别
答:接收Bind的控件,一般有
DropDownList
,DataList,DataGrid
·
2015-10-31 10:58
asp.net
在autoit中如何将combobox设置为只允许选择不允许输入呢
只需要将设置style $CBS_
DROPDOWNLIST
,默认的是$CBS_DROPDOWN既能输入也能选择。
·
2015-10-31 10:31
combobox
关于
DropDownList
无刷新联动的问题
我是用AjaxPro2.0的,它是一个dll文件,引入到项目中, 例如一个省市 二级联动的例子: 在页面PageLoad时,注册一个 AjaxPro.Utility.RegisterTypeForAjax(typeof(命名空间.类名), this); 在后代写一个获取二级项内容的方法,可以传入参数,并直接返回一个结果集 [AjaxPro.AjaxMethod(AjaxPro.Http
·
2015-10-31 10:19
list
UserControl调用Umbraco的Data Types
需求: 网站前台功能有个表单提交,表单控件用到下拉列表(
dropdownlist
),需求是在
dropdownlist
的数据来绑定umbraco的后台数据,而不是直接写在usercontrol
·
2015-10-31 10:17
user
asp.net mvc 两级分类联动方法示例
前台视图代码 <%:Html.
DropDownList
("AwardClassMainID","请选择")%> <%:Html.
DropDownList
·
2015-10-31 10:15
asp.net
验证
dropdownlist
的方法
验证
dropdownlist
的方法 在网上找不到我想要验证
dropdownlist
的方法, 所以想了N久,才想到这个方法, <asp:comparevalidator id="
·
2015-10-31 10:02
list
学习拾遗--用RadioButtonList 或者
DropDownList
进行动态赋值问题
动态的给radiobuttonlist 或者
dropdownlist
赋值时 如果所赋的数值 在控件的列表中不存在时 往往会发生异常 System.ArgumentOutOfRangeException
·
2015-10-31 10:37
RadioButton
JavaScript为
DropDownList
添加新项
JS 获取
DropDownList
的 value 值与 text 值 <script type
·
2015-10-31 10:20
JavaScript
获取
dropdownlist
控件的值
当我们使用CascadingDropDown控件用于
dropdownlist
两级联动时,当想要编辑信息时,把记录填充到
dropdownlist
时: 用下面的方法是行不通的:
·
2015-10-31 10:20
list
Ajax.net里ModalPopupExtender控件和
Dropdownlist
的问题
<cc2:ModalPopupExtender ID="ModalPopupExtender1" runat="server" BackgroundCssClass="modalBackground" PopupControlID="panel1" DropShadow="true" 
·
2015-10-31 09:07
extend
一个精简的Web ComboBox(源码)
本控件主要是参考Bestcomy的思路利用htc控制客户端显示,但是服务器端代码主要参考了微软的相关代码直接从
DropDownList
继承生成新的控件。
·
2015-10-31 09:58
combobox
初学ASP.Net时一些备忘的东西
id="+this.
DropDownList
1.SelectIndex+"&id1="+...
·
2015-10-31 09:50
asp.net
asp.net页面viewstate
今天同事问了我一个问题 说页面中的
dropdownlist
的onselectchange事件一直进不去 我看了下发现 选择改变的后 页面刷新了下 下拉列表的值也都没了 很是奇怪, 看了半天代码没看出问题
·
2015-10-31 09:26
asp.net
客户端select实现
DropDownList
1_SelectedIndexChangedg事件
代码如下: <select id="Select1" name="D1" onblur="this.blur();" onchange="if(this.value!='')location.href=this.value;"> &
·
2015-10-31 09:56
Exchange
实现无刷新
DropdownList
联动效果[by cuike519]
ASP.NET给我们带了了事件模型的编程机制,这使得我们将所有的任务都放在服务器上执行哪怕是一个小小变动,其实这到不是什么问题,可是有一点我们无法忍受,如果我们改变某一个输入框中的内容页面要刷新,改变
DropDownlist
·
2015-10-31 09:51
list
DataGrid中
DropDownList
触发SelectedIndexChanged事件并修改DataGrid行值
今天遇到了问题,就是在 DataGrid中
DropDownList
触发SelectedIndexChanged事件 ,并通过修改
DropDownList
的值,把其它对应的值也读取绑定DataGrid相应的行
·
2015-10-31 09:29
Exchange
DIV覆盖
DropDownList
解决方案
两种解决方案: (1)在Div中放1个空的iframe HTML code < select size ="1" > < option value ="a"
·
2015-10-31 09:35
list
GridView 72般绝技
快速预览:GridView无代码分页排序GridView选中,编辑,取消,删除GridView正反双向排序GridView和下拉菜单
DropDownList
结合GridView和CheckBox结合鼠标移到
·
2015-10-31 09:54
GridView
自己整理的一些.net实用的代码!
MyControl.cs:一些对控件的处理,如给
DropDownList
赋日期从1900-2000等。
·
2015-10-31 09:50
.net
DropDownList
控件的新使用方法!
使用asp.net这么长时间了,
DropDownList
控件的这种用法还真的没有使用过,在研究Microsoft的ajax时看见里面的Demo中竟然有这种用法,一测试还是真的 。
·
2015-10-31 09:48
list
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
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
其他