摘要: 用C#动态生成HTML的问题 1. don't use response.write, since the output normally goes to the top of the file, use Literal, for example: hello world"; } 2. use server controls if you insist on using Respon... 阅读全文
posted @ 2007-11-05 15:51 记得忘记 阅读(374) 评论(0) 推荐(0)