摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Collections.Generic; using System.Linq; using System.Text; using ... 阅读全文
posted @ 2008-11-22 14:15 Thinking.N 阅读(401) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Collections.Generic; using System.Linq; using System.Text; u... 阅读全文
posted @ 2008-11-22 13:49 Thinking.N 阅读(904) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Collections.Generic; using System.Linq; using System.Text; usi... 阅读全文
posted @ 2008-11-22 11:07 Thinking.N 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Code //注意如何给DataTable添加新行 DataRow newRow=dt.NewRow();//调用方法 ....... dt.Rows.Add(newRow); Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->usin... 阅读全文
posted @ 2008-11-22 10:29 Thinking.N 阅读(290) 评论(0) 推荐(0) 编辑