摘要: 显示图片:(4-4-5显示)数据绑定:private void BindDate() {DataView dv = null; try//新闻列表 { dv = zhan.Data.Sql.PubClass.ExecuteDataView("", "select top 13 * from t_xw where xwlb_id=2 order by XW_SJ desc"); count = dv... 阅读全文
posted @ 2009-08-24 10:23 94cool 阅读(241) 评论(0) 推荐(0)
摘要: public string RemoveHtml(string str) { string temp = Regex.Replace(str, "<[^>]*>", ""); temp = temp.Replace(" ", " ").Replace("&#8221;", "”").Replace("&#8220;","“"); retur... 阅读全文
posted @ 2009-08-24 08:54 94cool 阅读(374) 评论(0) 推荐(0)