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
textbox
ViewState与HiddenField
在设计的时候我们写一句<asp:
TextBox
ID="
TextBox
1" runat="server
·
2015-11-11 07:07
hidden
C#WinForm - 立即更新静态文本Label
C#WinForm - 立即更新静态文本Label (Update the Label/
TextBox
dynamically in your process in WinForm with C#)&
·
2015-11-11 07:47
WinForm
文本编辑控件
6.zip 若用在moss中必须在web.comfig中声名: <SafeControl Assembly="Free
TextBox
·
2015-11-11 07:01
控件
c# 开发中的小记录
DataGridTableStyle(); dgts.MappingName = "myTable"; //myTable为要载入数据的DataTable DataGrid
TextBox
Column
·
2015-11-11 07:52
C#
ASP.NET 中
Textbox
只能输入数字,不能输入其他字符--转
解决办法如下: <asp:
TextBox
ID="txtpage" runat="server" Width="61px"
·
2015-11-11 07:48
asp.net
创建Rich
TextBox
的右键菜单(比较基础的东西了)
懒得说一大堆,直接上代码 private void 复制ToolStripMenuItem_Click( object sender, EventArgs e) &nbs
·
2015-11-11 07:37
text
textbox
输入回车引发另一个button的事件
一开始我使用了脚本引发button的click $("#txt_Keyword").keypress(function(event ) { if (event.keyCode == 13 ) { $(
·
2015-11-11 07:28
button
区分扫描枪输入和键盘输入的实现
最近为公司开发一个生产系统,其中用到扫描枪输入条码,结果发现手头的扫描枪居然是模拟键盘输入将条码数据直接发送到焦点控件中的(USB口的),比如
TextBox
,而由于业务要求,不允许生产线上员工手工输入,
·
2015-11-11 07:50
实现
Free
textbox
的使用
Free
textbox
是一个免费的.net mshtml 编辑器。 我所用的免费的free
textbox
版本是中文版本1.6.3的汉化的free
textbox
。 获得的地址。
·
2015-11-11 07:11
text
实现
textbox
输入时模糊查询
时间有点紧,有点浮躁,暂时只把相关的文件挑出来看下,思路有时间再整理 1。引用的一个文件 代码 // JScript 文件 // ******************************************************** // 创建日期: 2010-05-5 // 內容说明: 自动完成JS
·
2015-11-11 07:06
text
在ASP.Net2.0中多个通过回车键提交表单时执行特定的button按钮事件
id=Panel1 runat=server DefaultButton="Button1"> <asp:
TextBox
·
2015-11-11 06:03
asp.net
5.
TextBox
WatermarkExtender
TextBox
WatermarkExtender是一个很简单的组件,它能为
TextBox
控件加上提示信息,方便你向用户作出相关的输入提示,而且不占用地方,不会影响布局。
·
2015-11-11 06:22
extend
7.DropDownList的绑定
ListView中是无法像
TextBox
等控件那样将DropDownList的选中值绑定到数据字段的,必须编程处理。
·
2015-11-11 06:15
list
18 数据绑定控件
模式为
textBox
-->数据源--> DataSet。数据源有: SqlDataSource,Acce
·
2015-11-11 06:10
数据绑定
14. 客户端和服务端校验的必要性
我们做个网页,在网页中放一个
textbox
和button,当用户点击button时,我们判断
textbox
中我拉输入的值的大小,大于100则不给出提示,小于等于100则提示正常。
·
2015-11-11 06:56
客户端
2.网站的运行原理
放上一
textbox
,及su
·
2015-11-11 06:49
原理
NET 2.0 中
TextBox
ReadOnly="true"(只读)时在客户端赋值后的取值问题
一:不设置ReadOnly属性,通过onfocus=this.blur()来模拟,如下: <asp:
TextBox
ID="
TextBox
1" runat="server
·
2015-11-11 06:45
readOnly
FCKeditor(asp.net)使用方法[图]
Free
Textbox
不开源了,CSDN用的这个在线编辑器很优秀.它的名字叫做FCKEditor,它是开源的.
·
2015-11-11 06:35
fckeditor
Free
TextBox
使用方法
很久就听说Free
TextBox
不错,就下载了来用了下,发现网上介绍的文档少的可怜。
·
2015-11-11 06:34
text
点滴积累【JS】---JS求平均值(方法)
计算出平均值 说明:调用方法计算出平均值, 代码: 文本框中: 1 <asp:
TextBox
ID="tblmyd11" Field="lmyd11"
·
2015-11-11 06:07
js
Asp.net服务器控件在IE10下的不兼容问题
【 大 中 小】 相信很多使用IE10的童鞋们已经发现了这个问题,以下是本人在IE10标准模式下发生的问题,声明:IE10不只有一个版本 1.服务器控件属性丢失,在aspx页面定义的
TextBox
·
2015-11-11 06:11
asp.net
最新版Free
TextBox
(版本3.1.6)在ASP.Net 2.0中使用简解(提供博客园本地下载)
来源:cleocn.com 最新版Free
TextBox
(版本3.1.6)在ASP.Net 2.0中使用简解(提供博客园本地下载) 简介:对于Free
TextBox
(版本3.1.6)在
·
2015-11-11 06:47
asp.net
TextBox
控件源码|
TextBox
服务器控件源码|
TextBox
控件c#源码
[ControlBuilder(typeof(
TextBox
ControlBuilder)), DefaultProperty("Text"), ParseChildren(false
·
2015-11-11 05:28
text
asp.net的多行
TextBox
随内容增加自动增高而不显示滚动条!
<TD align="center" valign="top"> <asp:
TextBox
id="txtNews" runat
·
2015-11-11 05:13
asp.net
WPF Rich
TextBox
的Template Style问题
在项目中实际设计中需要改变Rich
TextBox
的UI呈现,今天在Coding的过程中发现在Rich
TextBox
的ControlTemplate中使用ContentPresenter
·
2015-11-11 05:02
template
Winform改变
Textbox
边框颜色
namespace My
TextBox
One { //使用时必须把文本框的BorderStyle为FixedSingle才能使用 //一些控件(如
TextBox
、Button等
·
2015-11-11 05:41
WinForm
ASP.NET保留密码框的值
原因是:在PostBack的时候,如果
TextBox
的TextMode为Password的话,是没有value属性传递的.所以密码框的空的. 但这个问题是可以解决的啦...
·
2015-11-11 05:49
asp.net
C#控件储备——错误提示控件errorProvider
错误提示控件errorProvider VS显示: 核心代码: this.errorProvider1.SetError(this.
textBox
1,
·
2015-11-11 05:35
Provider
拖动无边框的登入窗口
最初使用一个Rectangle,并设置Z值来捕捉MouseLeftButtonDown事件,但是不管在它之上或是之下的
TextBox
都无法用鼠标进入编辑状态。
·
2015-11-11 05:20
窗口
文本框不够长,显示“XXX...”
WPF: How to make the
TextBox
/TextBlock/Label show "xxx..." if the text content too long?
·
2015-11-11 05:19
文本框
在
TextBox
里面仅仅允许数字,按Enter键进入下一个
TextBox
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script src="../Scripts/jquery-1.10.2.js"></script> <style
·
2015-11-11 05:14
text
c# Invalidate() Update() Refresh()的区别
Invalidate()使区域无效就可触发该控件的重画了,但在一些条件下却没有触发重画.例如: private void button1_Click(object sender, EventArgs e) {
textBox
1
·
2015-11-11 05:40
validate
Binding中的TargetNullValue属性(项目)
Wilma项目中的例子: View Code 1 <
TextBox
Width="28" 2
·
2015-11-11 05:37
target
Chapter6:Data Binding(学习)
<
TextBox
Text="{B
·
2015-11-11 05:25
bind
使用ASP.NET 2.0 的一些问题!(11.22更新)
1、在ASP.NET 2.0中如果把
TextBox
的ReadOnly=true,然后通过JavaScript设值,提交后
TextBox
.Text无值,可以通过Request来获取,如果非要用
TextBox
.Text
·
2015-11-11 05:05
asp.net
正则表达式验证输入框是否为数字
正则表达式1 <td><asp:
TextBox
ID="
TextBox
_username" Width="250" runat="server
·
2015-11-11 04:43
正则表达式
判断文本框等值是否为空
一、文本框if(this.
textBox
1.Text.Trim()=="")  
·
2015-11-11 04:24
文本框
使用Ajax在javascript中调用后台C#函数
但看到很多网站的设计是当用户填写完用户名,
TextBox
失去焦点后就会立即给出提示,比如https://passport.csdn.net/account/register,反应很迅速,
·
2015-11-11 04:09
JavaScript
TD中INPUT的宽度设置
最近在用C#做Web程序时,碰到一个问题: 将
TextBox
的asp控件放在Table中的TD里面时,不设置宽度,自动会将TD撑的很大。
·
2015-11-11 04:58
input
语法高亮组件(BETA)
从Rich
textbox
继承的语法
·
2015-11-11 04:15
组件
用Process启动新的程序,并捕获它的标准输出流
本文测试的是,用System.Diagnosis.Process启动新的程序,从它的标准输出流中读取输出,然后将输出显示界面的
TextBox
中。先看Process类提供的几个相关属性和方法。
·
2015-11-11 04:08
process
asp.net实现手机号码归属地查询,代码如下
protected void Button1_Click(object sender, EventArgs e) { if (Regex.IsMatch(
TextBox
1
·
2015-11-11 04:10
asp.net
ASP.NET页面如何引发PostBack事件 -转
用户在ASP.NET应用程序显示的页面上面点击一个Button、LinkButton、或者改变某个
TextBox
的Value时(启用AotuPostBack),就会导致页面提交,并且在服务器端引发对应的
·
2015-11-11 04:43
asp.net
Free
TextBox
的使用问题总结
前段时间做一个网站项目在后台内容管理中用到Free
TextBox
,遇到了以下几个问题 Free
TextBox
的官方网站: http://free
textbox
.com 1.
·
2015-11-11 04:12
text
asp.net中System.DateTime.Now.ToString()的一些用法
Asp.net中的日期处理函数 //2007年4月24日 this.
TextBox
6.Text = System.DateTime.Now.ToString
·
2015-11-11 04:44
toString
Lucene.net站内应用
Lucene.net 起初是一个开源项目然后转向商业化,也在Lucene.net 2.0已经发布,不过是要 money D ,Lucene.net的命运有点类似于Free
TextBox
·
2015-11-11 04:43
Lucene
MVC扩展(ModelBinder)
string Name { get; set; } } cshtml @using (Html.BeginForm()) { <div>@Html.
TextBox
For
·
2015-11-11 04:00
Binder
Path类的几个属性说明
rich
TextBox
1.AppendText("Path.VolumeSeparatorChar:" + Path.VolumeSeparatorChar.ToString()
·
2015-11-11 03:39
Path
TextBox
只能输入数字的两种解决办法
有的时候需要验证文本框中输入的字符是否为数字,现在我找到了两种解决办法,和大家分享一下: 第一种,在
TextBox
的KeyPress中判断: private void txbSleep_KeyPress
·
2015-11-11 03:18
只能输入数字
Windows Phone 7 扩展
TextBox
控件为数字输入文本框
有一些信息的录入,比如电话号码,邮编等等的这些信息都只是需要输入数字,而Windows Phone 7里面的控件并没有只让输入数字的一个控件,那么要实现这样的一个控件就只能够手工地去扩展
TextBox
·
2015-11-11 03:14
windows phone
上一页
58
59
60
61
62
63
64
65
下一页
按字母分类:
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
其他