新微赢技术网

标题: 请指教 [打印本页]

作者: `|楛纞♂ぺ﹖    时间: 2010-1-17 00:40
标题: 请指教
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication2.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">

</HEAD>
<body MS_POSITIONING="GridLayout">

<form id="Form1" method="post" runat="server">
<FONT face="宋体"></FONT>
Response.WriteLine("this is asp.net");

</form>


</body>

</HTML>
错在哪里?
作者: 々無極風嘯々    时间: 2010-1-17 00:40
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication2.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

你这是ASP.NET吧
去ASP.NET论坛找找答案吧
这里是ASP论坛...
作者: ㄣ紸縡のoァ    时间: 2010-1-17 00:40
应该写在后置代码里的,你写在了前台页面里,当然有问题了
作者: →莲佳    时间: 2010-1-17 00:40
哦.是吗.我在看看吧
作者: 森林的眼泪    时间: 2010-1-17 00:40
首先必须编译后才能运行
Response.WriteLine("this is asp.net");应该是语句不是内容

所以
<%Response.WriteLine("this is asp.net");%>




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2