﻿<%@ Page Language="C#" MasterPageFile="~/MasterPage.Master" AutoEventWireup="true" CodeBehind="fees_withdrawal.aspx.cs" Inherits="UIT_Website.fees_withdrawal" 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/image16.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>Refund of Tuition fees on Withdrawal</u></div>
    <div class="space20"></div>
    
    <!--Left column -->
    <div id="leftCol">
        <div class="heading">Refund of Tuition fees on Withdrawal</div>
       
        <table align="left" border="0" cellpadding="0" cellspacing="0" width="95%">
            <tr>
                <td>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                        <br />
                        A student who registers and decides not to attend the semester / course for any 
                        reason whatsoever, or chooses to
                        <br />
                        withdraw during the semester must inform the Academic Administration office in 
                        writing that he / she is discontinuing&nbsp;<br />
                        the studies. Students discontinuing their studies without written intimation are 
                        not eligible for financial adjustment.
                        <br />
                        The date on which Director( Acad. Admin) receives the written intimation, 
                        determines the amount of tuition fee to be
                        <br />
                        refunded. Fees other than the tuition fee are not refundable. Tuition Fee Refund 
                        Schedule is as under:
                        <br />
                        <br />
                        1. During 1st week&nbsp;80%
                        <br />
                        <br />
                        2. During 2nd week&nbsp;70%
                        <br />
                        <br />
                        3. During 3rd week&nbsp;60%
                        <br />
                        <br />
                        4. During 4th week&nbsp;50%
                        <br />
                        <br />
                        <u><b><font color="#336666">Important Note</font></b></u>
                        <br />
                        <br />
                        No refund after 4th week of semester. </font>
                    </p>
                </td>
            </tr>
        </table>
       
    </div>
    <!--Left column Ended -->
    
    
    <!--right column -->
    <div id="rightCol">
        <img src="images/quote6.jpg" border="0" alt="Valuable Quotations by XSLogic Studios" title="Valuable Quotations by XSLogic Studios" />
    </div>
    
  
</asp:Content>

