Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 16

REG Form:

SOURCE FILE:

<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master"
AutoEventWireup="true" CodeFile="REGISTER.aspx.cs" Inherits="REGISTER" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style5
{
width: 442px;
}
.style6
{
text-align: left;
width: 494px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<table style="text-align: center; height: 451px; width: 1084px; background-color:
#8F91CB" >
<h1 style="color: #FFFFFF; background-color: #000000"> REGISTER FORM</h1>
<tr>

<td class="style5">
<asp:Label ID="Label1" runat="server" Text="NAME"></asp:Label>
</td>
<td class="style6">

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
ControlToValidate="TextBox1" ErrorMessage="Name is must
required"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="style5">

<asp:Label ID="Label2" runat="server" Text="E-Mail"></asp:Label></td>
<td class="style6">

<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>

<td class="style5">
<asp:Label ID="Label3" runat="server" Text="Password"></asp:Label>
</td>
<td class="style6">

<asp:TextBox ID="TextBox3" runat="server" TextMode="Password"></asp:TextBox></td>
</tr>

<tr>
<td class="style5">

<asp:Label ID="Label4" runat="server" Text="Confirm Password"></asp:Label></td>
<td class="style6">
<asp:TextBox ID="TextBox4" runat="server" TextMode="Password"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator1" runat="server"
ControlToCompare="TextBox1" ControlToValidate="TextBox4"
ErrorMessage="Password must be same"></asp:CompareValidator>
</td>
</tr>

<tr>
<td class="style5">
<asp:Label ID="Label6" runat="server" Text="Alternative E-Mail"></asp:Label>
</td>
<td class="style6">

<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox></td>

</tr>

</table>
<asp:Button ID="Button1" runat="server" Text="REGISTER"
onclick="Button1_Click" />
</asp:Content>

Aspx files:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Windows.Forms;
using System.Data.SqlClient;
using System.Web.Configuration;
public partial class REGISTER : System.Web.UI.Page
{
SqlConnection cn;
SqlCommand cd;
protected void Page_Load(object sender, EventArgs e)
{
cn = new
SqlConnection(WebConfigurationManager.ConnectionStrings["concollege"].ConnectionString);

}
protected void Button1_Click(object sender, EventArgs e)
{
//MessageBox.Show("Registered Successfully!!!");
//Response.Redirect("LOGIN.aspx");
cn.Open();
cd=new SqlCommand("insert into reg
values('"+TextBox1.Text+"','"+TextBox2.Text+"',"+TextBox3.Text+")",cn);
cd.ExecuteNonQuery();


}
}
Sourcecode:home asp:Content ID="Content1" ContentPlaceHolderID="head"
Runat="Server">
<style type="text/css">
.style3
{
text-decoration: underline;
}
.style4
{
font-weight: normal;
text-decoration: underline;
}
.style5
{
font-weight: normal;
}
</style>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<h3>
*<span class="style3">Course
</span>

</h3>
<h3 class="style5">
Human Resources

</h3>
<h3 class="style4">
<strong>*Courses

Institute Description
</strong>

</h3>
<h3 class="style5">
Please add E.G.S.P Engineering College's description here to give detailed
information about your institute

</h3>
<h3 class="style3">
*Placement Services

</h3>
<h3 class="style5">
Please add placement track record details for E.G.S.P Engineering College

</h3>
<h3 class="style3">
*Infrastructure / Teaching Facilities

</h3>
<h3 class="style5">
E.G.S.P Engineering College teaching facilities to be added here

</h3>
<h3 class="style3">
*Top Faculty

</h3>
<h3 class="style5">
Who is the top faculty for E.G.S.P Engineering College

</h3>

</asp:Content>


<asp:Content ID="Content4" runat="server"
contentplaceholderid="ContentPlaceHolder1">


</asp:Content>

Aspx;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class HOME : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}
protected void LinkButton1_Click(object sender, EventArgs e)
{
Response.Redirect("HOME.aspx");
}
}
Fact source code
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
<p>

<asp:LinkButton ID="LinkButton7" runat="server"
onclick="LinkButton7_Click">TRANSPORT</asp:LinkButton>
<br />
<asp:LinkButton ID="LinkButton8" runat="server"
onclick="LinkButton8_Click">LIBARARY</asp:LinkButton>
<br />
<asp:LinkButton ID="LinkButton9" runat="server"
onclick="LinkButton9_Click">FOOD</asp:LinkButton>
<br />

