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
System.web
一个同学写的Ajax三级联动的DEMO
using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using
System.Web
·
2015-11-11 09:05
Ajax
ASP.NET c# 封装常用到的js通用函数
using
System.Web
;using System.Web.UI;using System.Text; public abstract class JS
·
2015-11-11 09:37
asp.net
XMLHTTP实现POST数据的源代码
1 using System; 2 using MSXML2; 3 using
System.Web
·
2015-11-11 09:45
xmlhttp
验证码
using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-11-11 09:02
验证码
Linq 简易处理
using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-11 09:56
LINQ
百度效果
在这里我们只提一下: 1.webserver中的代码: using System;using System.Collections.Generic;using System.Linq;using
System.Web
·
2015-11-11 09:01
百度
[置顶]分页控件
; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using
System.Web
·
2015-11-11 09:01
分页
百度下拉框效果的两种做法
在这里我们只提一下: 1.webserver中的代码: using System;using System.Collections.Generic;using System.Linq;using
System.Web
·
2015-11-11 09:59
下拉框
DataSet用法操作XML
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-11 09:36
Data
回调示例
using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Text;using
System.Web
·
2015-11-11 09:45
示例
.NET文件操作类(二)
using System;using System.Configuration;using System.Collections.Generic;using System.Text;using
System.Web
·
2015-11-11 09:14
.net
.NET图片操作类,包含图片格式转换、图片缩放、 文字水印、图片水印、路径转换
System.Collections.Generic;using System.Text;using System.IO;using System.Drawing.Imaging;using System.Drawing;using
System.Web
·
2015-11-11 09:11
.net
.NET文件操作帮助类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using
System.Web
·
2015-11-11 09:10
.net
.NET缓存管理
System.Collections;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;using
System.Web
·
2015-11-11 09:08
.net
导出EXCEL
using System; using System.Collections.Generic; using
System.Web
; using System.Web.UI; using System.Web.UI.WebControls
·
2015-11-11 08:07
导出Excel
生成条形码
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-11-11 08:51
条形码
复合控件之Anthem
using System; using
System.Web
; using System.Web.UI; using System.Web.UI.WebControls; using System.ComponentModel
·
2015-11-11 08:31
ant
JS类库
nbsp; using System.Configuration; using
System.Web
·
2015-11-11 08:24
js
webService
WEB服务器端 using System; using
System.Web
; using System.Web.Services; using System.Web.Services.Protocols
·
2015-11-11 08:04
webservice
WebRequest之Post写法
quot;gb2312"/> CS文件 using System;using System.Collections.Generic;using System.Linq;using
System.Web
·
2015-11-11 08:09
request
模拟Asp.Net Forums实现可以换皮肤的控件
现在我们一起来写一个代码分离带换皮肤功能的登陆页面: 第一步:新建ThemeDemo项目 第二步:添加基类SkinnedWebControl.cs using System; using
System.Web
·
2015-11-11 08:02
asp.net
ASP.NET 常见问题 和 网页上加上百度搜索
我这里有如下方式,仅供参考: 首先我们要在类文件里引用using
System.Web
; using  
·
2015-11-11 08:58
asp.net
Global中使用线程隔时执行一项任务
using System; using System.Collections; using System.ComponentModel; using
System.Web
·
2015-11-11 08:20
global
DataGrid 完全攻略之七(实现选择、编辑和修改)
using System.ComponentModel; using System.Data; using System.Drawing; using
System.Web
·
2015-11-11 08:18
datagrid
验证码 生成变形的文字
using System; using System.IO; using
System.Web
; using System.Web.UI; using
·
2015-11-11 08:13
验证码
移动和联通接口 发送短信
nbsp; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 08:44
接口
Asp.net MVC Action大全
using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.Web.Mvc
·
2015-11-11 08:10
asp.net
HttpBrowserCapabilities使用获取浏览器信息
using System;using System.Configuration;using System.Data;using System.Linq;using
System.Web
;
·
2015-11-11 08:09
browser
json的js和C#操作
格式数据,处理后以json格式返回result using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-11 08:07
json
验证码
code.aspx">using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
·
2015-11-11 08:43
验证码
c# 简单文件流读写CSV文件
System.Linq; using System.Text; using System.Reflection; using System.IO; using System.Data; using
System.Web
·
2015-11-11 08:33
csv
C# DES加密类,16位的加密。
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Text
·
2015-11-11 08:13
des
asp.net xml操作基类
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-11-11 08:22
asp.net
文件操作类,(杯以后自己使用)
Code using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 08:58
文件操作
[导入]C#加密方法汇总
highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->方法一://须添加对
System.Web
·
2015-11-11 08:36
C#
Javascript调用webservice(不涉及ajax)
WebService.asmx using System; using System.Collections; using System.Linq; using
System.Web
·
2015-11-11 08:05
JavaScript
c#MD5加密类
nbsp;2 using System.Data; 3 using System.Configuration; 4 using
System.Web
·
2015-11-11 08:30
MD5加密
web api 返回 jsonp 格式的json 和mvc 返回jsonp格式的json
using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.Threading.Tasks; using
System.Web
·
2015-11-11 08:29
返回JSON
权限设计 【数据库和代码】
System.Data; using System.Data.SqlClient; using System.Configuration; using
System.Web
·
2015-11-11 07:40
数据库
aps.net 读取xml文件 并用smartpart包装 用于moss2007
System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-11-11 07:50
读取xml
C#初始化数组的三种方式
对于一维数组: using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security
·
2015-11-11 07:59
初始化
利用JQuery的.getJSON给Dropdownlist绑定Item
代码 1 using System; 2 using
System.Web
; 3 
·
2015-11-11 07:00
jquery
ASP.NET2.0中Calendar的使用(添加自己的日期备注)
AJAX.NET的推出这个控件也有了一丝的用处.所以也就研究一下 using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 07:29
Calendar的使用
自定义web.config节点 实现ConfigurationElement,ConfigurationSec
using System.Data; using System.Configuration; using System.Linq; using
System.Web
·
2015-11-11 07:09
configuration
HttpHandlerFactory来根据不同的后缀名调用不通的图片生成Handler来生成图片
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 07:01
handler
重写PageStatePersister属性 自定义压缩方法来减小ViewState大小来优化页面加载时间
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 07:01
view
HttpHandler生成图片
using System; using System.Drawing; using System.Configuration; using
System.Web
·
2015-11-11 07:00
handler
动态的呈现页面. 模拟ASP.NET UpdatePanel部分更新配合WebServices.
using System; using
System.Web
; using System.Web.UI; using System.IO; using
·
2015-11-11 07:58
WebServices
Javascript+xmlhttp调用Webservice(一)。
using System; using
System.Web
; using System.Web.Services; using System.Web.Service
·
2015-11-11 07:56
JavaScript
ICallbackEventHandler in asp.net
using System.Configuration; using System.Data; using System.Linq; using
System.Web
·
2015-11-11 07:53
callback
上一页
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
其他