摘要:
原文发布时间为:2008-10-31 —— 来源于本人的百度文章 [由搬家工具导入] 我想这样,点击一个按钮,然后程序执行一半的时候,跳出一个选择“是否继续执行?”,这样的效果,如果我点击 是,它就继续执行,如果点击 否 ,结束。。。 基本思想:用一个按钮(按钮的width属性设成0,这样就成为了一 阅读全文
摘要:
原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
摘要:
原文发布时间为:2008-07-24 —— 来源于本人的百度文章 [由搬家工具导入] 1、因Gridview中没有增加记录,所以应利用datalistview或formview来弥补。 2、因为detailsview会默认显示第一条记录,如果不让显示,只要在当前Detailsview属性里,行为:D 阅读全文
摘要:
原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] 要看全文请点击http://blog.csdn.net/windok2004/archive/2007/10/28/1852554.aspx 我们知道只要GridView绑定的DataTable有一行记录,Grid 阅读全文
摘要:
原文发布时间为:2008-08-07 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
摘要:
原文发布时间为:2008-08-04 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
摘要:
原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using 阅读全文
摘要:
原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] 行高 line-height: 16px 宽度 (具体位置)-width: 16px 文字缩行 text-indent: 2px 文字字体 font-family: "华文彩云" 文字颜色 font-color: 阅读全文
摘要:
原文发布时间为:2008-07-31 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
摘要:
原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e) { int numCol = GridView1.Columns 阅读全文
摘要:
原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime 阅读全文
摘要:
原文发布时间为:2008-08-08 —— 来源于本人的百度文章 [由搬家工具导入] 需要引入的命名空间: using System.IO;using System.Text; private DirectoryInfo di;private FileInfo fi; 文件与文件夹 FileSyst 阅读全文
摘要:
原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
摘要:
原文发布时间为:2008-08-02 —— 来源于本人的百度文章 [由搬家工具导入] web.config里面: <?xml version="1.0"?><configuration><appSettings> <add key="dbType" value="Access"/> <!--这里可选 阅读全文
摘要:
原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
摘要:
原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using 阅读全文
摘要:
原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
摘要:
原文发布时间为:2008-08-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
摘要:
原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
摘要:
原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] public void Update( string au_lname, string zip,string au_id) { //cmd.CommandText = "update authors set au_ 阅读全文