<asp:LinkButton ID="LinkButton10" runat="server"
onclick="LinkButton10_Click">LABS</asp:LinkButton>
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
<p>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;<strong>&nbsp;</strong><asp:Label ID="Label1" runat="server" ></asp:Label>
</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
-<asp:Image ID="Image3" runat="server" Height="465px"
Width="651px" />
</p>
<p>

</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
</asp:Content>
<asp:Content ID="Content5" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
</asp:Content>

aspx
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class FACILITIES : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Image3.Visible = false;
}
protected void LinkButton7_Click(object sender, EventArgs e)
{

Label1.Text =
"<ul><li>mayiladuthurai</li><li>sirkali</li><li>chidhambaram</li><li>thevur</li><li>kivel
ur</li>";
Image3.Visible = true;
Image3.ImageUrl = "~/images (1).jpg";
}
protected void LinkButton8_Click(object sender, EventArgs e)
{
Label1.Text = "GSOM library has a unique large-scale fund of literature on
management and related fields in accordance with the content needs of programmes and
courses delivered at the School. The total number of the units stored exceeds 80,000
copies. The library annually subscribes to about 180 periodicals in Russian and 70
editions in foreign languages and is considered to be one of the best libraries in Russia
in the area of management. The bulk of the collection consists of the titles related to
management, marketing, finance, but there are also holdings in philology, philosophy,
sociology and political science. More than 60 full text and reference databases (29
international and 12 Russian) are available electronically through the Library computer
system: EBSCO, Science Direct, JSTOR, Lexis-Nexis Academic Universe etc. The Library
holds all the publications by GSOM faculty, conference materials and most of course
compendiums. While GSOM library is organized in two units - for undergraduate programmes
(16, Dekabristov per.) for graduate programmes (1-3 Volkhovsky per.) - all students have
access to any resources at both of them. The library is a comfortable space, it has
reading rooms with open access to the fund, including periodicals and areas for group
work, with total number of places of 180. Both libraries are equipped with computers
having a high-speed access to the Internet and connected to databases. Variety of
services is at the disposal of readers: photocopying, scanning, e-mail delivery of
documents; a wireless connection to the Internet (Wi-Fi) is also available. All the
processes in the library are computerized, the RFID technology is used widely to bring
library services to a highest level, and there is also an electronic catalogue (about
70,000 entries). <ul><li>Library Hours</li ><li>Library Department (Dekabristov,
16)</li><li>Mo., Tu., Th. - 8.30 a.m.- 8.00 p. m.</li><li>We., Fr. - 8.30 a.m. - 6.00
p.m.</li><li>Sa. - 10.00 a.m. - 5.00 p.m.</li><li>Su.- closed.</li><li>Library Department
(Volkhovsky, 3)</li><li>Mo. - Fr. - 9.30 a.m. - 9.00 p.m.</li><li>Sa. - 9.00 a.m. - 8.00
p.m. Su. - closed</li></ul>";
Image3.Visible = false;
Image3.ImageUrl = "~/library.jpg";
Image3.Visible = true;



}
protected void LinkButton9_Click(object sender, EventArgs e)
{
Label1.Text = "Canteen Volunteer Roster The canteen is a valuable school resource
and requires the generosity of volunteers to keep operating. Assistance in the canteen
provides an excellent way to get the ten hours of parental Practical help done, so if you
have a day once or twice a term please consider volunteering to help out in the canteen.
Interested parents are asked to contact the Canteen Supervisor Tilani Schutte to slot
in a day. The tasks are not hard, the conversation pleasant, and the kids love seeing Mum
and Dad at recess and lunch times.Thank you for volunteering. Ordering Lunch orders are
to be written on lunch order bags. Lunch orders need to be clearly marked with childs
name and year (2L, 3K, PPM etc). Lunch orders can be placed in two ways- In the morning
at the canteen, bags and menus are available from 8:20am until 9:00am to place your order
for that day: this is a cash only service. Kindy to Year 3 lunch orders, can also be
placed in the basket provided in the classroom. Please do not order recess items in lunch
order bags or leave your childs recess money in the lunch order bag. Children must come
to the canteen at recess to buy items. Canteen accreditation We strive to stay in the
guide lines of the Western Australian Canteen Association: we offer a healthy menu, that
exceeds minimum standards that are set by the compulsory Traffic Light healthy eating
strategy, implemented by the WA Government for all WA public schools. This also includes
food safe handling and hygiene training. We follow quality guidelines with strict food
handling and preparation procedures. On our menu The green smiley face indicates a very
healthy food choice item The amber smiley face indicates a healthy choice. ";
Image3.ImageUrl = "~/hostel.jpg";
Image3.Visible = true;
}
protected void LinkButton10_Click(object sender, EventArgs e)
{
Label1.Text = "<ul><li>1 Thermodynamics</li><li>2 Internal Combustion
Engine</li><li>3 Fluid Mechanics & Fluid Machinary</li><li>4 Computer
Graphics</li><li>5 Mechatronics</li><li>6 Metrology and Quality Control</li><li>7
Industrial Fluid Power</li><li>8 Metallurgy & Strength of Machine</li><li>9
Post Graduate Lab</li><li>10 Theory of Machine & Dynamics of
Machinery</li><li>11 Refrigeration and Air Conditioning</li><li>12 Heat
Transfer</li><li>13 Basic Mechanical Engineering</li><li>14 CAD/CAM Lab</li><li>15
Drawing Hall</li><li>16 Workshop</li><li>17 Machine Design Hall</li><li>18
Research Centre</li><li>19 Research Lab.</li><li>20 PG Lab</li></ul>";
Image3.ImageUrl = "~/lab.jpg";
Image3.Visible = true;
}
}
Con sucode
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
<asp:Image ID="Image3" runat="server" Height="861px" ImageUrl="~/7images.jpg"
Width="572px" />
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
<p>
&nbsp;
</p>
<table>
<tr>
<td>
<p>
Organizing Secretary

