-
Notifications
You must be signed in to change notification settings - Fork 0
/
PracCpp.aspx
25 lines (21 loc) · 919 Bytes
/
PracCpp.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
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage2.master" AutoEventWireup="true" CodeFile="PracCpp.aspx.cs" Inherits="PracCpp" %>
<asp:Content ID="Content1" ContentPlaceHolderID="title" Runat="Server">C++ Practice
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="body" Runat="Server">
<div class="container">
<br />
<h2>Please take a look on below points before starting Practice: </h2>
<br /><hr /><br />
<ul>
<li>Make sure that you have read all the <a href="Rules.aspx">Rules</a>. </li><br />
<li>Before Starting Practice you should see our Syllabus</li> <br />
<li>There is no negative marking</li><br />
<li>All questions are Compulsary</li><br />
</ul>
<br /><br />
<asp:Button ID="Practice" runat="server" Text="Practice"
onclick="Practice_Click" />
</div>
</asp:Content>