<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ExampleDetailForm.aspx.cs" Inherits="ExampleWebApplication.ExampleDetailForm" %> <!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></title> </head> <body> <form id="form1" runat="server"> <p> <table style="width:100%;"> <tr> <td> <asp:Label ID="Label1" runat="server" Text="Örnek No"></asp:Label> </td> <td> <asp:TextBox ID="exampleIdTextBox" runat="server"></asp:TextBox> </td> </tr> <tr> <td> <asp:Label ID="Label2" runat="server" Text="Örnek Adı"></asp:Label> </td> <td> <asp:TextBox ID="exampleNameTextBox" runat="server"></asp:TextBox> </td> </tr> <tr> <td> <asp:Label ID="Label3" runat="server" Text="Örnek Değeri"></asp:Label> </td> <td> <asp:TextBox ID="exampleValueTextBox" runat="server"></asp:TextBox> </td> </tr> <tr> <td> <asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Sakla" /> </td> <td> <asp:Button ID="Button2" runat="server" Text="Temizle" /> </td> </tr> </table> <br /> </p> <div> </div> </form> </body> </html>Dosyayı İndir