摘要:
CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1static public string GetChineseSpell(string strText) 2{ 3int len = strText.Length; 4string myS... 阅读全文
posted @ 2008-01-08 13:58
Danny Chen
阅读(186)
评论(0)
推荐(0)
摘要:
protected void gviewEmployees_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("onmouseout"... 阅读全文
posted @ 2008-01-08 00:17
Danny Chen
阅读(354)
评论(0)
推荐(0)