asp.net CS0103: 当前上下文中不存在名称“response”
<!--file:showpagetype.aspx--><%@pagelanguage="c#"%><html><body><H2>showpagetype</H2><...
<!--file: showpagetype.aspx-->
<%@ page language="c#" %>
<html> <body>
<H2> show page type </H2>
<%
response.output.write("<p>page type {0}</p>",this.gettype());
response.output.write("<p>page base type {0}</p>",this.gettype().basetype);
%>
</body></html>
菜鸟一枚 还请指正 展开
<%@ page language="c#" %>
<html> <body>
<H2> show page type </H2>
<%
response.output.write("<p>page type {0}</p>",this.gettype());
response.output.write("<p>page base type {0}</p>",this.gettype().basetype);
%>
</body></html>
菜鸟一枚 还请指正 展开
展开全部
如果指定语言是C#就要区分大小写,比如:
Response.Write("<p>page type {0}</p>",this.GetType());
否则把语言改称VB
Response.Write("<p>page type {0}</p>",this.GetType());
否则把语言改称VB
追问
谢谢回答 那 继续的这个错误呢??
CS1501: “Write”方法没有采用“2”个参数的重载
追答
sorry,没看仔细,代码改成:
Response.Write(String.Format("page type {0}
", this.GetType()));
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询