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 简易FTP(网页模拟)
在
system.web
中添加 <httpRuntime maxRequestLength="307200" useFul
·
2015-10-30 18:10
asp.net
[原]SharePoint文档库上传文档
Code using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-30 18:51
SharePoint
AJAXPro用法,关于JS同步和异步调用后台代码的学习
一.AjaxPro的使用 1.在项目中添加引用,浏览找到AjaxPro.2.dll文件 注:关于AjaxPro.2.dll网上有得下载 2.在Web.config中的
system.web
·
2015-10-30 18:28
Ajax
条形码通用类
Code using System; using
System.Web
; using System.Web.SessionState; using
·
2015-10-30 18:30
条形码
一个网站登录,然后下载网页源代码和文件的代码
System; using System.Net; using
System.Web
·
2015-10-30 17:44
源代码
XML 操作
System.ComponentModel; using System.Data; using System.Drawing; using
System.Web
·
2015-10-30 17:37
xml
没有图形化显示,继承Control类
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-10-30 17:22
继承
在visualStudio里面使用SqlServer2000作为数据源
1.在WebConfig里面 新增加一个 connetionstring2.在
System.Web
里配置<membership>字节,建立里面的<provider>,并且clear
·
2015-10-30 17:17
sqlserver2000
一直使用的一个调用SQL Server存储过程的方法
System.Data.SqlClient; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-30 17:02
SQL Server
对web.config进行新增修改删除读取操作
using System; using System.Configuration; using System.Reflection; using
System.Web
·
2015-10-30 16:10
config
学习HttpHandler和HttpModule
一个最最简单的HttpHandler和HttpModule的事例,首先实现一个HttpHandler类 using
System.Web
; using System.Collections
·
2015-10-30 16:05
handler
C# asp.net页面接收的数据保存到Txt文件中, C#将数据保存到记录本中 conquer
nbsp;System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-30 16:57
asp.net
httpModules 与httpHandler
<HttpModules> web.config配置文件中configuration\
System.Web
节中添加
·
2015-10-30 16:56
handler
创建安全的ashx文件
Language="C#" Class="Handler2" %> using System; using
System.Web
·
2015-10-30 15:27
文件
人民币大小写转换
System.Data; 3 using System.Configuration; 4 using
System.Web
·
2015-10-30 15:21
大小写
C#加密算法汇总
方法一: //须添加对
System.Web
的引用 using System.Web.Security; ... /// <summary> /// SHA1加密字符串 /// </summary
·
2015-10-30 15:05
C#
二种生成静态网页的方法(asp.net)
地址两种方式进行静态文件的生成 templete.htm为模板文件,htm为生成后的静态文件保存位置 下面是.cs文件 2 public partial class _Default :
System.Web
·
2015-10-30 15:18
asp.net
将枚举定义生成SQL中的Case-When-then语句
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-10-30 15:15
case
C#简易下载文件程序
using
System.Web
;using System.Net;byte[] data = new WebClient().DownloadData("http://zhangmenshiting.baidu.com
·
2015-10-30 15:47
下载文件
结合MS AJAX将资源文件编译到动态链接库
二、添加
System.Web
和 System.Web.Extensions 命名控件引用。 三、添加一个Jscript文件。 四、将如下代码加入到js文件中: &n
·
2015-10-30 14:38
Ajax
加密解密算法收藏
nbsp; using System.Security.Cryptography; using System.Text; using
System.Web
·
2015-10-30 14:39
加密解密
转换大写人民币
; using System; using System.Data; using System.Configuration; using
System.Web
·
2015-10-30 14:58
转换
ASP.NET里常用的JS
:) using System; using
System.Web
; using System.Web.UI.HtmlControls ; using
·
2015-10-30 14:53
asp.net
风影ASP.NET基础教学 15 LINQ TO SQL2
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-10-30 14:51
asp.net
风影ASP.NET基础教学 14 LINQ TO SQL基础
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-10-30 14:51
asp.net
风影ASP.NET基础教学 9 数据访问
: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using
System.Web
·
2015-10-30 14:50
asp.net
DropDownList弹出树状图
using System;using System.Collections.Generic;using
System.Web
;using System.Data;using System.Data.OleDb
·
2015-10-30 14:23
list
ASP.NET安全策略
quot;^[0-9]_$");if(isNumber.Match(inputData)){ //满足条件}else{ //不满足条件} 输出任何数据在返回给用户前均采用HTML编码使用
System.Web
·
2015-10-30 14:40
asp.net
小文件上传下载方法
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-10-30 14:12
文件上传
页面注入
using System; using System.Collections.Generic; using System.Linq; using System.Text; using
System.Web
·
2015-10-30 14:54
注入
WebHelper
---------- using System;using System.Collections.Generic;using System.Linq;using System.Text;using
System.Web
·
2015-10-30 14:25
help
C# TreeView指定文件夹下的图片浏览
using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using
System.Web
·
2015-10-30 14:16
treeview
温故知新-Excel操作类
//引入Excel的COM组件 using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security
·
2015-10-30 14:12
Excel
Microsoft JScript runtime error: 'Sys' is undefined 的解决方法
ScriptMange,出现了“Microsoft JScript runtime error: 'Sys' is undefined”的错误的解决方案: 在 web.config-->
system.web
·
2015-10-30 14:25
Microsoft
AjaxPro2的使用说明
配置: 1、在web项目中增加对AjaxPro.2.dll的引用 2、在web.config中的
System.Web
配置节下增加如下HttpHandler: <httpHandlers>
·
2015-10-30 14:52
Ajax
[Visual Studio 2010] NET 4.0 WinForm无法引用System.Web.dll的解决方法
可是项目中通过引用功能的net窗口中,却找不到
System.Web
。
·
2015-10-30 14:35
WinForm
xml文档的增删改
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using
System.Web
;
·
2015-10-30 14:14
xml
url重写以后保持postback地址
让所有页面集成一下类即可实现url重写以后保持postback地址 using System;using
System.Web
;using System.Web.UI;using System.IO;
·
2015-10-30 14:39
url重写
一段代码Code
; using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-10-30 14:56
code
List动态加载Rdblist
using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
;using
·
2015-10-30 14:00
list
IHttpModule
命名空间:
System.Web
程序集:System.Web.dll 语法:public interface IHttpModule 方法: Dispose  
·
2015-10-30 14:24
Module
IHttpHandler接口
命名空间:
System.Web
程序集:
System.Web
语法:public interface IHttpHandler IHttpHandler成员 : I
·
2015-10-30 14:24
handler
一个关于Excel的处理类(部分参考网络上)
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-10-30 14:07
Excel
Mvc 翻页查询,代码很有用
Model里的代码 using System; using System.Collections.Generic; using System.Linq; using
System.Web
;
·
2015-10-30 13:22
mvc
MVc路由查询,路由到底有什么作用呢??
Model里的查询方法 using System; using System.Collections.Generic; using System.Linq; using
System.Web
;
·
2015-10-30 13:21
mvc
MVC Link连接数据库增删改查方法的不同写法
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; namespace
·
2015-10-30 13:21
link
MVC添加分布视图做唯一验证
Model里的代码 using System; using System.Collections.Generic; using System.Linq; using
System.Web
;
·
2015-10-30 13:21
mvc
MVC添加动态视图的参考代码。重点是添加部分视图的使用方法,非常有用的代码!!!!!!!!!!!!!!
这是在model里的两个查询方法 using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-10-30 13:20
mvc
MVC 程序开发对汽车种类的联动查询。厂商,系列,型号
mo using System; using System.Collections.Generic; using System.Linq; using
System.Web
; namespace
·
2015-10-30 13:20
mvc
MVC 注册验证参考代码
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; namespace
·
2015-10-30 13:20
mvc
上一页
32
33
34
35
36
37
38
39
下一页
按字母分类:
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
其他