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
asp.net 生成中文验证码
using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
;using
·
2015-10-27 15:20
asp.net
MVC自学系列之一(MVC入门篇)
ASP.NET由抽象两层类所支持: -->System.Web.UI:Web页面层,包括服务控件、ViewState等等 -->
System.Web
:提供了基本的web堆栈,包括模块、处理器
·
2015-10-27 14:59
mvc
c#_错误处理_基础
attribute: using System; using System.Collections.Generic; using System.Linq; using
System.Web
;
·
2015-10-27 14:13
C#
C#_Ajax_分页
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; namespace
·
2015-10-27 14:08
Ajax
Controller
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.Mvc
·
2015-10-27 14:03
controller
Class
using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using
System.Web
·
2015-10-27 14:03
Class
ExtJS+ASP.NET实现单文件上传(FileUpload)
ExtJS+ASP.NET单文件上传(FileUpload),首先在服务器端加一个httpHandler,代码如下: 1: 2: using System; 3: using
System.Web
·
2015-10-27 14:59
fileupload
平时在做ASP.NET项目里经常使用的一些函数和方法
Imports
System.Web
Imports System.Web.UI Imports System.Web.UI.HtmlControls Imports
·
2015-10-27 14:33
asp.net
文件上传下载代码
using System; using
System.Web
; using System.IO; using System.Text; using System.Web.UI.WebControls
·
2015-10-27 14:33
文件上传
IHttpHandlerFactory 接口
命名空间:
System.Web
程序集:System.Web.dll 语法:public interface IHttpHandlerFactory 方法: GetHandler 返回实现
·
2015-10-27 14:27
handler
通过IHttpHandler实现图片验证码
using System.Drawing; using System.Drawing.Imaging; using System.Text; using
System.Web
·
2015-10-27 14:27
handler
Asp.net网站使用HttpHandler实现图片防盗链功能
第一步:创建PicHandler.cs文件,代码如下: using
System.Web
; namespace MyHttpModule {  
·
2015-10-27 14:26
asp.net
webform 一般处理程序,图片验证码
一般处理程序ashx.cs里的代码 using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-27 14:38
webform
webform 对表的增删改查
增删改查的方法代码 using System; using System.Collections.Generic; using System.Linq; using
System.Web
;
·
2015-10-27 14:38
webform
webform 联动查询代码
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-10-27 14:37
webform
验证域用户名密码
using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-27 14:55
用户
asp.net中3种验证码示例(实现代码)(数字,数字字母混和,汉字)
using System.Collections; using System.Configuration; using System.Data; using System.Linq; using
System.Web
·
2015-10-27 14:50
asp.net
There are two ways for Datatable download as excel
; using Excel=Microsoft.Office.Interop.Excel; using System.Reflection; using System.Data; using
System.Web
·
2015-10-27 14:11
Datatable
Send Mail
using System;using System.Web.Mail;using System.Configuration;using
System.Web
;using System.IO;using
·
2015-10-27 14:07
mail
exchange file
using System; using System.Data; using System.Configuration; using
System.Web
; using Obx.Core.BusinessObjects
·
2015-10-27 14:55
Exchange
MVC-REST-SilverLight 之 Global.asax.cs
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.Mvc
·
2015-10-27 14:48
silverlight
javascript 如何调用服务器端方法
using System.Configuration; 3 using System.Data; 4 using
System.Web
·
2015-10-27 14:06
JavaScript
点击一个checkbox控件,使得Datagrid里的模版里放的checkbox全部选中
System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using
System.Web
·
2015-10-27 14:50
checkbox
.NET Framework 4.0-RequestValidationMode
先看如下 web.config 的代码: <
system.web
> <compilation debug="true&
·
2015-10-27 14:50
validation
ASP.NET 弹出提示框所有种类
using System; using
System.Web
; using System.Data; using System.Data.SqlClient; public class MessageBox
·
2015-10-27 14:15
asp.net
C#.NET支付宝接口
using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-27 14:03
.net
WCF大量数据传输
在
system.web
段中添加httpRuntime配置项,如下面的代码所示: &
·
2015-10-27 14:03
WCF
网页自动登录关键类
网页自动登录关键类 using System; using System.Data; using System.Configuration; using
System.Web
·
2015-10-27 14:02
登录
WebService获取服务端硬件信息和客户端IP,MAC,浏览器信息,所在城市-
using System.Collections;using System.ComponentModel;using System.Data;using System.Diagnostics;using
System.Web
·
2015-10-27 14:35
webservice
CookieExtension 使用Cookie的扩展工具类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using
System.Web
;
·
2015-10-27 14:17
cookie
压缩数据传输
using System;using System.Data;using System.Configuration;using
System.Web
;using System.IO;using ICSharpCode.SharpZipLib.BZip2
·
2015-10-27 14:14
压缩
ASP.NET Page执行顺序如:OnPreInit()、OnInit()……
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-10-27 14:27
asp.net
如何使用.net访问Access数据库
Code using System; using System.Data; using System.Configuration; using
System.Web
·
2015-10-27 13:50
Access
HttpApplication处理对象与HttpModule处理模块 (第三篇)
HttpRuntime管理一个定义在
System.Web
命名空间下的HttpApplicationFactory类的时候,HttpApplicationFactory通过工厂模
·
2015-10-27 13:01
application
c#写扩展方法
using System.Collections.Generic; 03 using System.Linq; 04 using
System.Web
·
2015-10-27 13:54
C#
使用jquery加载部分视图01-使用$.get()
□ HomeController using
System.Web
; using System.Web.Mvc; using
·
2015-10-27 13:33
jquery
注册
然后建个类写几个方法 如下: using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-27 13:46
注册
mvc 内容分页
控制器代码: using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using
·
2015-10-27 13:46
mvc
随机生成验证码
System; 2 using System.Data; 3 using System.Configuration; 4 using System.Collections; 5 using
System.Web
·
2015-10-27 12:47
验证码
WebForm控件Repeater
Foreach LinQ to SQL类 函数类: using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-27 12:20
webform
Asp.Net4.5 mvc4(二) 页面创建与讲解
在看看contorller中的action方法 using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-27 12:35
asp.net
让Orchard支持多个Layout
一:创建LayoutFilter using System;using System.Collections.Generic;using System.Linq;using
System.Web
·
2015-10-27 12:49
layout
asp.net添加验证码
System.Configuration; using System.Collections; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-27 11:59
asp.net
在Global中使用线程隔时处理任务
(书中学习,整理了一下,以下是过5分钟删除一张表的记录)using System;using System.Collections;using System.ComponentModel;using
System.Web
·
2015-10-24 09:59
global
读写文件之日志文件
我简单写了一个针对日志文件的类,可以通过此类可以自定义日志文件名称,当日志达到规定大小时,自动备份,路径可以自行定义具体如下:命名空间:using System;using
System.Web
;using
·
2015-10-23 09:29
写文件
WebRequest之Post写法
quot;gb2312"/> CS文件 using System;using System.Collections.Generic;using System.Linq;using
System.Web
·
2015-10-23 09:20
request
邮件找回密码类
using System;using System.Data;using System.Configuration;using System.Linq;using
System.Web
;using System.Web.Security
·
2015-10-23 09:49
邮件
jQuery+JSON实现AJAX二级联动
<%@ WebHandler Language="C#" Class="Handler" %> using System; using
System.Web
·
2015-10-23 09:43
jquery
DtCms.Web.Tools.Http_ImgLoad.ashx.cs
using System; using
System.Web
; using DtCms.Common; using System.IO;
·
2015-10-23 09:42
tools
C# XML 根级别上的数据无效,XMLDriver,Xpath
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.IO
·
2015-10-23 09:38
driver
上一页
36
37
38
39
40
41
42
43
下一页
按字母分类:
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
其他