</p>
<p>
Prof. M. CHINNADURAI, ICAET - 2014,

</p>
<p>
EGS Pillay Engineering College,

</p>
<p>
Nagapattinam - 611 002.

</p>
<p>
Contact Us

</p>
<p>
Conference Co-ordinator(s),

</p>
<p>
ICAET - 2014,

</p>
<p>
EGS Pillay Engineering College,</p>
<p>
&nbsp;Nagapattinam - 611 002. Tamilnadu,

</p>
<p>
South India.</p>
<p>
&nbsp;Land Line: +91 4365-251112, 251114,</p>
<p>
&nbsp;Fax: +91 4365-251114

</p>
<p>
Mobile: +91 7373067032

</p>
<p>
Email: <a href="mailto:icaetconf2014@gmail.com">icaetconf2014@gmail.com</a>

</p>
<p>
Event Website: www.icaet.egspec.org College

</p>
<p>
Website: www.egspec.org

</p>
</td>
</tr>
</table>
<p>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;
&nbsp;</p>
</asp:Content>
<asp:Content ID="Content5" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<p>
@copyright2014</p>
</asp:Content>


Aspx
sing System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class DEPARTMENTS : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Button1.Visible = false;
if (!IsPostBack)
{
Image1.ImageUrl = "~/8images.jpg";
}
}
protected void LinkButton8_Click(object sender, EventArgs e)
{

}
protected void LinkButton1_Click(object sender, EventArgs e)
{
Button1.Visible = true;

Image1.Visible = false;
Label1.Text = "E. G. S. Pillay Engineering College is one of the pioneering non-
grant engineering Colleges in the State. It was established by the G. S. Pillay & Sons
Educational & Charitable Trust, Nagapattinam in the year 1995 with the sanction of the
Government of Tamilnadu, approval of the All India Council for Technical Education, New
Delhi and affiliation to Bharathidasan University, Tiruchirapalli.";
Image1.ImageUrl = "~/mcass.jpg";
Image1.Visible = true;

}
protected void LinkButton2_Click(object sender, EventArgs e)
{
Button1.Visible = true;
Image1.Visible = false;


Label1.Text = "MANAGEMENT APTITUDE TEST (MAT) All India Management Association
(AIMA) has been providing the service of aptitude testing since 1988 under the scheme of
All India Management Aptitude Testing Service (AIMATS). Several lakhs of candidates and
over 300 institutions have derived benefit under this testing facility. This, as such, is
the testimony as to the validity, reliability and usability of aptitude testing of AIMA.
Management Aptitude Test (MAT) is being conducted four times a year. The test consists of
five sections viz. Language Comprehension Mathematical Skills Data Analysis & Sufficiency
Each section consists of 40 questions. The total of 200 questions is to be attempted
within 150 minutes. It is an objective type test with multiple choice answers.In order to
attempt the Language Comprehension section, some candidates prefer to read the passage,
then switch to attempting the questions while others prefer reading the questions prior
to the passage reading the questions prior to the passage so that they know the answers
they need to look for. Either of these strategies or the combination of both is fine. Use
them depending on the difficulty of the passage. Mathematical Skill and Data Analysis &
Interpretation sections provide a good opportunity to score well and save time. As the D-
day approaches, continue practicing these questions regularly and building speed. Basic
arithmetic calculations and formulae should be on your fingertips. It would be worth
making flip cards at the last stage of examination of some key formulae and short-cut
methods that you would have learnt in the preparatory stage. It is very helpful to review
these formulae at the stage of examination.Questions in the Intelligence & Critical
Reasoning section tilt more towards reasoning. Candidates are required to practice these
types of questions extensively, as there is no formulae for such questions never pays.
Practice as many formats of questions as you can. It is very useful in confidence
building.General and business awareness under Indian & Global Environment section is a
key component in the entrance procedure to a management institute. Keeping abreast of
happenings around is definitely an onerous task. Unlike preparing for the other sections
like Mathematical Skills and Data Analysis & Sufficiency, general and business awareness
requires keeping abreast of happenings. MAT as in any other MBA entrance test carries
negative marks for wrong answers. Hence it is never a good strategy to answer all
questions. As you work through a section, skip those questions that you are not sure of.
Time permitting, you can always revisit and try to answer them. Coming back with a fresh
approach to questions that could not be attempted earlier means that these questions can
be tackled successfully quickly. Resorting to guess work through the entire question
paper is not a good policy. Never base a strategy on guesswork. It should be your last
resort and never an alternative strategy. It can be said that last minute preparation in
a competitive test is a very important part of entire preparation. Moreover this part
relates to the candidates' ability to properly manage the emotions, nervousness, etc, a
systematic planning and strategy will definitely help the candidates to take the
competitive advantage over others. Since selection for a management course is largely a
process of aptitude testing, the most knowledgeable need not necessarily succeed. Time is
at a premium in the examination. As in MAT 200 questions are to be answered in 150
minutes. Performance is relative. Therefore, considering that variable that governs
success in the examination, it is important to build a test taking strategy as the test
approaches to tackle it successfully. Towards the last days of test, developing proper
test taking strategy is an approach that a candidate has to develop in order to ensure
that he is able to leverage his strengths while attempting the tests. Any strategy that
you intend to follow necessarily needs to revolve around the time saving measures to
answer the maximum number of questions in the allotted time.";
Image1.ImageUrl = "~/me.jpg";
Image1.Visible = true;


}
protected void LinkButton3_Click(object sender, EventArgs e)
{
Button1.Visible = true;
Image1.Visible = false;


Label1.Text = " Course Group: B.E ";
Label1.Text = "Course Name: B.E";
Label1.Text = "Category: Engineering";
Label1.Text = "Duration: 4 years";
Label1.Text = "Details: Eligibility : Pass in Higher Secondary (10+2) with
Physics, Chemistry and Mathematics Higher Education : M.E / M.Tech Opportunities : Large
number Engineering job opportunities in India and Abroad.";
Label1.Text = "Duration :4 years (3 + 1 year Internship) The duration of four
years of study will be over eight semesters Eligibility :Candidates should have
successfully completed HSC examinations of any recognized board / university of India or
equivalent of 10+2 education in India or abroad with minimum of 60% marks. The eligible
subjects at the HSC or equivalent: In combination with Physics, Mathematics and Chemistry
with either Biology or Computer Science";
Label1.Text = "Civil Engineering includes planning, designing and executing
structural works. The profession deals with a wide range of engineering tasks including
designing, supervision and construction activities of public works like roads, bridges,
tunnels, buildings, airports, dams, water works, sewage systems, ports etc. It offers a
multitude of challenging career opportunities. A civil engineer is responsible for
planning and designing a project, constructing the project to the required scale, and
maintenance of the product. Civil Engineering is the oldest engineering discipline after
military engineering, and it was defined to distinguish it from military engineering. It
is traditionally broken into several sub-disciplines including environmental engineering,
geotechnical engineering, structural engineering, transportation engineering, water
resources engineering, materials engineering, coastal engineering, surveying, and
construction engineering. Civil Engineering takes place at all levels: in the public
sector from municipal through to federal levels, and in the private sector from
individual homeowners through to international companies. Further education After
completing a B.Tech/BE, you can opt for M.Tech/ MS in various specializations such as
Transportation Systems, Geotechnical Engineering, Structural Engineering, Remote Sensing,
Hydraulic & Water Resources, Environmental Engineering & Management. Job profiles As a
Civil Engineer, you will deal with the design, construction and maintenance of
infrastructure such as buildings, bridges, roads, tunnels, dams, river & shipping lanes,
industrial & power plants. Though civil engineers also supervise construction of built
environments, they normally are not involved in the design of the same. Core Subjects
Surveying Strength of Materials Building Technology Structural Analysis & Design Design
of Hydraulic Structures Architecture and Town Planning Top Recruiters DMRC RITES Jaypee
Jaiprakash Associates Reliance Infra L&T (ECC) LNJ Bhilwara Group Construction
companies";
Image1.ImageUrl = "~/be.jpg";
Image1.Visible = true;





}
protected void LinkButton4_Click(object sender, EventArgs e)
{
Button1.Visible = true;
Label1.Text = "<ul><li>Department of Civil Engineering</li><li>M.E.
Geoinformatics</li><li>M.Tech. Remote Sensing</li><li>M.E. Urban Engineering</li><li>M.E.
Structural Engineering</li><li>M.E. Construction Engineering and Management</li><li>M.E.
Hydrology and Water Resources Engineering</li><li>M.E. Irrigation Water
Management</li><li>M.E. Soil Mechanics and Foundation Engineering</li><li>Centre for
Environmental Studies M.E. Environmental Engineering</li><li>M.E. Environmental
Management</li><li>Centre for Water Resources M.E. Integrated Water Resources
Management</li></ul>";

Image1.Visible = false;
Image1.ImageUrl = "~/mba.jpg";
Image1.Visible = true;
}
protected void Button1_Click(object sender, EventArgs e)
{
if(Image1.ImageUrl=="~/mcass.jpg")
{
Response.Redirect("MCA.docx");
}
else if (Image1.ImageUrl == "~/me.jpg")
{
Response.Redirect("MCA.docx");
}
else if (Image1.ImageUrl == "~/be.jpg")
{
Response.Redirect("MCA.docx");
}


else if (Image1.ImageUrl=="~/mba.jpg")

{
Response.Redirect("MCA.docx");
}

}


}
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">



</asp:Content>
<asp:Content ID="Content5" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">


<asp:LinkButton ID="LinkButton1" runat="server"
onclick="LinkButton1_Click">MCA</asp:LinkButton>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;
<br />

<asp:LinkButton
ID="LinkButton2" runat="server" onclick="LinkButton2_Click">MBA</asp:LinkButton>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />

<asp:LinkButton ID="LinkButton3" runat="server"
onclick="LinkButton3_Click">B.E</asp:LinkButton>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;
<br />

<asp:LinkButton ID="LinkButton4" runat="server"
onclick="LinkButton4_Click">M.E</asp:LinkButton>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;
<br />



&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;


<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
<br />
<br />
<br />
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<br />


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<br />
</asp:Content>

<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<p>
@copyright</p>
</asp:Content>

<asp:Content ID="Content4" runat="server"
contentplaceholderid="ContentPlaceHolder4">

<asp:Label ID="Label1" runat="server"></asp:Label>

<br />

<asp:Image ID="Image1" runat="server" Height="373px"
Width="842px" />

<br />
<asp:Button ID="Button1" runat="server" onclick="Button1_Click"
Text="Application Form" />

</asp:Content>

You might also like