<%@ Page Language="C#" AutoEventWireup="true" CodeFile="lambaleht2.aspx.cs" Inherits="lambaleht2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Lammaste teine loetelu</title> </head> <body> <form id="form1" runat="server"> <div> <h2>J�lle lambad</h2> <asp:GridView ID="GridView1" runat="server" > </asp:GridView> mass:<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> vill:<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <asp:Button ID="Button1" runat="server" Text="Lisa" OnClick="Button1_Click" /> </div> </form> </body> </html>