-
Notifications
You must be signed in to change notification settings - Fork 5
/
Default7.aspx
33 lines (31 loc) · 904 Bytes
/
Default7.aspx
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
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default7.aspx.cs" Inherits="Default7" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 138%">
<tr>
<td>
PHOTO VIEW</td>
</tr>
<tr>
<td>
<asp:Image ID="Image1" runat="server" Height="500px" Width="500px" />
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
<asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="BACK" />
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</asp:Content>