2006年8月4日
摘要:
Change GridView RowColor OnMouseClick
阅读全文
posted @ 2006-08-04 08:32
stswordman
阅读(594)
推荐(0)
摘要:
文章介绍了鼠标在GridView控件的行间移动时改变行间颜色的技术
阅读全文
posted @ 2006-08-04 00:06
stswordman
阅读(749)
推荐(0)
2006年8月1日
摘要:
代码如下private DataSet GetDataSet(){//////}DataSet ds=GetDataSet();ds.WriteXml("1.xml");DataTable dt=new DataTable();dt.ReadXml("1.xml");代码在执行到dt.ReadXml("1.xml");时抛出了异常:DataTable does not support schema...
阅读全文
posted @ 2006-08-01 23:22
stswordman
阅读(4049)
推荐(0)
2006年7月27日
摘要:
正则表达式语法表示的字符类 字符类 匹配的字符 示例 \d 从0~9的数字 \d\d可以匹配72,但不能匹配7a或者a7 \D 非数字的字符 \D\D\D可匹配a%c,但不能匹配123 \w 下划线和单词字符 \w\w\w可以匹配a2_,但不能匹配x&a \W 非单词字符和非下划线 \W\W可以匹配&^,但不能匹配a1 \s 空白符,包括了制表符,换行符,回车符,换页符和垂直制表...
阅读全文
posted @ 2006-07-27 14:03
stswordman
阅读(3843)
推荐(0)
2006年7月20日
摘要:
介绍了在ASP.NET 2.0中如何创建自定义的配置结
阅读全文
posted @ 2006-07-20 21:06
stswordman
阅读(577)
推荐(0)
2006年7月12日
摘要:
文章主要讲述了ASP.NET2.0中GridView控件的隐藏列的问题
阅读全文
posted @ 2006-07-12 17:53
stswordman
阅读(6769)
推荐(0)
2006年7月10日
摘要:
http://msdn2.microsoft.com/zh-CN/library/e1f13641.aspx 配置 ASP.NET HTTP 运行时设置,以确定如何处理对 ASP.NET 应用程序的请求 属性和元素 以下几节描述了属性、子元素和父元素。 属性 属性 ...
阅读全文
posted @ 2006-07-10 22:09
stswordman
阅读(4305)
推荐(0)
摘要:
http://atlas.asp.net/docs/atlas/doc/controls/default.aspx Client-side Components Top In some of the preceding examples i...
阅读全文
posted @ 2006-07-10 21:56
stswordman
阅读(1285)
推荐(0)
2006年7月6日
摘要:
1 为服务器控件添加ToolboxData属性using System;using System.Web.UI;using System.Web.UI.WebControls;using System.ComponentModel; namespace WebControlLibrary1{ ToolboxData("")] public class WebCustomControl...
阅读全文
posted @ 2006-07-06 22:00
stswordman
阅读(1155)
推荐(0)
2006年7月4日
摘要:
http://atlas.asp.net/docs/overview/install.aspx
阅读全文
posted @ 2006-07-04 09:26
stswordman
阅读(212)
推荐(0)