摘要:
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" 阅读全文
摘要:
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 阅读全文
摘要:
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. 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
when i review code , follow puzzle me, action.BeginInvoke(importer, criticalOperation, ImportAsyncCompleted, criticalOperation);how do it ? after use 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; using System.IO; namespace HardCode { publiccl 阅读全文
摘要:
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 阅读全文