欢迎访问我的博客 https://javascript.shop
摘要: 原文发布时间为:2008-07-27 —— 来源于本人的百度文章 [由搬家工具导入] webconfig 中<appSettings/> 得后面代码添加如下: <appSettings/> <connectionStrings> <add name="testConn" connectionStri 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(137) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-30 —— 来源于本人的百度文章 [由搬家工具导入] Web用户控件test.ascx的源代码: using System;using System;using System.Data;using System.Configuration;using System.C 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(141) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(192) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(160) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] 原文地址:http://blog.csdn.net/21aspnet/archive/2007/03/25/1540301.aspx 说明:准备出一个系列,所谓精髓讲C#语言要点。这个系列没有先后顺序,不过尽量做到 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(156) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-31 —— 来源于本人的百度文章 [由搬家工具导入] http://www.wcplym.com/sbjtClassArtl.asp?id=4 ·Canva专题:漂亮的手机菜单实践-九宫格菜单 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(97) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-30 —— 来源于本人的百度文章 [由搬家工具导入] 添加了一个db的类作为了对象数据源: using System;using System.Data;using System.Configuration;using System.Web;using System. 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(174) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(118) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-08-06 —— 来源于本人的百度文章 [由搬家工具导入] Button btn=new Button(); 1、如果用 btn.Enabled=false;是可以防止刷新的,但是不能点击,而且button的外观变成了凹下去的,很难看 2、所以我找到了解决方法。这个方法很好 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(693) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] GridView从行寻找到该控件: protected void Button3_Click(object sender, EventArgs e) { foreach (GridViewRow gr in Gri 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(165) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-24 —— 来源于本人的百度文章 [由搬家工具导入] 单击gridview中的选择按钮跳转到另一个页面的方法: 在gridview的事件中双击 SelectedIndexChanging 这个事件,然后编写跳转程序,如下:protected void GridView 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(553) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-08-20 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(280) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-27 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(104) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(177) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-30 —— 来源于本人的百度文章 [由搬家工具导入] 可以在detailsview的事件中添加如下语句,即增加一个头,让它在0秒的时候刷新: Response.AddHeader("refresh", "0,url=Default2.aspx"); 完整源码: usi 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(158) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(142) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(101) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-08-04 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(228) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-08-10 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(786) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-08-10 —— 来源于本人的百度文章 [由搬家工具导入] 原文地址:http://www.cnblogs.com/skylaugh/archive/2006/12/18/595634.html 1.已知有一个XML文件(bookstore.xml)如下: <?xml ve 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(106) 评论(0) 推荐(0)
欢迎访问我的博客 https://javascript.shop