54-10000 asp.net 动态服务器页面 程序入门学习
Posted 优敏行
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了54-10000 asp.net 动态服务器页面 程序入门学习相关的知识,希望对你有一定的参考价值。
创建新项目,程序learn
<%-- 必须have的1行代码--%> <%@ Page Title="主页" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Webdemo1._Default" %> <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"> </asp:Content> <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"> <h2> 欢迎使用 ASP.NET! </h2> <p> 若要了解关于 ASP.NET 的详细信息,请访问 <a href="http://www.asp.net/cn" title="ASP.NET 网站">www.asp.net/cn</a>。 </p> <p> 您还可以找到 <a href="http://go.microsoft.com/fwlink/?LinkID=152368" title="MSDN ASP.NET 文档">MSDN 上有关 ASP.NET 的文档</a>。 </p> </asp:Content>
以上是关于54-10000 asp.net 动态服务器页面 程序入门学习的主要内容,如果未能解决你的问题,请参考以下文章