This commit is contained in:
17
source/MBI/memoto.aspx
Normal file
17
source/MBI/memoto.aspx
Normal file
@@ -0,0 +1,17 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="memoto.aspx.cs" Inherits="AyaNovaMBI.memoto" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>Untitled Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
<asp:Literal ID="lit" runat="server"></asp:Literal>
|
||||
<br />
|
||||
<asp:Button ID="btnOK" runat="server" Text="OK" OnClick="btnOK_Click" /> 
|
||||
<asp:Button ID="btnCancel" runat="server" Text="Cancel" OnClick="btnCancel_Click" />
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user