日期:2014-05-17 浏览次数:20841 次
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Button ID="btn1" runat="server" Text="btn1" />
<asp:Button ID="btn2" runat="server" Text="btn2" />
<asp:Button ID="btn3" runat="server" Text="btn3" />
<asp:Button ID="btn4" runat="server" Text="btn4" />
<asp:Button ID="btn5" runat="server" Text="btn5" />
</div>
</form>
</body>
</html>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebApplication1
{
public partial class WebForm1 : System.Web.UI.Page
{