摘要: .net WinForm 的数据绑定相当灵活http://www.cnblogs.com/ydong/archive/2006/04/22/381847.html原来只知道 Control 类上的数据绑定可以直接绑定数据库中的字段。但是它还可绑定所有实现了 IList or IListSource ... 阅读全文
posted @ 2015-11-16 21:59 qq260250932 阅读(576) 评论(0) 推荐(0)
摘要: 1、根据URL请求获取页面HTML代码[csharp] view plaincopyprint?//////获取网页的HTML码//////链接地址///编码类型///publicstaticstringGetHtmlStr(stringurl,stringencoding){stringhtmlS... 阅读全文
posted @ 2015-11-16 12:11 qq260250932 阅读(301) 评论(0) 推荐(0)