摘要: 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 阅读(411) 评论(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 阅读(911) 评论(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 阅读(274) 评论(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 阅读(298) 评论(0) 推荐(0)