摘要:http://www.cnblogs.com/helimin19/ http://www.cnblogs.com/exhjw/articles/121231.html
阅读全文
随笔分类 - C#&Asp.net
摘要:好的页面层次规划使设计,扩充,维护,管理更为方便。我经常使用的是这样的一个层次结构: (+表示文件夹,-表示文件)+根目录-Index.htm(default.htm)[可有可无,就像一扇门,点击进入Index/Index.aspx]-web.config+Index[主页文件] -Index.aspx+Style[css样式文件] -MyCss.css+CommonUC[放一些公用的用户自定义控...
阅读全文
摘要:面的这个例子提供了DataGrid的分页功能。aspx代码和Cohe Behind代码分别如下,注意更改数据录连接字符串。结果如下:C#版本 例子DataGridPaging.aspx DataGridPaging.aspx.csusing System;using System.Collections;using System.ComponentModel;using System.Data;u...
阅读全文
摘要:namespace DataGridDoubleClick{using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;public class Form1 : System.Windows.Fo...
阅读全文
摘要:IntroductionThe idea to write an online quiz came up when I was looking for an XML tutorial. I visited W3Schools.com and found not only the tutorial I was looking for, but more interestingly was an on...
阅读全文
摘要:ASP.NET中使用web.config中的数据 在web.config中加入<appSettings><add key="SQLConnectionString" value="server=xxxx;database=xxx;uid=sa;pwd=sa" /></appSettings>在程序中,使用以下代码获取SQLConnectionString//c#...
阅读全文
摘要:搜索目录里所有文件(包括子目录) 资料来源:http://www.cnblogs.com/jjwwww/archive/2004/09/04/39559.aspx用到两个函数ParseDirectory 和CreatePathListvoidParseDirectory(stringpath,stringfilter){string[]dirs=Directory.GetDirectories(p...
阅读全文

浙公网安备 33010602011771号