2005年11月4日

Server Controls in ASP.NET [初学者必读]

摘要: Server Controls in ASP.NET [初学者必读] ASP.NET provides many types of controls: HTML Controls to program HTML elements, Web Server Controls with more built-in features and Validation Controls to incorpora... 阅读全文

posted @ 2005-11-04 16:29 Peter.zhou 阅读(123) 评论(0) 推荐(0)

DOS下编译C#程序

摘要: 1.建立环境变量: 我的电脑(应该说是你的电脑)->右键->属性->高级->环境变量->path 在原来的值后面加个;号(至于建在用户下或系统下自己决定)然后加入 系统盘:\WINNT\Microsoft.NET\Framework\v1.1.4322; 2.编译编译的时候如果生成的文件是windows form程序目标文件应该是: /target:winexe 还是给你一个例子吧,(刚好我用Ed... 阅读全文

posted @ 2005-11-04 16:04 Peter.zhou 阅读(966) 评论(0) 推荐(0)

导航