﻿<%@ Page Language="C#" MasterPageFile="~/MasterPage.Master" AutoEventWireup="true" CodeBehind="transfer_migration.aspx.cs" Inherits="UIT_Website.transfer_migration" 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/image2.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>Transfer/ Migration</u></div>
    <div class="space20"></div>
    
    <!--Left column -->
    <div id="leftCol">
        <div class="heading">Transfer/ Migration</div>
        
        <table align="left" border="0" cellpadding="0" cellspacing="0" width="98%">
            <tr>
                <td style="HEIGHT: 18px">&nbsp;
                    </td>
            </tr>
            <tr>
                <td height="144">
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">A student who has 
                        studied in another recognized institution may apply to seek admission at Usman 
                        Institute of Technology and ask for exemption of courses done already and for 
                        transfer of his credits earned at any other university to UIT.</font></p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">Following conditions 
                        apply:</font></p>
                    <p align="justify">&nbsp;
                        </p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">&#8226; That the 
                        institution where he earned his / her credits is accredited by PEC and / or 
                        recognized by HEC.</font></p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">&#8226; He / She has the 
                        required HSC marks to ensure his / her eligibility for admission.</font></p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">&#8226; He / She has NOC 
                        (No Objection Certificate / Migration Certificate) of the University where he / 
                        she was studying before applying for admission at UIT.</font></p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">&#8226; He / She submits 
                        all previous certificates and transcripts of his / her earlier tests.</font></p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">&#8226; He / She pays 
                        processing fee of Rs. 1,000 at the time of submitting application.</font></p>
                    <p align="justify">&nbsp;
                        </p>
                    <b><u><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Important Note</font></u></b><br />
                    <br />
                    <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">Migration Fee 
                    including fee payable to Hamdard University is Rs 10000/=. Students 
                    who&nbsp;are&nbsp;accepted to join&nbsp;in a
                    <p align="justify">
                        higher semester&nbsp;will&nbsp;pay&nbsp;the prescribed fee per &nbsp;course&nbsp;required for awarding 
                        the degree</p>
                    </font>
                </td>
            </tr>
        </table>
        
    </div>
    <!--Left column Ended -->
    
    
    <!--right column -->
    <div id="rightCol">
        <img src="images/quote5.jpg" border="0" alt="Valuable Quotations by XSLogic Studios" title="Valuable Quotations by XSLogic Studios" />
    </div>
    
  
</asp:Content>

