19 lines
561 B
Plaintext
19 lines
561 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Forma1.aspx.cs" Inherits="PirmasWeb.Forma1" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title>Pirmas puslapis</title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<asp:Label ID="Label1" runat="server" Text="Gerai!"></asp:Label>
|
|
<br />
|
|
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
|
|
<br />
|
|
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" />
|
|
</form>
|
|
</body>
|
|
</html>
|