-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquery4.aspx
More file actions
23 lines (18 loc) · 717 Bytes
/
Copy pathquery4.aspx
File metadata and controls
23 lines (18 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%@ Page Title="" Language="C#" MasterPageFile="~/Countries2.Master" AutoEventWireup="true" CodeBehind="query4.aspx.cs" Inherits="WebApplication1.query4" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<meta charset="utf-8" />
<title>Countries</title>
<link rel="stylesheet" href="Style.css">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div> class = Users>
<h3>Users Table</h3>
<h2><%= sqlSelect %></h2>
<table class = Users>
<%= st %>
</table>
<h4><%= msg %></h4>
<a href="Users.aspx">Users</a>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
</div>
</asp:Content>