-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyardaAmetros.aspx
More file actions
66 lines (64 loc) · 1.94 KB
/
yardaAmetros.aspx
File metadata and controls
66 lines (64 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="yardaAmetros.aspx.cs" Inherits="Conversor.yardaAmetros" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<style type="text/css">
.auto-style1 {
width: 354px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<table style="width:100%;">
<tr>
<td class="auto-style1">
<asp:Label ID="Label1" runat="server" Text="Yarda"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</td>
<td> </td>
<td>
<asp:Label ID="Label2" runat="server" Text="Metros"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="auto-style1"> </td>
<td>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Convertir" />
</td>
<td> </td>
</tr>
<tr>
<td class="auto-style1"> </td>
<td>
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="Inicio" />
</td>
<td> </td>
</tr>
</table>
</form>
<table style="width:100%;">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>