摘要: " title="" target="_blank"> s 阅读全文
posted @ 2008-10-09 18:00 hb 阅读(129) 评论(0) 推荐(0)
摘要: DataGrid的默认分页点击上下页事件: protected void DataGrid1_PageIndexChanged(object source, DataGridPageChangedEventArgs e) { DataGrid1.CurrentPageIndex = e.NewPageIndex; BindGrid(); } 阅读全文
posted @ 2008-10-09 16:52 hb 阅读(179) 评论(0) 推荐(0)
摘要: 在一个类里面 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// JScript 文件/*=======Calendar.js=======By Jiang Hongbin=======*/var months = new Array(... 阅读全文
posted @ 2008-10-09 16:50 hb 阅读(268) 评论(0) 推荐(0)