随笔分类 - ASP.NET(旧)
摘要:原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S
阅读全文
摘要:原文发布时间为:2008-08-04 —— 来源于本人的百度文章 [由搬家工具导入]
阅读全文
摘要:原文发布时间为:2008-07-30 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S
阅读全文
摘要:原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Sec
阅读全文
摘要:原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] 问题:在App_Code这个文件夹中添加了一个类,然后保存,但是在ObjectDataSource配置数据源的时候,选择业务对象里面没有任何东西,以前同样的做法都有,现在却没有了。 这是因为你这个类编写得有错误!检
阅读全文
摘要:原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using
阅读全文
摘要:原文发布时间为:2008-07-25 —— 来源于本人的百度文章 [由搬家工具导入] 1、使用web.config中设置连接串 在web.config中<configuration>.......</configuration>之间加:(当然Connect Timeout=30可写可不写) <app
阅读全文
摘要:原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S
阅读全文
摘要:原文发布时间为:2008-10-31 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S
阅读全文
摘要:原文发布时间为:2008-11-01 —— 来源于本人的百度文章 [由搬家工具导入] 事件的由来 我们继续思考上面的程序:上面的三个方法都定义在Programe类中,这样做是为了理解的方便,实际应用中,通常都是 GreetPeople 在一个类中,ChineseGreeting和 EnglishGr
阅读全文
摘要:原文发布时间为:2008-07-24 —— 来源于本人的百度文章 [由搬家工具导入] 首先当然要写上using System.Data.SqlClient;//这句要写上 1、建立连接字符串如下: SqlConnection testconn = new SqlConnection("Server=
阅读全文
摘要:原文发布时间为:2008-11-08 —— 来源于本人的百度文章 [由搬家工具导入] <html> <head> <title>js</title> </head> <body><input type="button" name="goto" Value="Back" onClick="histor
阅读全文

浙公网安备 33010602011771号