-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPRINCIPAL.aspx
44 lines (40 loc) · 1.51 KB
/
PRINCIPAL.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
33
34
35
36
37
38
39
40
41
42
43
44
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ProjetoFacuS._Default" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<div class="jumbotron">
<h1> </h1>
<h1>OLÁ ALUNOS </h1>
<p class="lead">FAÇA A GESTÃO DE SUAS ATIVIDADES </p>
<p class="lead"> </p>
<p>SEU NOME</p>
<p>
<asp:TextBox ID="TextBox1" runat="server" Height="22px" Width="754px" Font-Italic="False" Font-Size="Medium" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>
</p>
<p>R.A</p>
<p>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
</p>
</div>
<div class="row">
<div class="col-md-4">
<h2>
<asp:Button ID="Button3" runat="server" Font-Size="Small" Height="27px" PostBackUrl="~/CONSULTA.aspx" Text="CONSULTAR" Width="111px" />
</h2>
<p> </p>
<p>
</p>
</div>
<div class="col-md-4">
<h2> </h2>
<p>
</p>
<p>
</p>
</div>
<div class="col-md-4">
<h2> </h2>
</div>
</div>
</asp:Content>