三生石上 62ef818ff0 v6.0.3
2017-09-05 11:30:31 +08:00

21 lines
724 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="alert.aspx.cs" Inherits="FineUI.Examples.other.alert" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<link href="../res/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
<f:Button Text="点击弹出对话框Icon" runat="server" ID="btnHello" OnClick="btnHello_Click">
</f:Button>
<br />
<br />
<f:Button Text="在顶层窗口弹出对话框IconUrl" runat="server" ID="btnHello2" OnClick="btnHello2_Click">
</f:Button>
</form>
</body>
</html>