Files
cs-oo-project/Online Gokkantoor/Gui/Login.aspx
Beppe df39b0392c yup
2019-07-04 01:05:11 +02:00

15 lines
340 B
Plaintext

<%@ Page Language="C#" Inherits="Gui.Login" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title>Login</title>
</head>
<body>
<h1>HI</h1>
<form id="form1" runat="server">
<asp:ListBox id="lstUsers" runat="server"/>
<asp:Button id="LoginBtn" runat="server" OnClick="Login_Click"/>
</form>
</body>
</html>