mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
yup
This commit is contained in:
16
Online Gokkantoor/Gui/addPloeg.aspx
Normal file
16
Online Gokkantoor/Gui/addPloeg.aspx
Normal file
@@ -0,0 +1,16 @@
|
||||
<%@ Page Language="C#" Inherits="Gui.addPloeg" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head runat="server">
|
||||
<title>addPloeg</title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<p>naam</p>
|
||||
<asp:TextBox id="naam" runat="server"/>
|
||||
<asp:Label id="status" runat="server" />
|
||||
<asp:Button id="confirm" runat="server" Text="confirm" OnClick="confirm_Click"/>
|
||||
<asp:Button id="ret" runat="server" Text="Return" OnClick="ret_Click"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user