在asp.net中,iframe中通过src属性载入一个页面,为什么这个载入的页面显示不了 10
代码是这样的:<h3>»上传图片:<fontcolor="#333333">(限最多一张,100KB以内图档)</font></h3><formid="for...
代码是这样的:
<h3>»上传图片:<font color="#333333">(限最多一张,100KB以内图档) </font></h3>
<form id="form1" runat="server">
<div>
<iframe id="loadfile_area" frameborder="1" scrolling ="auto"
src="uploadFile.aspx" visible ="true"
width ="255" height="100%" style="width: 262px; height: 100px" title="uploadFile_area" ></iframe>
</div>
</form>
出现这样的错误:
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
分析器错误
说明: 在分析向此请求提供服务所需资源时出错。请检查下列特定分析错误详细信息并适当地修改源文件。
分析器错误信息: 未能加载类型“_uploadFile”。
源错误:
行 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="uploadFile.aspx.cs" Inherits="_uploadFile" %>
行 2:
行 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
源文件: C:\webhosting\hpshare.ecrm.com.tw\uploadFile.aspx 行: 1
求高手回答 展开
<h3>»上传图片:<font color="#333333">(限最多一张,100KB以内图档) </font></h3>
<form id="form1" runat="server">
<div>
<iframe id="loadfile_area" frameborder="1" scrolling ="auto"
src="uploadFile.aspx" visible ="true"
width ="255" height="100%" style="width: 262px; height: 100px" title="uploadFile_area" ></iframe>
</div>
</form>
出现这样的错误:
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
分析器错误
说明: 在分析向此请求提供服务所需资源时出错。请检查下列特定分析错误详细信息并适当地修改源文件。
分析器错误信息: 未能加载类型“_uploadFile”。
源错误:
行 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="uploadFile.aspx.cs" Inherits="_uploadFile" %>
行 2:
行 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
源文件: C:\webhosting\hpshare.ecrm.com.tw\uploadFile.aspx 行: 1
求高手回答 展开
2个回答
展开全部
Inherits="_uploadFile" 这里应该是命名空间名加页面名吧。如Inherits="namespace.uploadFile"
即使不加空间名你的页面名也错了跟CodeFile="uploadFile.aspx.cs" 就不一致
即使不加空间名你的页面名也错了跟CodeFile="uploadFile.aspx.cs" 就不一致
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询