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 JS常用方法类
using
System.Web
; /// <summary> /// Javascript常用方法 /// </summary> public class
·
2015-10-31 10:07
asp.net
ASP.NET程序上传文件功能的具体实例代码
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-10-31 10:11
asp.net
asp.net 集成QQ2.0 登陆代码示例
using System; using
System.Web
; using System.Net; using System.Text; using System.IO; using System.Collections.Specialized
·
2015-10-31 10:55
asp.net
自己写的数据库基类
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-10-31 10:37
数据库
经典 动态生成TreeView
using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
·
2015-10-31 10:05
treeview
页面统计
Init: using System; using System.Data; using System.Configuration; using
System.Web
; using
·
2015-10-31 10:21
统计
DotText学习心得_1
*/kevin/default.aspx的请求过程: 1.Web.config中
system.web
配置节httpHandlers元素:指明使用哪个类(继承自 IHttpHandler 或
·
2015-10-31 10:48
text
ASP.NET实现下拉框二级联动组件
namespace WebApplicationDlh { using System; using System.Data; using System.Drawing; using
System.Web
·
2015-10-31 10:48
asp.net
C#后台获取页面数据
using System; using System.Collections.Generic; using System.Text; using
System.Web
; namespace pub.mo
·
2015-10-31 10:44
C#
listbox移位
using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.Web.UI;
·
2015-10-31 10:17
listbox
.net Json对象序列化和反序列化
using System; using System.Collections.Generic; using
System.Web
; using System.Web.Script.Serialization
·
2015-10-31 10:20
.net
关于跨站数据提交与页面异常的处理
页面基类代码 using System;using System.Collections.Generic;using
System.Web
;using System.Web.UI;using System.Web.UI.WebControls
·
2015-10-31 10:13
异常
.net4.0中json时间转换问题
后端代码 using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.Web.Mvc
·
2015-10-31 10:13
.net
网站注册随机码的实现
System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using
System.Web
·
2015-10-31 10:03
网站
用WebService实现调用新浪的天气预报功能
using System;using
System.Web
;using System.Collections;using System.Web.Services;usi
·
2015-10-31 10:02
webservice
淘宝平台C#示例代码
com.taobao.api.util; using com.taobao.api; using System.Net; using System.IO; using System.Text; using
System.Web
·
2015-10-31 10:57
C#
asp.net databinder
:http: // www.cnblogs.com/wintersun/archive/2006/08/11/474135.html DataBinder.Eval是这样:DataBinder是
System.Web
·
2015-10-31 10:36
asp.net
ASP.NET程序中动态修改web.config中的设置项目(后台CS代码)
System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using
System.Web
·
2015-10-31 09:53
asp.net
Web.config webServer 问题
web.config 的webServer节是用于iis7的优化处理用以替换iis6的
system.web
节 iis6的
system.web
<system.web>  
·
2015-10-31 09:49
webserver
TreeView控件保存恢复结点展开状态
using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-31 09:39
treeview
使用纯真版IP地址库,根据IP判断所在地
using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-31 09:18
IP地址
重写System.Web.UI.Page中OnLoad事件实现Session验证
新建一个类库 using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security
·
2015-10-31 09:54
session
开发 ASP.NET vNext 初步总结(使用Visual Studio 2015 Preview )
新特性: vNext又称MVC 6.0,不再需要依赖
System.Web
,占用的内存大大减少(从前无论是多么简单的一个请求,
System.Web
本身就要占用31KB内存)。
·
2015-10-31 09:37
asp.net
ASP.NET实现下拉框二级联动组件
namespace WebApplicationDlh { using System; using System.Data; using System.Drawing; using
System.Web
·
2015-10-31 09:06
asp.net
解决 未知的服务器标记“asp:ScriptManager”的方法
pages配置 <
system.web
>
·
2015-10-31 09:57
manager
利用HttpWebRequest和HttpWebResponse做黑客注射工具
using System;using System.Collections.Generic;using System.Text;using System.Net;using System.IO;using
System.Web
·
2015-10-31 09:53
response
类实现.NET框架下的加密和解密(网上找来的,忘记是哪位大侠的杰作了)
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-10-31 09:45
.net
改写别人的分页控件代码(有加密)
using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-31 09:45
加密
改写别人的分页控件代码
using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-31 09:45
分页
关于分页技术?
我只是复制老师的一段代码如下: using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-31 09:28
分页技术
一个通过web.Mail发送邮件的类
using System;using
System.Web
;using System.Web.Mail;using Dottext.Framework;using Dottext.Framework.Configuration
·
2015-10-31 09:13
mail
练习
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-10-31 09:57
dhl: ASP.NET MVC1.0 的图片(文件)上传功能
知识点:
System.Web
(System.Web.Abstractions.dll) 的成员HttpPostedFileBase类 实例1单文件上传: 前台 : <% using (Html.BeginForm
·
2015-10-31 09:45
asp.net
ASP.net利用urlMappings重写URL路径(URL映射)
configuration 元素(常规设置架构)
system.web
元素(ASP.NET 设置架构
·
2015-10-31 09:05
asp.net
ASP.NET中指定自定义HTTP响应标头
OnPreSendRequestHeaders,Dispose,Init方法,如下代码所示 using System; using System.Collections.Generic; using
System.Web
·
2015-10-31 09:55
asp.net
取汉字首字母(完全示例demo下载)
<%@ WebHandler Language="C#" Class="ajax" %> using System;using
System.Web
·
2015-10-31 09:40
demo
第七章用户控件
***在web.config中进行注册用户控件 <
system.web
> < pages > < controls > &
·
2015-10-31 09:43
用户
Asp.Net 文件操作基类(读取,删除,批量拷贝,删除,写)操作
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-10-31 09:54
asp.net
Server.MapPath
if you want to used in other projects like DLL project, User difined control, you should reference
System.Web
·
2015-10-31 09:42
server
[SPS2010]: List SPWeb properites
Imports
System.Web
Imports System.Collections Imports Microsoft.SharePoint Imports Microsoft.SharePoint.Utilities
·
2015-10-31 09:36
list
GridView初级自定义应用
不直接连接数据库 using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-31 09:41
GridView
AspNetHostingPermission 类
这个类跟code access security一起合起来使用, 帮助保护在
System.Web
命名空间下的共有类型. 代码必须至少被指派Minimal信任等级才能访问受保护的ASP.NET类型.
·
2015-10-31 09:12
Permission
Jquery调用webService,远程访问出错 问题解决了!
原来web.config里面默认Post设置是不允许远程调用webservice,需要配置一下就可以了 晕死 如果想在远程可以正常调用,需要修改web.config,在
system.web
节下面加上下面一段话即可
·
2015-10-31 09:42
webservice
javascript处理类
using System;using System.Collections.Generic;using System.Text;using
System.Web
;using System.Web.UI;
·
2015-10-31 09:26
JavaScript
存储图片到数据库
System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-31 09:15
数据库
生成图片验证码类
using System; using System.IO; using
System.Web
; using System.Text; using System.Drawing; using
·
2015-10-31 09:57
验证码
利用IHttpHandler计算页面的执行时间
using System; using
System.Web
; using System.Web.UI; using System.Web.SessionState; namespace Cuyahoga.Web.HttpHandlers
·
2015-10-31 09:49
handler
水晶报表导出pdf功能(完整的代码C#版)
using System.ComponentModel; using System.Configuration; using System.Data; using System.Drawing; using
System.Web
·
2015-10-31 09:01
pdf
水晶报表导出为pdf, word , excel 格式(已经测试过,实现了该功能)
using System.ComponentModel; using System.Configuration; using System.Data; using System.Drawing; using
System.Web
·
2015-10-31 09:01
Excel
cache 助手
using System; using
System.Web
; using System.Web.Caching; namespace net91com.Common { /// <
·
2015-10-31 09:34
cache
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他