摘要: 在web.config文件: System.Diagnostics.BooleanSwitch mySwitch = new System.Diagnostics.BooleanSwitch(); mySwitch.Enabled = true; 阅读全文
posted @ 2008-09-26 13:55 许晓光 阅读(200) 评论(0) 推荐(0)
摘要: Question 1 Given the following fragment of an ASPX file: and the following fragments of the ASPX file’s codebehind file (in C#): protected TextBox txtName = new TextBox(); protected TextBox txtN... 阅读全文
posted @ 2008-09-26 10:56 许晓光 阅读(324) 评论(0) 推荐(0)