G
Guest
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs"
Inherits="Default2" %>
public partial class Default2 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.ContentType = "text/plain";
Response.Write("help");
}
}
Invalid at the top level of the document. Error processing resource
'http://localhost/aplus/Default2.aspx'. Line 1, Positi...
help
Inherits="Default2" %>
public partial class Default2 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.ContentType = "text/plain";
Response.Write("help");
}
}
Invalid at the top level of the document. Error processing resource
'http://localhost/aplus/Default2.aspx'. Line 1, Positi...
help