﻿<%@ Page Language="C#" MasterPageFile="~/MasterPage.Master" AutoEventWireup="true" CodeBehind="enrolment.aspx.cs" Inherits="UIT_Website.enrolment" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">

<script language="JavaScript">
document.onkeydown = function KeyDownHandler(e)

{
        //list all CTRL + key combinations you want to disable
        var forbiddenKeys = new Array('a', 'n', 'c', 'x', 'v', 'j');
        var key;
        var isCtrl;

        if(window.event)
        {
                key = window.event.keyCode;     //IE
                if(window.event.ctrlKey)
                        isCtrl = true;
                else
                        isCtrl = false;
        }
        else
        {
                key = e.which;     //firefox
                if(e.ctrlKey)
                        isCtrl = true;
                else
                        isCtrl = false;
        }
        
        if(isCtrl)
        {
               
           alert('disabled.');
           return false;       
               
        }
        return true;
}


</script>

<script language="javascript" type="text/javascript">
var message="Right-mouse click has been disabled.";
function click(e)
{
  if (document.all)
  {
    if (event.button==2||event.button==3)
    {
      alert(message);
      return false;
    }
  }
  else
  {
    if (e.button==2||e.button==3)
    {
      e.preventDefault();
      e.stopPropagation();
      alert(message);
      return false;
    }
  }
  if (e.which)
  {
    alert("click has been disabled.")
  }
}

if (document.all) // for IE
{
  document.onmousedown=click;
}
else // for FF
{
  document.onclick=click;
}

</script> 

    <!--Main Image Frame-->
    <div id="centerDiv"><img src="images/image12.jpg" alt="Usman Institute of Technology - copyrighted pictures" title="Usman Institute of Technology - copyrighted pictures" border="0" /></div>
        
    <div class="space10"></div>   
    <div class="breadcrum"><strong>Location : </strong><a href="index.aspx">Home</a>&nbsp; > &nbsp;<a href="#">Rules & Regulation (General)</a>&nbsp; > &nbsp;<u>Enrolment</u></div>
    <div class="space20"></div>
    
    <!--Left column -->
    <div id="leftCol">
        <div class="heading">Enrolment</div>
      
        <table align="left" border="0" cellpadding="0" cellspacing="0" width="92%">
            <tr>
                <td>
                    <font color="#336666" face="Arial" style="FONT-SIZE: 10pt">
                    <p align="justify">
                        <font color="#000000">Students who have been granted admission to any of the 
                        programmes must submit the following documents to complete the enrolment process 
                        with Hamdard University: </font>
                    </p>
                    </font>
                </td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td height="99">
                    <ul>
                        <li><font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                            <p align="justify">
                                Matriculation certificate (SSC) or Diploma Certificate (Original).<br />
                                &nbsp;</font></p>
                        </li>
                        <li><font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                            <p align="justify">
                                Marks Sheet of Pre-requisite examination (Original).<br />
                                <br />
                            </p>
                            </font></li>
                        <li><font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                            <p align="justify">
                                Four recent photographs of 1&quot;x1&quot; size duly attested.
                                <br />
                                &nbsp;</font></p>
                        </li>
                        <li><font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                            <p align="justify">
                                Migration certificate, issued by the University/ Board for those students who 
                                are seeking admission on transfer basis from other Universities/Boards 
                                (Original).
                                <br />
                                &nbsp;</font></p>
                        </li>
                        <li><font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                            <p align="justify">
                                A copy of student&#8217;s N.I.C. card or father&#8217;s N.I.C. card in case the student is 
                                less than 18 years of age.<br />
                                &nbsp;</font></p>
                        </li>
                    </ul>
                </td>
            </tr>
            <tr>
                <td>
                    <font color="#000000" face="Arial" style="FONT-SIZE: 10pt"><b>
                    <font color="#336666"><u>Important Note:</u></font></b></font><ul>
                        <li><font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                            <p align="justify">
                                The student must produce these documents and pay the fee within the time limit 
                                prescribed by the Institute.
                                <br />
                                &nbsp;</font></p>
                        </li>
                        <li><font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                            <p align="justify">
                                The offer of admission does not remain necessarily valid if a candidate does not 
                                register in the semester for which the offer is made. He/she may, under certain 
                                circumstances, be allowed to register if he/she was offered admission earlier.
                                </font>
                            </p>
                        </li>
                    </ul>
                </td>
            </tr>
        </table>
      
    </div>
    <!--Left column Ended -->
    
    
    <!--right column -->
    <div id="rightCol">
        <img src="images/quote3.jpg" border="0" alt="Valuable Quotations by XSLogic Studios" title="Valuable Quotations by XSLogic Studios" />
    </div>
    
  
</asp:Content>

