摘要: 第一种方法 GridView的 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) ... 阅读全文
posted @ 2009-04-25 22:24 不想睡觉 阅读(338) 评论(0) 推荐(0)
摘要: private void Page_Load(object sender, System.EventArgs e) { Response.Expires=-1; if(!IsPostBack) { CodeHighlighterConfiguration codeConfig=(CodeHighlighterConfiguration)System.Configur... 阅读全文
posted @ 2006-05-27 12:54 不想睡觉 阅读(706) 评论(0) 推荐(0)
摘要: 谁能给个象这个BLOG一样的加亮显示代码并格式化的原代码?public void CodeHighlighter_PostRender(object sender, System.EventArgs e) { if(IsPostBack) { string html=Codehighlighter1.Output.Replace("\"","\\\""); html=html... 阅读全文
posted @ 2006-05-27 12:52 不想睡觉 阅读(221) 评论(0) 推荐(0)
摘要: 谁能给我介绍一本关于asp.net(C#)三层结构书。 阅读全文
posted @ 2005-08-12 21:14 不想睡觉 阅读(348) 评论(0) 推荐(0)