11 2010 档案

摘要:当我们在对DropDownList绑定数据的时候 DropDownList1.DataTextField = "";DataTextField 绑定要显示的值DropDownList1.DataValueField = "";DataValueField 绑定value值 可是当绑定的时候没有val... 阅读全文
posted @ 2010-11-30 11:42 蓝丶 sky 阅读(653) 评论(0) 推荐(0)
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1CREATETABLEtb(standardsvarchar(50),amountvarchar(5... 阅读全文
posted @ 2010-11-25 09:49 蓝丶 sky 阅读(466) 评论(0) 推荐(0)
摘要:一直对Regex.Replace(string,string,string)这个没仔细了解 今天终于明白了 Regex.Replace(string input,string pattern,string replacement) (1) input:http://www.xxx.com/news/... 阅读全文
posted @ 2010-11-23 23:34 蓝丶 sky 阅读(736) 评论(0) 推荐(1)