摘要:
Html table asp.net table control TableCell test = new TableCell test.Width=Unit.Percentage(6); 在ASP编程,我们可以创建复用的方法来输出表格,因为可以循环输出Table。 在ASP.NET2.0编程中,使用服务器控件,很难做到控件的复用。 阅读全文
摘要:
A strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. It is generated from an assemb... 阅读全文
摘要:
The out keyword causes arguments to be passed by reference. This is similar to the ref keyword, except that ref requires that the variable be initialized before being passed. 阅读全文