很没挑战性和不屑一顾的问题
与vb.net
response.write
等效的c#语言是什么?
在asp.net页面上用。
为什么(c#)
public static void Alertbox(string stralert)
{
Response.write("<script language='javascript'>" + stralert + "</script>");
}
不可以呢?
提示:
The type or namespace name 'Response' could not be found (are you missing a using directive or an assembly reference?)