悟生慧

 
上一页 1 ··· 23 24 25 26 27

2010年7月1日

给DataList每五条数据加一个样式

摘要: protected void dtSituation_ItemDataBound(object sender, DataListItemEventArgs e) { if ((e.Item.ItemIndex + 1) % 5 == 0) { Literal lit = new Literal(); lit.Text = "<hr style='border:2px dotted gray;... 阅读全文

posted @ 2010-07-01 13:45 悟生慧 阅读(193) 评论(0) 推荐(0) 编辑

视频播放

摘要: public void ViewBind(int id) { // string curFile = "http://www.pdsports.gov.cn/gzl/news/uploadfiles"; string curFile = "vido/media"; string vWidth = "320"; string vHeight = "245"; string vTitle = "浦东... 阅读全文

posted @ 2010-07-01 13:33 悟生慧 阅读(294) 评论(0) 推荐(0) 编辑

动态绑定Flash的图片和标题

摘要: public void showFlash() { IList<NewsArticle> articleList = article.ListNewsArticleByRows("22",500); int count = 0; string pics = ""; string links = ""; string texts = ""; for (int i = 0; i <... 阅读全文

posted @ 2010-07-01 13:30 悟生慧 阅读(291) 评论(0) 推荐(0) 编辑

用正则表达式截取数据库中img图片路径的方法

摘要: public static string GetImgUrl(string HTMLStr) { string str = string.Empty; Regex r = new Regex(@"<img\s+[^>]*\s*src\s*=\s*([']?)(?<url>\S+)'?[^>]*>", RegexOptions.Compiled); Match m... 阅读全文

posted @ 2010-07-01 13:24 悟生慧 阅读(806) 评论(0) 推荐(0) 编辑

上一页 1 ··· 23 24 25 26 27

导航