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
EventArgs
ASP.NET AJAX学习
UpdatePanel外的按钮的时间要填充UpdatePanel内的GridView,要将该按钮注册为异步调用,如:protected void Page_Load(object sender, System.
EventArgs
·
2015-11-12 22:14
asp.net
<>大白话系列之C#委托与事件讲解(三)
我希望大家在看完文章的时候,多做做练习,自己也可以想个场景,动动手,这样才会有深刻的印象,不然遗忘的速度非常快] 今天我接着上面的3篇文章来讲一下,为什么我们在日常的编程活动中遇到这么多sender,
EventArgs
·
2015-11-12 22:23
C#
关于Session超时...
protected void Session_Start(Object sender,
EventArgs
e) { Session.Tim
·
2015-11-12 22:13
session
txt文本导入到sql server数据库
protected void Button1_Click(object sender,
EventArgs
e) { &
·
2015-11-12 22:57
SQL Server
微信二维码名片生成示例
下面是加密的代码 protected void btnEncode_Click(object sender,
EventArgs
e)  
·
2015-11-12 22:51
二维码
AnyCard购物平台(字符自动追加.,)
private void textBox1_TextChanged(object sender,
EventArgs
·
2015-11-12 22:05
字符
ASP.NET 页生命周期概述
protected void Page_PreInit(object sender, System.
EventArgs
e) { if (IsPostBack
·
2015-11-12 21:16
asp.net
VB获取最大行数
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.
EventArgs
) Handles Button1
·
2015-11-12 21:41
vb
VB 编写的窗体淡入淡出
Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.
EventArgs
·
2015-11-12 21:40
vb
冒泡/快速排序
protected void Page_Load(object sender,
EventArgs
e) {  
·
2015-11-12 21:16
快速排序
匿名方法、迭代器
没有匿名方法的时候(C# 1.0) addButton.Click += new EventHandler(AddClick); void AddClick(object sender,
EventArgs
·
2015-11-12 21:07
迭代器
导出excel/xml
1.GridView导出Excel表 protected void Page_Load(object sender,
EventArgs
e) { if (!
·
2015-11-12 21:49
导出Excel
PageBase中判断Session是否存在!
System.Web.UI; public class PageBase : Page{ //重写Page基类的OnLoad事件方法 protected override void OnLoad(
EventArgs
·
2015-11-12 21:10
session
C#对DataTable里数据排序的方法
现在要求针对某一列进行排序,如果该列为数字的话,进行ASC即可实现,但是该字段类型为string,此时排序就有点不正确了 protected void Page_Load(object sender,
EventArgs
·
2015-11-12 21:16
Datatable
GridControl读取xml和保存xml
fileName ="c:\\XtraGrid_SaveLayoutToXML.xml";privatevoid Form1_Load(object sender, System.
EventArgs
·
2015-11-12 21:14
读取xml
“根级别上的数据无效”问题的解决
//blog.csdn.net/hdzdw/archive/2008/10/26/3152807.aspx private void button1_Click(object sender,
EventArgs
·
2015-11-12 21:41
数据
从DataGrid输出数据到Excel
private void button_OutExcel_Click(object sender, System.
EventArgs
e) { Response.Clear
·
2015-11-12 21:00
datagrid
web页面跳转
private void Button1_Click(object sender, System.
EventArgs
e)??{ ?//在新窗口中打开???
·
2015-11-12 21:40
页面跳转
创建多线程
temp = new Form(); temp.Show(); } private void button1_Click(object sender, System.
EventArgs
·
2015-11-12 21:32
多线程
执行线程,不卡死主线程
private void button1_Click(object sender,
EventArgs
e) { int i = 0; Thread th = new Thread(new ThreadStart
·
2015-11-12 21:32
线程
动态添加ASP.NET控件并绑定处理事件一例
1 private void Page_Load( object sender, System.
EventArgs
 
·
2015-11-12 20:37
asp.net
GridView的操作:导出Excel[方案一]
方案一:简单可行的方法 1 protected void WriteExcel_Btn_Click( object sender,
EventArgs
·
2015-11-12 20:22
GridView
GridView的操作:基本操作(行和单元格绑定)
给GridView绑定基本数据: 1 protected void Page_Load( object sender,
EventArgs
·
2015-11-12 20:20
GridView
GridView的操作:基本操作(数据绑定)
; new GameNominateClass(); protected void Page_Load( object sender,
EventArgs
·
2015-11-12 20:19
GridView
GridView的操作:基本操作(呈现页面前操作)
nbsp; 事件:PreRender protected void GV_GameList_PreRender( object sender,
EventArgs
·
2015-11-12 20:18
GridView
ASP.NET实现文件下载
protected void Button1_Click( object sender,
EventArgs
e)  
·
2015-11-12 20:27
asp.net
C#取硬盘、CPU、主板、网卡的序号 ManagementObjectSearcher
private void button1_Click(object sender,
EventArgs
e) { textBox1.Text =
·
2015-11-12 20:02
object
返回JSon格式数据
处理业务数据,产生JSon数据,供JqueryRequest.aspx调用,代码如下: 代码如下: protected void Page_Load(object sender,
EventArgs
·
2015-11-12 20:06
返回JSON
FastReport脚本把数据绑定到文本控件上
public class ReportScript { private void Data25_BeforePrint(object sender,
EventArgs
e)//Data25是指需要绑定数据源的控件
·
2015-11-12 19:55
port
Event and Delegate
System.Linq;using System.Text; namespace EventDelegate { class CatShoutEventArgs:
EventArgs
·
2015-11-12 19:09
delegate
object sender和
EventArgs
e含义
sender是事件源 比如说你按下按钮,那么sender就是按钮 又如:textboxchange,sender就是该textbox,在事件处理中就可以用sender代替textbox. 如: (sender as TextBox).Text="fdsaewfsda";
·
2015-11-12 19:32
object
一段调用dtsx的代码记录
1 private void button1_Click( object sender,
EventArgs
e) &
·
2015-11-12 19:03
代码
坑人神器
1 private void Form1_Load(object sender,
EventArgs
e) 2 { 3 for (int intIndex
·
2015-11-12 19:39
(摘之博客园狂奔di蜗牛)ASP.NET页面刷新方法总结
ASP.NET页面刷新方法总结 先看看ASP.NET页面刷新的实现方法: 第一: private void Button1_Click( object sender, System.
EventArgs
·
2015-11-12 19:48
asp.net
asp.net文件下载方法...
TransmitFile实现下载 protected void Button1_Click(object sender,
EventArgs
e) &
·
2015-11-12 19:28
asp.net
ASP.NET页面刷新的实现方法(Zt)
先看看ASP.NET页面刷新的实现方法: 第一: C# code private void Button1_Click( object sender, System.
EventArgs
·
2015-11-12 19:20
asp.net
asp.net页面功能之【设为桌面图标】
第一步:创建一个空页面,如: SetDesktop.aspx【名字随便叫,不限定】 第二步:后台代码 1 protected void Page_Load(object sender,
EventArgs
·
2015-11-12 19:53
asp.net
代码创建文件夹
protected void Button1_Click(object sender,
EventArgs
e) { &
·
2015-11-12 19:52
文件夹
vs2008 FileUpload 上传控件 Gridview传多个值
fileupload控件,控件后加button1 lable1 lable2,还要在与本窗体同意目录下新建img文件夹protected void Button1_Click(object sender,
EventArgs
·
2015-11-12 19:48
fileupload
gridiew列求和,表的列求和,表的记录数,时间段查询
下面求的是gridview中第5列的值,并在lable1中显示 protected void Page_Load(object sender,
EventArgs
e)  
·
2015-11-12 19:46
grid
List
转为Json格式
public string ShopID { get; set; } } protected void Page_Load(object sender,
EventArgs
·
2015-11-12 18:19
json
TXT插入者批量随机插入代码
private void btn_PLEnglishSingleInsert_Click(object sender,
EventArgs
e) { if ((this.txtb_FolderIn.Text
·
2015-11-12 18:03
txt
打开对话框
1 private void openFileDialogBTN_Click(object sender, System.
EventArgs
·
2015-11-12 18:06
对话框
SQL几种简单的语法
代码 private void button1_Click( object sender,
EventArgs
·
2015-11-12 18:50
sql
16.类型转换[值类型和引用类型的转换]
值类型 private void Form1_Load(object sender,
EventArgs
e) {&
·
2015-11-12 18:45
类型转换
一段简单的压力测试代码
partial class ServerTest : System.Web.UI.Page { protected void Page_Load(object sender,
EventArgs
·
2015-11-12 18:38
压力测试
My Silverlight系列(11)—— Silverlight中的右键事件点击模拟(全局版本)
微软曾经在它的DeepZoom解决方案中给出了一套对于滚轮操作的支持方案(包括一个Helper类,其实中含有NestedType,还有一个
EventArgs
类),但是至今仍然没有比较正式的对于右键的支持
·
2015-11-12 18:20
silverlight
C#导入、导出功能
//导出功能 protected void btnExport(object sender,
EventArgs
e) { //用来打开下载窗口
·
2015-11-12 18:20
C#
.net 直接输出远程文件到浏览器和下载文件保存到本机
实现代码比较简单具体实现如下: 首先bin文件引入,com->microsoft xml v3.0 具体代码如下: protected void Button1_Click(object sender,
EventArgs
·
2015-11-12 18:57
.net
如何用C#设置IE的代理
1 private void button3_Click( object sender,
EventArgs
·
2015-11-12 18:53
C#
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他