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
Server.GetLastError
命名空间:
System.Web
程序集:
System.Web
(在 system.web.dll 中) Exception LastError; String ErrMessage;
·
2015-10-21 11:04
server
Page.EnableViewStateMac 属性
命名空间:System.Web.UI 程序集:
System.Web
(在 system.web.dll 中) 属性值 如果应对视图状态进行 MAC 检查和编码,则为 true;否则为 false。
·
2015-10-21 11:40
view
WebServices调用AO的方法
using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-21 11:14
WebServices
WebService基于SoapHeader实现安全认证(二)
using Globalegrow.Common; using Globalegrow.Model; using
System.Web
; using System.Web.Services.Protocols
·
2015-10-21 11:56
webservice
Ajax WebService 省级联动
AjaxControlToolkit 控件 新建服务 WebService WebService.cs using System; using
System.Web
; using
·
2015-10-21 11:37
webservice
检测SQL注入式攻击代码
using System; using System.Text; using
System.Web
; using System.Web.UI.WebControls; using System.Text.RegularExpressions
·
2015-10-21 11:35
sql注入
图片防盗链
using System; using
System.Web
; /// <summary> /// ImageProtect 的摘要说明
·
2015-10-21 11:26
图片
Asp.net 时间操作基类(短日期,长日期,时间差)
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-10-21 11:53
asp.net
体验.NET Ajax无刷新技术
2.建立HttpHandler,在web.config里面加上 <configuration> <
system.web
> <httpHandlers> <add verb="POST,GET&
·
2015-10-21 11:13
.net
C#.Net 较完美随机验证码
System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using
System.Web
·
2015-10-21 11:47
.net
asp.net 判断session是否过期
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.SessionState
·
2015-10-21 11:45
asp.net
发送单个邮件
using System;using System.Configuration;using System.Data;using System.Linq;using
System.Web
;using System.Web.Security
·
2015-10-21 11:17
邮件
水晶报表导出为pdf, word , excel 格式(已经测试过,实现了该功能)
using System.ComponentModel;using System.Configuration;using System.Data;using System.Drawing;using
System.Web
·
2015-10-21 11:15
Excel
水晶报表导出格式
using System.ComponentModel;using System.Configuration;using System.Data;using System.Drawing;using
System.Web
·
2015-10-21 11:13
导出
水晶报表导出pdf功能(完整的代码C#版)
using System.ComponentModel;using System.Configuration;using System.Data;using System.Drawing;using
System.Web
·
2015-10-21 11:13
pdf
ImageProtect(图片防盗链)
1,ImageProtect.cs using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-21 11:00
image
img标签的src=""会引起的Page_Load多次执行
/06/11/1500999.html 以前一直没注意这个,所以晚上特地写了一段代码验证: Default.aspx后台代码: using System; using
System.Web
·
2015-10-21 11:06
load
C#.NET Request相关操作
using System; using
System.Web
; using System.Text; namespace Pub.Class { /// <summary>
·
2015-10-21 11:13
request
.net 4.0 检测到有潜在危险的 Request.Form 值。
< configuration > <
system.web
> <httpRuntime requestValidationMode
·
2015-10-21 11:55
request
通过反射动态实填充实体类
nbsp;System; using System.Collections.Generic; using System.Data.SqlClient; using
System.Web
·
2015-10-21 11:32
反射
LINQ绑定List到GridView
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-10-21 11:45
GridView
循环遍历DataTable绑定到Table
VoteList2.cs: using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-21 11:44
Datatable
.Net通用大文件上传类(可上传大文件,vs2005)
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-10-21 11:04
.net
Griview中DataKeyNames的用法(多个主键)?
using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-21 11:02
view
C#.NET 关于URL重写技术汇总(二)
然后在web.config中的
system.web
节加入以下代码 <httpModules> <add type="URLRewriter.ModuleRewriter
·
2015-10-21 11:58
url重写
C# URL 重写与反重写
IHttpModule接口了,先看下代码: using System;using System.Collections.Generic;using System.Linq;using System.Text;using
System.Web
·
2015-10-21 11:56
url
AJAX无刷新分页练习
NoRefreshPage.ashx using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-21 11:46
Ajax
数据绑定控件ListView事件
后台代码: using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using
·
2015-10-21 11:39
ListView
asp.net学习笔记·将数据库中的数据保存在EXCEL文件中
在一般处理程序中将数据库数据保存在EXCEL文件中的代码 using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-21 11:34
asp.net
简易的柱状图和饼图
System.ComponentModel; using System.Data; using System.Drawing; using
System.Web
·
2015-10-21 11:50
柱状图
XML操作类
操作类1:using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security
·
2015-10-21 11:54
xml
C#的最实用的的字符串加密解密方法大全
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-10-21 11:32
加密解密
c# DataTable 针对xml、excel、csv导入和导出
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-10-21 11:27
Datatable
在asp.net中长内容自动分页的实现-.NET教程
using System.Configuration; using System.Collections; using
System.Web
·
2015-10-21 11:26
asp.net
在asp.net中长内容自动分页的实现-.NET教程2
using System.Configuration; using System.Collections; using
System.Web
·
2015-10-21 11:26
asp.net
C#:XML操作类
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-10-21 11:14
xml
*.ashx一般处理程序不能访问Session值的解决方法
WebHandler Language="C#" Class="productHandler" %> using System; using
System.Web
·
2015-10-21 11:08
session
C# 发邮件类可发送附件
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Net.Mail
·
2015-10-21 11:46
C#
asp.net上传生成略铺图,文字水印图,图片水印图
方法一 using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security
·
2015-10-21 11:04
asp.net
NHibernate简单增删改查
Default.aspx.cs code using System;using System.Data;using System.Configuration;using
System.Web
·
2015-10-21 11:44
Hibernate
分页绑定repeater控件
nbsp; Code using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
·
2015-10-21 11:37
分页
ASP.NET动态添加水印类
WaterMarke.cs 类 code using System;using System.Data;using System.Configuration;using
System.Web
·
2015-10-21 11:37
asp.net
使用数据集和数据适配器对数据库增删改查
using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
;using
·
2015-10-21 11:37
增删改查
请求验证过程检测到有潜在危险的客户端输入值,对请求的处理已经中止。
解决办法: 修改web.config文件 1、找到 configuration,
system.web
,pages,有的话直接在里面添加validateRequest="false"
·
2015-10-21 11:51
客户端
ASP.NET文件操作
System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using
System.Web
·
2015-10-21 11:41
asp.net
TreeView控件如何设置节点显示与隐藏,主要是用来做后台权限,没有权限的就隐藏,有权限的就显示?
//wenwen.soso.com/z/q104168454.htm using System;using System.Data;using System.Configuration;using
System.Web
·
2015-10-21 11:31
treeview
去掉HTML标记的各种方法
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-10-21 11:57
html
Linq DataTable的修改和查询
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-10-21 11:28
Datatable
我的Lucene.Net笔记
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-10-21 11:09
Lucene
mvc filter 的用法
1、建个类在model里面名字随便 using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-21 11:02
filter
上一页
40
41
42
43
44
45
46
47
下一页
按字母分类:
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
其他