HTML Sayfa3
HTML Sayfa3
cs"
Inherits="Sayfa3BK" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
height: 23px;
}
.newStyle1 {
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
font-size: medium;
color: #CC0000;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="width:100%;">
<tr>
<td class="auto-style1">
<asp:Label ID="lblKullanici" runat="server"></asp:Label>
</td>
<td class="auto-style1"></td>
<td class="auto-style1">
<asp:Button ID="butUlkeleriListele" runat="server"
OnClick="butUlkeleriListele_Click" />
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblKita" runat="server"></asp:Label>
</td>
<td>
<asp:ListBox ID="lboxKitalar" runat="server"
AutoPostBack="True"></asp:ListBox>
</td>
<td>
<asp:GridView ID="gViewUlkeler" runat="server">
<Columns>
<asp:CommandField SelectText="Seç"
ShowSelectButton="True" />
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblUlke" runat="server"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtUlke" runat="server"></asp:TextBox>
</td>
<td> </td>
</tr>
<tr>
<td>
<asp:Label ID="lblNufus" runat="server"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtNufus" runat="server"></asp:TextBox>
</td>
<td> </td>
</tr>
<tr>
<td>
<asp:Button ID="butEkle" runat="server"
OnClick="butEkle_Click" />
</td>
<td>
<asp:Button ID="butDuzelt" runat="server" />
</td>
<td>
<asp:Label ID="lblSonuc" runat="server"
CssClass="newStyle1"></asp:Label>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>