2011年11月7日
摘要: when we need add a link to GridView , so we can use template just like :<asp:TemplateField HeaderText="Name"><ItemTemplate><a href='<%#Eval("your url" 阅读全文
posted @ 2011-11-07 13:14 子虚乌有 阅读(146) 评论(0) 推荐(0)
  2011年10月28日
摘要: Get From MSDN, this example give out how to use DataSet struct private void PrintRows(DataSet dataSet){ // For each table in the DataSet, print the ro 阅读全文
posted @ 2011-10-28 13:20 子虚乌有 阅读(230) 评论(0) 推荐(0)
  2011年10月27日
摘要: i don't konw before that we can use visio get picture of table relation, so record here, if one day met the problem, i can try to do it by visio. 阅读全文
posted @ 2011-10-27 16:06 子虚乌有 阅读(126) 评论(0) 推荐(0)
摘要: this topic is for Reflection of C++, In c++ language, there is no Reflection, so we can't get a new object by string, such as ClassA cc = GetClass("Cl 阅读全文
posted @ 2011-10-27 16:00 子虚乌有 阅读(165) 评论(0) 推荐(0)
  2011年10月26日
摘要: One day, of course in month october 2011, i want to start a server, but it told me that some process has occupancy it. so i want to know whick process 阅读全文
posted @ 2011-10-26 12:43 子虚乌有 阅读(208) 评论(0) 推荐(0)
摘要: Since i forget my password, i can't login in nearly one month. Why so long ? because in company, other mail box is forbidden. so i should use my homen 阅读全文
posted @ 2011-10-26 12:28 子虚乌有 阅读(197) 评论(0) 推荐(0)
  2011年9月30日
摘要: file style softwaremdb accessmdf sql server 阅读全文
posted @ 2011-09-30 14:28 子虚乌有 阅读(118) 评论(0) 推荐(0)
  2011年9月29日
摘要: when i review code , follow puzzle me, action.BeginInvoke(importer, criticalOperation, ImportAsyncCompleted, criticalOperation);how do it ? after use 阅读全文
posted @ 2011-09-29 18:22 子虚乌有 阅读(283) 评论(0) 推荐(0)
  2011年9月28日
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; using System.IO; namespace HardCode { publiccl 阅读全文
posted @ 2011-09-28 19:30 子虚乌有 阅读(362) 评论(0) 推荐(0)
摘要: Return Type The number of rows changed, inserted, or deleted. -1 for SELECT statements; 0 if no rows were affected, or the statement failed. "selectt0 阅读全文
posted @ 2011-09-28 13:45 子虚乌有 阅读(215) 评论(0) 推荐(0)