This commit is contained in:
20
source/MBI/status.aspx
Normal file
20
source/MBI/status.aspx
Normal file
@@ -0,0 +1,20 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="True" CodeBehind="status.aspx.cs" Inherits="AyaNovaMBI.status" %>
|
||||
<!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>
|
||||
<title>stat</title>
|
||||
<link rel="Stylesheet" href="mbi.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<asp:DropDownList ID="stat" runat="server" >
|
||||
</asp:DropDownList>
|
||||
<div>
|
||||
<asp:Label ID="lblid" runat="server" Visible="False"></asp:Label>
|
||||
<br />
|
||||
|
||||
<asp:Button ID="btn" runat="server" Text="OK" />
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user