摘要:
原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using 阅读全文
摘要:
原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] 原文地址:http://blog.csdn.net/21aspnet/archive/2007/03/25/1540301.aspx 说明:准备出一个系列,所谓精髓讲C#语言要点。这个系列没有先后顺序,不过尽量做到 阅读全文
摘要:
原文发布时间为:2008-07-31 —— 来源于本人的百度文章 [由搬家工具导入] http://www.wcplym.com/sbjtClassArtl.asp?id=4 ·Canva专题:漂亮的手机菜单实践-九宫格菜单 阅读全文
摘要:
原文发布时间为:2008-07-30 —— 来源于本人的百度文章 [由搬家工具导入] 添加了一个db的类作为了对象数据源: using System;using System.Data;using System.Configuration;using System.Web;using System. 阅读全文
摘要:
原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
摘要:
原文发布时间为:2008-08-06 —— 来源于本人的百度文章 [由搬家工具导入] Button btn=new Button(); 1、如果用 btn.Enabled=false;是可以防止刷新的,但是不能点击,而且button的外观变成了凹下去的,很难看 2、所以我找到了解决方法。这个方法很好 阅读全文
摘要:
原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] GridView从行寻找到该控件: protected void Button3_Click(object sender, EventArgs e) { foreach (GridViewRow gr in Gri 阅读全文
摘要:
原文发布时间为:2008-07-24 —— 来源于本人的百度文章 [由搬家工具导入] 单击gridview中的选择按钮跳转到另一个页面的方法: 在gridview的事件中双击 SelectedIndexChanging 这个事件,然后编写跳转程序,如下:protected void GridView 阅读全文
摘要:
原文发布时间为:2008-08-20 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
摘要:
原文发布时间为:2008-07-27 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文