FineUI/FineUI.Examples/basic/hello_aspnet.aspx
三生石上 f5a07a4e99 v4.2.3
2016-01-10 01:15:27 -05:00

15 lines
469 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="hello_aspnet.aspx.cs" Inherits="FineUI.Examples.basic.hello_aspnet" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<asp:Button Text="点击弹出对话框" runat="server" ID="btnHello" OnClick="btnHello_Click" />
</form>
</body>
</html>