首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

Response.Write有关问题

2012-05-07 
Response.Write问题Response.Write 怎么不能输出呢?protected void Page_Load(object sender, EventArgs e

Response.Write问题
Response.Write 怎么不能输出呢?


  protected void Page_Load(object sender, EventArgs e)
  {
  Response.Write("aaa");
  }

运行无显示。。

[解决办法]
你是不是用了ajaxtoolkit??
[解决办法]
你这个aaa显示在html之外。。万一你的浏览器。。。

热点排行