Vous êtes sur la page 1sur 172

Online Job Portal

A Project work submitted to the

Submitted by

BCA-3rd year
D.S COLLEGE KATIHAR

Guided by

----------------------------------------

TABLE OF CONTENTS

ACKNOWLEDGEMENT

CERTIFICATE

TITLE OF THE PROJECT

INTRODUCTION
o

Basic introduction of Project

Objective and Scope

Project Section

Tools and Technologies used

SYSTEM ANALYSIS
o

Preliminary analysis & Information gathering

Input/outputs

Feasibility Study

System Requirements Specification

Software Engineering Model Used

Cost Estimation

Project Scheduling

SYSTEM DESIGN
o

Project Planning

Modules

Data Flow Diagram

E-R Diagram

Data Base Design

Screen Shots

Acknowledgement
I would like to express my sincere gratitude and regards to my
external guide Mr...------------------------------------ For his/her constant

inspiration, supervision and invaluable guidance during the


training. I would also like to thank Ms.. .of (name
of organization) for giving me such an opportunity to continue my
training in the (name of organization) and providing the facility.
At last I would also like to extend my sincere gratitude to
all my faculty members and specially Mr. .

(Internal

Guide) for giving their valuable suggestions.


With regards
Signature of Student

(Sign of HOD)

(Sign of Internal Guide)

CERTIFICATE

This is to certify that the project entitled Online Exam System has been developed
by
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. He has worked on the project Online
Exam System. He has used JAVA, HTML, JSP, JAVASCRIPT and MS.ACCESS as
Database for the project. His work is satisfactory.

I wish him all the best for his bright future.

Dated:-9/JULY/2010
Project In charge

Mr.Prashant Dubey

TITLE OF THE PROJECT

Project Name: - Online Job Portal


Introduction

The purpose of designing the online job portal is to give the job seekers a platform for finding a
light and a satisfactory job according to their qualification. It also connects the job seekers with
the major agencies It also provides Jobs portal for Job Seekers to submit their CV and apply for
job postbag and Employer can select best Employees from Available CV based on their payment
option selection. This is basically a Job portal where job Seeker applies for jobs and employer
post jobs and select prospective applicant. Job portal is prepared for provide all categories of job
and help to get various type of job. The main purpose of job portal is to provide the facility to job
seekers for getting the quick job. So it enables applicants to search for jobs in a convenient
manner and to enable employers to find s it able candidates.
Job portal is developed for creating an interactive job vacancy for candidates. This web
application is to be conceived in its current form as a dynamic site-requiring constant updates
both from the seekers as well as the companies. On the whole the objective of the project is to
enable jobseekers to place their resumes and companies to publish their vacancies. It enables
jobseekers to post their resume, search for jobs, view personal job listings. It will provide various
companies to place their vacancy profile on the site and also have an option to search candidate
resumes
Objective
The objective of the application is to develop a system using which job applicants and recruiters
can communicate with each other. An Online Job Portal is an application where the job seekers
can register themselves at the website and search job. Which are suitable for them where as the
employers register with the website and put up jobs which are vacant at their company. The
Online Job Portal System is a package to be used by agencies to improve the efficiency of
business. The Online Job Portal System to be developed benefits greatly the members. The
system provides job. Catalogue and information to members and helps them decide on the jobs to
apply. The Admin and employers can keep the jobs catalogue updated all the time so that the Job
seekers get the updated information all the time.
Scope
The Scope for the system can be as follows,
Maintain Job Seeker and Employer records
Maintain uploaded Resumes
Provide Customized Job Postings
Maintain Job Posting details and generate various reports

Users of Job portal


Job Seeker Module:
This module provides functionalities for job seekers. Applicants can post their
resumes with personal and professional details. They can also update the
resume as frequently as required. The applicant can also browse through the
present vacancies available. Job seekers can also get mail alerts when their
resumes are selected by employers.

Employer Module:

This module provides functionalities related to employers. Employers can


post vacancy details and update the details as and when necessary.
Employers can search through applicant resumes based on different criteria.
Employer need to pay certain amount per month to the site administration for
posting there jobs on the site. All this functions will be handled by the
administration module.

Administration Module:

This module provides administrator related functionalities. Administrator


manages entire application and maintains the profiles of applicants and
employers.

Section of project:-

Job Seekers
1. Apply for a job with the click of a button
2. Resume Posting.
3. Automatically retrieve passwords by email.
4. Job Seeker Registration
5. Login and update profile, including forgotten password reminders
6. View Application History from profile
7. Powerful online job search tool.
8. Job seeker sets privacy level to control how much information is visible to
employers through resume searches.
9. Search jobs by location, qualification, categories, company, location,
experience and keywords.
10. Hide contact information.

11. Add multiple list of qualification and experience.


12. Ability to add and submit Photos to profile.
13. Ability to add Cover Letter when apply for job.
14. Add, Edit, Activate or Delete Job Search Agent

Employer:1. Ability to Search resume by keywords, job category, days since posted.
2. Post jobs with detailed job description (job title, company name, company
url, location, salary, job type, work type, description, required skills...)
3. Ability to create and edit a company profile.
4. Ability to add a Company Logo.
5. Retrieve passwords reset by automated email.
6. Employer Registration
7. Reporting information on how much time left on each job posting and how
long left on CV access
8. Payment option by invoice, credit/debit card.
9. Information on number of vacancy viewings and applications
10. Register and sign-up online for Memberships, Job packages, job postings
or resume database
access.
11. Option of including company profile and logo.
12. New Account Notification - an email message is sent to them as auto
responder with username and password.
13. Retrieve passwords by automated email.
14. Update profile at any time.
15. View Submitted Job Seeker CV
16. Download CV or application submitted by jobseekers

Admin:-

1. Manage Job Seeker and Employer Profiles


2. Manage Payments of Both Employer and Job Seekers
3. Add New Services, Related to Employers or Job Seekers
4. Send Message to Employer and Job seeker for Subscription etc
5. Provide Roles and Authentication to Users
6. Ability to change the look and feel of your site by changing template
7. Most Recent Jobs to be displayed on home page
8. Search jobs based on keywords, categories, locations etc
9. Create / Edit / Save as many icon sets as you like
10.Location management console to add/edit/remove locations for which jobs
can be posted
11.Manage premium employers
12.Admin can Add/Edit/Delete/Approve/Disapprove any job

FRONT END
ASP. NET
1. The pages developed using asp.net are compiled, providing better
performance than with scripting languages.
2. It provides a programming model, and infrastructure to create scalable,
secure and stable applications faster as well as more easily than with
previous web technologies.
3. It is more than the next version of Active Server Pages, it is a unifies web
development platform that provide the services necessary for developers to
build enterprise- class web applications
4. It is a compiled, .NET based environment.
5. Accessing database is made easier.

BACK END
MICROSOFT SQL SERVER
Microsoft SQL Server is a relational database management system developed by
Microsoft. It provides an environment used to generate databases that can be
accessed from workstations, the web or other media such
Its primary query languages are MS-SQL and T- SQL SQL Server supports different
data types, including primary types such as integer decimal, float , char (including
character strings), Varchar (variable length character strings), binary, Text (for
textual data) among others.Storage space allocated to a database is divided into

sequentially numbered pages, each 8 KB in size.


SQL Server allows multiple clients to use the same database concurrently. As such,
it needs to control concurrent access to shared data, to ensure data integrity - when
multiple clients update the same data, or clients attempt to read data that is in the
process of being changed by another client.The main mode of retrieving data from
an SQL Server database is querying for it.
External Software Description

Visual Studio 2008 or 10 or 12

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is


used to develop computer programs for Microsoft Windows, as well as web sites, web
applications and web services. Visual Studio uses Microsoft software development platforms such
as Windows API, Windows Forms, Windows Presentation Foundation, Windows
Store and Microsoft Silver light. It can produce both native code and managed code.
Visual Studio supports different programming languages and allows the code editor and debugger
to support (to varying degrees) nearly any programming language, provided a language-specific
service exists. Built-in languages include C,[6] C++ and C++/CLI (via Visual C+
+), VB.NET (via Visual Basic .NET), C# (via Visual C#), and F#

SQL Server 2008


Microsoft SQL Server is a relational database management system developed by Microsoft. As a
database, it is a software product whose primary function is to store and retrieve data as requested
by other software applications, be it those on the same computer or those running on another
computer across a network (including the Internet). There are at least a dozen different editions of
Microsoft SQL Server aimed at different audiences and for workloads ranging from small singlemachine applications to large Internet-facing applications with many concurrent users. Its primary
query languages are T-SQL and ANSI SQL.

.Net

framework 3.5 or 4.0

.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs
primarily on Microsoft Windows. It includes a large class library known as Framework Class
Library (FCL) and provides language interoperability (each language can use code written in
other languages) across several programming languages. Programs written for .NET Framework
execute in a software environment (as contrasted to hardware environment), known as Common
Language Runtime (CLR), an application virtual machine that provides services such as

security, memory management, and exception handling. FCL and CLR together constitute .NET
Framework.
HARDWARE REQUIREMENTS:
Processor: Intel dual core or above
Processor Speed:1.0GHZ or above
RAM: 1 GB RAM or above
Hard Disk: 20 GB hard disk or above

System Analysis:
FUNCTIONAL REQUIREMENTS
Allows employees and employers to register
Employees can apply for jobs added by employers
Employers can add or delete jobs
Employers can get the details of applicants for jobs
Employees can search for jobs that match selected
criteria
Both employees and employers can change profile and
password
Sends a mail to users who forgot the password
NON FUNCTIONAL REQUIREMENTS
They are the quality requirements that stipulate how well software
does what it has to do.
Performance
No. of terminals to be supported is dependent on the server that
we will use at the time of deployment. The web application server
used should provide good performance and ability to manage
performance with techniques such as support for caching. After
completing the exam, the entire score of the student will be
calculated as per the rules in less than a second.
Availability
It can be accessed for 24 hours a day. For this UPS support must
be on the server site with a backup of at least 8 hours in case of
power failure. Candidate can apply form only during the
previously allotted time slots, however can open site anytime to
access other information. Reliability
Usability
The website should be user friendly and should require least effort
to operate.
FEASIBILITY STUDY

It is necessary and prudent to evaluate the feasibility of a


project at the earliest possible time. There may be different
ways of checking whether a system is feasible or not. The
following feasibility studies were performed to gauge the
feasibility of the system.

Operational Feasibility:
In this test, the operational scope of the system is checked. The
system under consideration should have enough operational
reach. It is observed that the proposed system is very user
friendly and since the system is built with enough help, even
persons with little knowledge of windows can find the system
very easy.
Technical Feasibility:
This test includes a study of function, performance and
constraints that may affect the ability to achieve an acceptable
system. This test begins with an assessment of the technical
viability of the proposed system. One of the main fusers to be
accessed is the need of various kinds of resources for the
successful implementation for the proposed system.
Economical Feasibility:
An evaluation of development cost weighed against the ultimate
income or benefit derived from the development of the proposed
system is made. Care must be taken that incurred in the
development of the proposed of the system should not exceed
from the system. The income can be in terms of money or
goodwill, since the software brings in both, the system is highly
viable..

.SYSTEM DESIGN
Software System that has to be developed:

The System needs to be a web-based system so that it allows the consultants,


Clients & jobseekers to access the company database over the Internet.

Being a web-based system also enables the Company staff to send e-mails immediately
to Suppliers, whenever a requirement for Parts arises.

An added advantage is since the e-mail is delivered instantly, there could be instant
responses from the Jobseekers.

The whole process depends on communications between jobseekers & the


Administrators, different clients & the consol tents. If all these communications are done
through a web-based system, then the time period for the whole process can be
considerably brought down.

The System needs to store the details of all the jobseekers.

The System needs to store the details of all the information(personal ,education, skills ,
experience, projects etc) held by all the Jobseekers.

The System needs to store the details of all the requirements held in the different clients.

The System needs to store the details of all the jobs held in the Consultants.

The System needs to store the details of all the Consultants.

Since it is a web-based system, a Login authorization should be provided so that


Consultants, jobseekers, and clients will be able to lookup & use options that are specific to
them.

The System should allow the Clients to enter their Requirements.

The System should allow the Consultant to provide for jobs for jobseekers.

The System should provide an option to generate a client Report.

The System should provide an option to generate a consultants Report.

The System should provide an option to short list applicants Report.

MODULES AND THEIR DESCRIPTOIN

Job Seeker Module:


This module provides functionalities for job seekers. Applicants can post
their resumes with personal and professional details. They can also
update the resume as frequently as required. The applicant can also
browse through the present vacancies available. Job seekers can also get
mail alerts when their resumes are selected by employers .

Employer Module:

This module provides functionalities related to employers. Employers


can post vacancy details and update the details as and when necessary.
Employers can search through applicant resumes based on different
criteria.

Employer need to pay certain amount per month to the site


administration for posting their jobs on the site. All this functions will be
handled by the administration module.
This module having information about job provider and requirement
details, which client recruiting the employees, and what based them
recruiting the employees? Here client releasing the primary skills,
experience, no. of vacancies, opening date, closing and closing date

Administration Module:

This module provides administrator related functionalities. Administrator


manages entire application and maintains the profiles of applicants and
employers.
Administrator module having all privileges about this entire project, he
can update, delete, and modify the details about job seeker, job
provider, client and Job Search details. Administrator maintain the client
and job seeker database

E-R DIAGRAM

Database Design:
All user Login Table

apliedjob Table

company Table

Jobdeatails table

CondidateDetails table

Login table

Mail Table

Result table

Search job

Screenshot:-

Code:Design Code

Aboutus.apx

<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"


AutoEventWireup="true" CodeBehind="AboutUs.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.About_Us" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style29
{
width: 100%;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style29" border="1">
<tr>
<td width="70%" bgcolor="White">
<span class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0);
font-family: 'Times New Roman'; font-style: normal; font-variant: normal;
font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2;
text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space:
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect:
none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; fontsize: medium; ">
<span class="Apple-style-span"
style="color: rgb(62, 62, 62); font-family: arial;
font-size: 13px; text-align: left; ">
<h1 style="margin-top: 0px; margin-right: 0px; marginbottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; paddingbottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width:
0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial;
border-color: initial; font-size: 25px; font: inherit; vertical-align:
baseline; font-family: Lato, sans-serif, arial; color: rgb(18, 110, 167);
line-height: 19px; ">
About SalesJobs.com</h1>
<p>
Launched in June of 1997 during the nascent years of
the Internet, SalesJobs.com
has taken its place in history as the very first niche
sales employment site and
today SalesJobs.com dominates the sales employment
industry commanding over 90%
of the online sales employment market. SalesJobs.com is
the worlds oldest and
largest sales employment site, with more sales jobs
then all of our niche
competitors combined worldwide. No other sales
employment site has ever been
able to duplicate our size or success to this day.
Since our launch in 1997 we
have seen many sales employment sites (salesseek.com,
salesgiant.com, etc.)
attempt to compete directly against us in this very
competitive market of sales
recruiting and all have found SalesJobs.com to be a
formidable competitor and

have had to close their doors. Today there are but a

handful of niche sales

employment sites and not one of our competitors has the

ability to compete with

our business model. Today SalesJobs.com is the largest


sales employment site in
the world with the highest client retention rate.</p>
</span></span>
</td>
<td width="30%" bgcolor="White"
style="border-style: hidden; border-width: thin">
<img alt="" src="image3/about_us_banner.png"
style="width: 100%; height: 290px" /></td>
</tr>
</table>
</asp:Content>

Adminlgin.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="AdminLogin.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.AdminLogin" Title="Untitled Page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style28
{}
.a
{
height: 376px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="a" bgcolor="#CC66FF" border="1" width="100%">
<tr>
<td rowspan="2">
<img alt="" src="image2/img_banner_home2.png"
style="width: 614px; height: 376px" /></td>
<td bgcolor="White"
style="font-size: 20px; font-weight: bold; font-style: normal;
font-variant: normal; text-transform: capitalize; color: #FF0000">
Administrator Login</td>
</tr>
<tr>
<td>
<asp:Login ID="Login3" runat="server"
onauthenticate="Login3_Authenticate"
Font-Bold="True" Font-Size="13pt" ForeColor="Black"
Height="343px"

style="text-align: center" Width="311px">


</asp:Login>
</td>
</tr>
</table>
</asp:Content>

Agencies.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="Agencies.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.Agencies" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
width: 100%;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style2">
<tr>
<td>
<img alt="" src="image3/Agencies.png" style="height: 128px"
width="100%" /></td>
</tr>
<tr>
<td>
<img alt="" src="image3/Agencie1s.png" style="height: 421px"
width="100%" /></td>
</tr>
</table>
</asp:Content>

Candidatelogin.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="Candidatelogin.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.Candidatelogin" Title="Untitled
Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style3
{
text-align: center;
font-weight: 700;
}
.style14
{
text-align: center;

font-weight: 700;
width: 100%;
height: 13px;

}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style2">
<tr>
<td class="style14">
Selected Job</td>
</tr>
<tr>
<td class="style3">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AutoGenerateColumns="False" BackColor="White"
BorderColor="#999999"
BorderStyle="Solid" BorderWidth="1px" CellPadding="3"
ForeColor="Black"
GridLines="Vertical"
onselectedindexchanged="GridView1_SelectedIndexChanged"
PageSize="1" Width="763px">
<Columns>
<asp:TemplateField HeaderText="Job details">
<ItemTemplate>
<table class="style2">
<tr>
<td>
Last DateLast Date</td>
<td>
<asp:Label ID="lbllastedate"
runat="server" Text='<%#Bind("lastdate") %>'></asp:Label>
</td>
<td>
Job LocationJob Location</td>
<td>
<asp:Label ID="lbljoblocation"
runat="server" Text='<%#Bind("job_location") %>'></asp:Label>
</td>
</tr>
<tr>
<td class="style3">
Job TypeJob Type</td>
<td class="style3">
<asp:Label ID="lbljobtype"
runat="server" Text='<%#Bind("job_type") %>'></asp:Label>
</td>
<td class="style3">
Work TypeWork Type</td>
<td class="style3">
<asp:Label ID="lblworktype"
runat="server" Text='<%#Bind("Work_type") %>'></asp:Label>
</td>
</tr>
<tr>
<td>

Organisation</td>
<td colspan="2">
<asp:Label ID="lblorg"
runat="server" Text='<%#Bind("Organigation") %>'></asp:Label>
</td>
<td>
<asp:Button ID="Btnapply"
runat="server" Enabled="false"
onclick="Btnapply_Click"
Text="Selected" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#CCCCCC" />
<PagerStyle BackColor="#999999" ForeColor="Black"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#000099" Font-Bold="True"
ForeColor="White" />
<HeaderStyle BackColor="Black" Font-Bold="True"
ForeColor="White" />
<AlternatingRowStyle BackColor="#CCCCCC" />
</asp:GridView>
</td>
</tr>
<tr>
<td class="style3">
<asp:Login ID="Login1" runat="server"
onauthenticate="Login1_Authenticate">
</asp:Login>
</td>
</tr>
</table>
</asp:Content>

Companylogin.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="CompanyLogin.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.CompanyLogin" Title="Untitled Page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style27
{
width: 550px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table bgcolor="#CC66FF" width="100%" border="1">
<tr>

<td rowspan="2" width="60%">


<img alt="" src="image2/img_banner_home3.png"
style="width: 534px; height: 388px" /></td>
<td style="font-weight: 700; text-decoration: underline; font-size:
20px; font-style: normal; font-variant: normal; text-transform: none; color:
#FFFFFF;">
Company Login:-</td>
</tr>
<tr>
<td width="40%">
<asp:Login ID="Login2" runat="server"
onauthenticate="Login2_Authenticate"
Height="257px" Width="392px" Font-Bold="True" FontSize="13pt">
</asp:Login>
</td>
</tr>
</table>
</asp:Content>

Contactus.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="ContactUs.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.Contact_Us" Title="Untitled Page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
width: 100%;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style2">
<tr>
<td>
<img alt="" src="image3/Contactus.png" style="height: 165px"
width="100%" /></td>
</tr>
</table>
</asp:Content>

Default.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="Default.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.Defoult" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"


runat="server">
<table style="height: 162px; width: 953px; background-color: #92B6B6;">
<tr>
<td style="font-weight: 700">
Condidate Login<asp:Login ID="Login1" runat="server"
onauthenticate="Login1_Authenticate">
</asp:Login>
</td>
<td style="font-weight: 700">
Company Login<asp:Login ID="Login2" runat="server"
onauthenticate="Login2_Authenticate">
</asp:Login>
</td>
<td style="font-weight: 700">
Admin Login<asp:Login ID="Login3" runat="server"
onauthenticate="Login3_Authenticate">
</asp:Login>
</td>
</tr>
</table>
</asp:Content>

Finalapplynow.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="FinalApplyNow.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.FinalApplyNow" Title="Untitled
Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style27
{
height: 121px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="text-align: center; font-weight: 700; width: 100%;"
align ="center" bgcolor="#8CD1FF" border="1">
<tr>
<td colspan="4" class="style27">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AutoGenerateColumns="False" BackColor="White"
BorderColor="#999999"
BorderStyle="Solid" BorderWidth="1px" CellPadding="3"
ForeColor="Black"
GridLines="Vertical"
onselectedindexchanged="GridView1_SelectedIndexChanged"
PageSize="1" Width="100%">
<Columns>
<asp:TemplateField HeaderText="Job details">

runat="server"

runat="server"

runat="server"

runat="server"

runat="server"

<ItemTemplate>
<table style="width: 1153px">
<tr>
<td>
Last Date</td>
<td>
<asp:Label ID="lbllastedate"
Text='<%#Bind("lastdate") %>'></asp:Label>
</td>
<td>
Job Location</td>
<td>
<asp:Label ID="lbljoblocation"
Text='<%#Bind("job_location") %>'></asp:Label>
</td>
</tr>
<tr>
<td class="style3">
Job Type</td>
<td class="style3">
<asp:Label ID="lbljobtype"
Text='<%#Bind("job_type") %>'></asp:Label>
</td>
<td class="style3">
Work Type</td>
<td class="style3">
<asp:Label ID="lblworktype"
Text='<%#Bind("Work_type") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Organisation</td>
<td colspan="2">
<asp:Label ID="lblorg"
Text='<%#Bind("Organigation") %>'></asp:Label>
</td>
<td>

</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#CCCCCC" />
<PagerStyle BackColor="#999999" ForeColor="Black"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#000099" Font-Bold="True"
ForeColor="White" />
<HeaderStyle BackColor="Black" Font-Bold="True"
ForeColor="White" />
<AlternatingRowStyle BackColor="#CCCCCC" />
</asp:GridView>
</td>
</tr>

<tr>

<td style="text-align: right">


&nbsp;</td>
<td colspan="2" style="text-align: left">
Candidate Details(Please Fill It carefully)</td>
<td style="text-align: left">
&nbsp;</td>
</tr>
<tr>
<td style="text-align: right">
Candidate Name</td>
<td style="text-align: left">
<asp:TextBox ID="txtcandidatename"
runat="server"></asp:TextBox>
</td>
<td style="text-align: right">
Your
Address</td>
<td style="text-align: left">
<asp:TextBox ID="txtaddress" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
Candidate Mobile</td>
<td style="text-align: left">
<asp:TextBox ID="txtmobile" runat="server"></asp:TextBox>
</td>
<td style="text-align: right">
Your
Email</td>
<td style="text-align: left">
<asp:TextBox ID="txtemail" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
Experience</td>
<td style="text-align: left">
<asp:TextBox ID="txtexperience" runat="server"></asp:TextBox>
</td>
<td style="text-align: right">
Category</td>
<td style="text-align: left">
<asp:TextBox ID="txtcategory" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
DOB</td>
<td style="text-align: left">
<asp:DropDownList ID="ddldd" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>

<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlmm" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlyy" runat="server">
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>

<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
<td style="text-align: right">
Pin Code</td>
<td style="text-align: left">
<asp:TextBox ID="txtpin" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
Aplly Date</td>
<td style="text-align: left">
<asp:DropDownList ID="ddldd0" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlmm0" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>

<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlyy0" runat="server">
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
<td style="text-align: right">
&nbsp;</td>
<td style="text-align: left">
&nbsp;</td>
</tr>
<tr>
<td>
</td>
<td colspan="2">
<asp:Button ID="btnApply" runat="server" Text="Apply"
ForeColor="Blue"
onclick="btnApply_Click" style="font-weight: 700" />
</td>
<td>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
</table>
</asp:Content>

Finalmaster.master
<%@ Master Language="C#" AutoEventWireup="true"
CodeBehind="FinalMaster.master.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.FinalMaster" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
<style type="text/css">
.style1
{
width: 100%;
height: 453px;
}
#menu1
{
margin: opx;
padding: 0px;
height: 30px;
width: 50%;
}
#menu1 ul
{
padding: 0px;
height: 30px;
width: 946px;
}
#menu1 ul li
{
list-style-type: none;
float: left;
margin: 0px;
padding: 0px;
height: 30px;
}
#menu1 ul li a
{
display: block;
text-decoration: none;
line-height: 30px;
padding: 3px 20px;
font-family: @BatangChe;
font-weight: 700;
color:White;
}
#menu1 ul li:hover a
{
display: block;

background-color:Black;
}
#menu1 ul li ul
{
display: none;
width: auto;
height: 30px;
}
#menu1 ul li:hover ul
{
display: block;
}
#menu1 ul li ul li
{
width:50%;
height: 30px;
background-color: Teal;
}
#menu1 ul
{
color: Gray;
}
#menu2 ul
{
padding: 0px;
height: 20px;
width: 946px;
}
#menu2 ul li
{
list-style-type: none;
float: right;
margin: 0px;
padding: 0px;
height: 20px;
}
#menu2 ul li a
{
display: block;
text-decoration: none;
line-height: 30px;
padding: 1px 20px;
font-family: @BatangChe;
font-weight: 700;
color:White;
}
#menu2 ul li:hover a
{
display: block;
background-color:Black;
}
#menu2 ul li ul
{
display: none;
width: auto;
height: 20px;
}

#menu2 ul li:hover ul
{
display: block;
}
.txtL

text-decoration: underline;
}
.midSecHead{color:#5b5b5b; font-size:14px; font-weight:bold;margin:10px 0
0 10px}
h1{font:bold 28px Trebuchet MS;margin:0 30px 0 0;}
h1 span{display:block;font-size:16px; font-weight:normal;color:#5b5b5b}
em
{
font-style: normal;
font-weight: normal;
}
body{
margin:0px auto;
padding:0px;
background:#EFEFEF url('file:///F:/Online%20Jobs
%20Portal_files/images/body-bg.jpg') repeat-x;
font-family:Tahoma;
color:#222222;
font-size:13px;
}
.blog-holder{
width:450px;
margin:0px;
color:#666666;
padding:0px;
float:left;
}
.purple { color: #8d5ea2; }
h3{

font-family:"AvantGarde Md BT";
font-size:20px;
font-weight:bold;
color:#000000;
margin:5px 0px 10px;

}
.blog-container{
width:450px;
border-bottom:1px solid #666666;
margin:0px;
padding:0px;
}
h4{
font-family:Tahoma;

font-size:13px;
color:#5C3B6B;
margin:12px 0px;

p{
}

margin:12px 0px;

.right-holder2{
width:192px;
height:auto;
padding:10px;
font-size:12px;
color:#666666;
margin:0px;
float:right;
}
.sideBarTitle{
background:#9FC128;
padding:5px 10px;
margin:10px 0px;
color:#FFFFFF;
font-size:16px;
text-align:center;
font-weight:600;
}
.about-holder{
width:178px;
height:auto;
padding:10px;
font-size:12px;
color:#666666;
margin:-10px 0px 0px;
border:1px solid #CCCCCC;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="text-align: center">
</div>
<table class="style1" bgcolor="#DADADA"
style="border: thin groove #C0C0C0; width: 100%; height: 100%;">
<tr>
<td colspan="3" bgcolor="#9900CC"
style="border: medium groove #4AB7FF; text-align: right; fontweight: 700; color: #FFFFFF;"
id="menu2" align="right">
<ul><li><a href="JobseekerLogin.aspx">Jobseeker Login</a></li>
<li><a href="CompanyLogin.aspx">Company Login</a></li>
<li><a href="AdminLogin.aspx">Admin Login</a></li>

</ul>
</td>
</tr>
<tr>
<td bgcolor="#C1E0FF" width="10%">
&nbsp;</td>
<td>
<table align="left"
style="border: medium hidden #62B0FF; margin-right:0px;
margin-left: 0px; width: 100%;"
border="1">
<tr>
<td bgcolor="#82B4FF" style="border: thin hidden
#59BDFF; text-align: center">
<img alt="" src="Images/logo.png"
style="width: 75%; height: 120px; float: left;
text-align: justify;" /></td>
</tr>
<tr>
<td id="menu1" bgcolor="#00B000" style="border: thin hidden
#40B3FF">
<ul>
<li><a href="Home.aspx">Home</a></li>
<li><a href ="AboutUs.aspx">About Us</a></li>
<li><a href="Searchjobs.aspx">Search Jobs</a></li>
<li><a href="Agencies.aspx">AGENCIES</a></li>
<li><a href="Registration.aspx">Registration</a></li>
<li><a href="ContactUs.aspx">Contact Us</a></li>
</ul>
</td>
</tr>
<tr>
<td>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
<tr>
<td height="300px" bgcolor="#6AC4FF">
<%--<img alt="" src="image3/banner3.jpg"
style="width: 100%" />--%>

<!-- Start cssSlider.com -->


<!-- Generated by cssSlider.com 2.0 -->
<link rel="stylesheet"
href="cssslider_files/csss_engine1/style.css">
<!--[if IE]><link rel="stylesheet"
href="cssslider_files/csss_engine1/ie.css"><![endif]-->
<!--[if lte IE 9]><script type="text/javascript"
src="cssslider_files/csss_engine1/ie.js"></script><![endif]-->
<div class="csslider1 autoplay ">

<input name="cs_anchor1" id="cs_slide1_0" type="radio"


class="cs_anchor slide">
<input name="cs_anchor1" id="cs_slide1_1" type="radio"
class="cs_anchor slide">
<input name="cs_anchor1" id="cs_slide1_2" type="radio"
class="cs_anchor slide">
<input name="cs_anchor1" id="cs_slide1_3" type="radio"
class="cs_anchor slide">
<input name="cs_anchor1" id="cs_play1" type="radio"
class="cs_anchor" checked="">
<input name="cs_anchor1" id="cs_pause1_0" type="radio"
class="cs_anchor pause">
<input name="cs_anchor1" id="cs_pause1_1" type="radio"
class="cs_anchor pause">
<input name="cs_anchor1" id="cs_pause1_2" type="radio"
class="cs_anchor pause">
<input name="cs_anchor1" id="cs_pause1_3" type="radio"
class="cs_anchor pause">
<ul>
<li class="cs_skeleton"><img
src="cssslider_files/csss_images1/banner3.jpg" style="width: 100%;"></li>
<li class="num0 img slide"> <img
src="cssslider_files/csss_images1/banner3.jpg" alt="banner3"
title="banner3"></li>
<li class="num1 img slide"> <img
src="cssslider_files/csss_images1/slider2.jpg" alt="slider2"
title="slider2"></li>
<li class="num2 img slide"> <img
src="cssslider_files/csss_images1/slider3.png" alt="slider3"
title="slider3"></li>
<li class="num3 img slide"> <img
src="cssslider_files/csss_images1/slider4.jpg" alt="slider4"
title="slider4"></li>
</ul><div class="cs_engine"><a
href="http://cssslider.com">responsive slider jquery</a> by cssSlider.com
v2.0</div>
<div class="cs_description">
<label class="num0"><span class="cs_title"><span
class="cs_wrapper">banner3</span></span></label>
<label class="num1"><span class="cs_title"><span
class="cs_wrapper">slider2</span></span></label>
<label class="num2"><span class="cs_title"><span
class="cs_wrapper">slider3</span></span></label>
<label class="num3"><span class="cs_title"><span
class="cs_wrapper">slider4</span></span></label>
</div>
<div class="cs_play_pause">
<label class="cs_play"
for="cs_play1"><span><i></i><b></b></span></label>
<label class="cs_pause num0"
for="cs_pause1_0"><span><i></i><b></b></span></label>
<label class="cs_pause num1"
for="cs_pause1_1"><span><i></i><b></b></span></label>
<label class="cs_pause num2"
for="cs_pause1_2"><span><i></i><b></b></span></label>
<label class="cs_pause num3"
for="cs_pause1_3"><span><i></i><b></b></span></label>

</div>
<div class="cs_arrowprev">
<label class="num0"
for="cs_slide1_0"><span><i></i><b></b></span></label>
<label class="num1"
for="cs_slide1_1"><span><i></i><b></b></span></label>
<label class="num2"
for="cs_slide1_2"><span><i></i><b></b></span></label>
<label class="num3"
for="cs_slide1_3"><span><i></i><b></b></span></label>
</div>
<div class="cs_arrownext">
<label class="num0"
for="cs_slide1_0"><span><i></i><b></b></span></label>
<label class="num1"
for="cs_slide1_1"><span><i></i><b></b></span></label>
<label class="num2"
for="cs_slide1_2"><span><i></i><b></b></span></label>
<label class="num3"
for="cs_slide1_3"><span><i></i><b></b></span></label>
</div>
<div class="cs_bullets">
<label class="num0" for="cs_slide1_0"> <span
class="cs_point"></span>
<span class="cs_thumb"><img
src="cssslider_files/csss_tooltips1/banner3.jpg" alt="banner3"
title="banner3"></span></label>
<label class="num1" for="cs_slide1_1"> <span
class="cs_point"></span>
<span class="cs_thumb"><img
src="cssslider_files/csss_tooltips1/slider2.jpg" alt="slider2"
title="slider2"></span></label>
<label class="num2" for="cs_slide1_2"> <span
class="cs_point"></span>
<span class="cs_thumb"><img
src="cssslider_files/csss_tooltips1/slider3.png" alt="slider3"
title="slider3"></span></label>
<label class="num3" for="cs_slide1_3"> <span
class="cs_point"></span>
<span class="cs_thumb"><img
src="cssslider_files/csss_tooltips1/slider4.jpg" alt="slider4"
title="slider4"></span></label>
</div>
</div>
<!-- End cssSlider.com -->

</td>
</tr>
<tr>
<td>
<img src="image3/newfooter.png" width="100%" />
</td>
</tr>
<tr>
<td bgcolor="#8AA8FF"
style="text-align: center; font-style: italic;
color: #000080;">

CopyRight @ 2015 Online Job Portal Degine &amp;


Developed By Team-I</td>
</tr>
</table>
</td>
<td bgcolor="#C1E0FF" width="10%">
&nbsp;</td>
</tr>
</table>
</form>
</body>
</html>

gridviewclass.aspx
<%@ Page Language="C#" AutoEventWireup="true"
CodeBehind="gridviewclass.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.gridviewclass" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<style type="text/css">
.style1
{
width: 100%;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>

<asp:GridView ID="GridView1" runat="server"


AutoGenerateColumns="False"
Width="562px"
onselectedindexchanged="GridView1_SelectedIndexChanged"
BackColor="White" BorderColor="#3366CC" BorderStyle="None"
BorderWidth="1px"
CellPadding="4">
<RowStyle BackColor="White" ForeColor="#003399" />
<Columns>
<asp:TemplateField HeaderText="Jobdetail">
<ItemTemplate>
<table class="style1">
<tr>
<td>
<asp:Label ID="lblname" runat="server"
Text='<%#Bind("")%>'>'></asp:Label>
</td>
<td>
<asp:Label ID="Label3" runat="server"
Text="Label"></asp:Label>
</td>
<td>
<asp:Label ID="Label4" runat="server"
Text="Label"></asp:Label>
</td>
<td>
<asp:Label ID="Label5" runat="server"
Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label2" runat="server"
Text="Label"></asp:Label>
</td>
<td>
<asp:Label ID="Label6" runat="server"
Text="Label"></asp:Label>
</td>
<td>
<asp:Label ID="Label7" runat="server"
Text="Label"></asp:Label>
</td>
<td>
<asp:Button ID="Button1" runat="server"
onclick="Button1_Click"
Text="Apply Now" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />

<SelectedRowStyle BackColor="#009999" Font-Bold="True"


ForeColor="#CCFF99" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
</asp:GridView>
</div>
</form>
</body>
</html>

Home.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="Home.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.Home" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.txtL
{
text-decoration: underline;
}
.wrap{width:960px;margin:0 auto}
.fnSec{background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+
*/background: -webkit-gradient(linear, left top, left bottom, colorstop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */filter:
progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
border:1px solid #f7f7f7;padding:10px 0;overflow:hidden;width:100%}
.ml20{margin:0 0 0 20px}
.mt15{margin-top:15px}
.fL{float:left}
h1{font:bold 28px Trebuchet MS;margin:0 30px 0 0;}
h1 span{display:block;font-size:16px; font-weight:normal;color:#5b5b5b}
.ml10{margin-left:10px!important}
.regisBtn{background-position:0 0;width:197px; height:51px;display:inlineblock;cursor:pointer;}
.
netEng,.interact,.camDrive,.regisBtn,.partCont,.prePlce,.apply,.calen,.contest
s,.askAnsIcn,.careerIcn,.papers,.tests,.gd,.topJobs
em,.bank,.dropIcn,.updateBtn,.viewRc{background:url('../../images/fn_homeIcons
.png') no-repeat 0 0
}
.ovrH{overflow:hidden;width:100%}
.clr{clear:both}
.bdrNo{border:none!important}
.midSec{margin:35px 0 0 0;width:208px; float:left;border-left:2px solid
#f1f1f1;padding:10px 10px 0 20px;height:130px}
.midSecHead{color:#5b5b5b; font-size:14px; font-weight:bold;margin:10px 0 0
10px}
.shadw{background:url('../../images/fn_shadw.png') no-repeat 0 0;
width:960px; height:29px
}

.clear{
clear:both;
}
#search-holder .textbox{
width:240px;
height:20px;
padding:3px;
border:2px solid #999999;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
</asp:Content>

Jobseekerlogin.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="JobseekerLogin.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.JobseekerLogin" Title="Untitled
Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style27
{
width: 450px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table bgcolor="#CC66FF" width="100%" border="1" style="height: 369px">
<tr>
<td class="style27" rowspan="2" width="60%">
<img alt="" src="image2/img_banner_home.png"
style="width: 472px; height: 279px" /></td>
<td align="left"
style="font-size: 20px; font-weight: 700; font-style: normal;
font-variant: normal; text-transform: none; color: #FFFFFF"
width="40%">
Job Seeker Login:-</td>
</tr>
<tr>
<td style="text-align: center">
<asp:Login ID="Login1" runat="server" Height="242px"
onauthenticate="Login1_Authenticate" style="text-align:
right"
Width="458px" Font-Bold="True" Font-Size="13pt"
ForeColor="Black">
</asp:Login>

</td>
</tr>
</table>
</asp:Content>

Onlinejobportal.cs
using
using
using
using
using
using
using
using
using
using
using

System;
System.Data;
System.Configuration;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.HtmlControls;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public class Onlinejobportal
{
public string xyz()
{
string path = @"Data Source=nasrulhassan-PC\SQLEXPRESS;" +
@"AttachDbFilename=C:\Users\nasrul hassan\Desktop\Taslima_Nasrin ONLINE JOB
PORTAL\Taslima_Nasrin ONLINE JOB PORTAL\App_Data\Onlinejobportal.mdf;
Integrated Security=True;User Instance=True";
return path;
}
}
}

OurPatner.aspx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="OurPatner.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.Our_Patner" Title="Untitled Page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
</asp:Content>

pplyingConfirmation.aspx

<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"


AutoEventWireup="true" CodeBehind="pplyingConfirmation.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.pplyingConfirmation"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style5
{
width: 500px;
height: 146px;
margin-bottom: 0px;
background-color: #CCCC00;
}
.style6
{
height: 108px;
text-align: center;
}
.style7
{
height: 22px;
}
.style14
{
height: 62px;
}
.style15
{
height: 46px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table align ="center" cellpadding="2" style="width: 99%">
<tr>
<td style="font-size: 15px; font-weight: bold; color: #0000FF">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Thank You&nbsp;
&nbsp;<asp:Label ID="lblname" runat="server"></asp:Label>
<br />
&nbsp;You Have Successfully Applied Following Job</b></td>
</tr>
<tr>
<td>
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AutoGenerateColumns="False" BackColor="White"
BorderColor="#999999"
BorderStyle="Solid" BorderWidth="1px" CellPadding="3"
ForeColor="Black"
GridLines="Vertical"
onselectedindexchanged="GridView1_SelectedIndexChanged"
PageSize="1" Width="926px"><Columns>
<asp:TemplateField HeaderText="Job details">
<ItemTemplate>
<table>
<tr>
<td>

Last Date</td>
<td>
<asp:Label ID="lbllastedate"
runat="server" Text='<%#Bind("lastdate") %>'></asp:Label>
</td>
<td>
Job Location</td>
<td>
<asp:Label ID="lbljoblocation"
runat="server" Text='<%#Bind("job_location") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Job Type</td>
<td>
<asp:Label ID="lbljobtype"
runat="server" Text='<%#Bind("job_type") %>'></asp:Label>
</td>
<td>
Work Type</td>
<td >
<asp:Label ID="lblworktype"
runat="server" Text='<%#Bind("Work_type") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Organisation</td>
<td colspan="2">
<asp:Label ID="lblorg"
runat="server" Text='<%#Bind("Organigation") %>'></asp:Label>
</td>
<td>
<asp:Button ID="Btnapply"
runat="server" onclick="Btnapply_Click"
Text="Selected"
Enabled="false" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#CCCCCC" />
<PagerStyle BackColor="#999999" ForeColor="Black"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#000099" Font-Bold="True"
ForeColor="White" />
<HeaderStyle BackColor="Black" Font-Bold="True"
ForeColor="White" />
<AlternatingRowStyle BackColor="#CCCCCC" />
</asp:GridView>
</td>
</tr>
<tr>

<td style="font-size: 14px;


font-weight: bold; font-style: normal; font-variant: normal; color: #0000FF">
Note:-Very Soon You will
get informed ,if you will be selected for above Job<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;&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;&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;
Thank You!!!!</td>
</tr>
</table>
</asp:Content>

Registration.aspx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="Registration.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.Registration" Title="Untitled Page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style5
{
height: 26px;
text-align: left;
}
.style9
{
text-align: left;
}
.style10
{
text-align: right;
}
.style17
{
width: 200px;
}
.style18
{
text-align: left;
width: 200px;
}
.style19
{

height: 47px;
}
.style20
{
width: 200px;
height: 47px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table align="center" style="height: 1094px; width: 100%"
bgcolor="#6AC4FF"
border="1">
<tr>
<td colspan="4"
style="text-decoration: underline; font-weight: 700; textalign: center;"
bgcolor="#FFFF99">
Applied Jobs</td>
</tr>
<tr>
<td colspan="4" style="text-align: center" height="150px">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AutoGenerateColumns="False" CellPadding="4"
onselectedindexchanged="GridView1_SelectedIndexChanged"
PageSize="1" Width="100%" Height="200px" BackColor="White"
BorderColor="#3366CC" BorderStyle="None"
BorderWidth="1px">
<RowStyle BackColor="White" ForeColor="#003399" />
<Columns>
<asp:TemplateField HeaderText="Job details">
<ItemTemplate>
<table style="width: 1153px">
<tr>
<td>
Last DateLast Date</td>
<td>
<asp:Label ID="lbllastedate"
runat="server" Text='<%#Bind("lastdate") %>'></asp:Label>
</td>
<td>
Job LocationJob Location</td>
<td>
<asp:Label ID="lbljoblocation"
runat="server" Text='<%#Bind("job_location") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Job TypeJob Type</td>
<td>
<asp:Label ID="lbljobtype"
runat="server" Text='<%#Bind("job_type") %>'></asp:Label>
</td>
<td>
Work TypeWork Type</td>

<td>

<asp:Label ID="lblworktype"
runat="server" Text='<%#Bind("Work_type") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Organisation</td>
<td colspan="2">
<asp:Label ID="lblorg"
runat="server" Text='<%#Bind("Organigation") %>'></asp:Label>
</td>
<td>
<asp:Button ID="Btnapply0"
runat="server" Enabled="false"
onclick="Btnapply_Click"
Text="Selected" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
</asp:GridView>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblPersonalDeatail" runat="server"
Text="Personal Deatail"
style="text-decoration: underline; font-weight:
700"></asp:Label>
</td>
<td>
<asp:Label ID="lblerror" runat="server"></asp:Label>
</td>
<td>
&nbsp;</td>
<td class="style17">
&nbsp;</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblName" runat="server"
Text="Name"></asp:Label>
</td>
<td class="style9">
<asp:TextBox ID="txtName" runat="server"></asp:TextBox>
</td>
<td class="style10">

<asp:Label ID="lblFatherName" runat="server" Text="Father


Name"></asp:Label>
</td>
<td class="style18">
<asp:TextBox ID="txtFatherName" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblGender" runat="server"
Text="Gender"></asp:Label>
</td>
<td class="style9">
<asp:DropDownList ID="ddlgender" runat="server">
<asp:ListItem>Male</asp:ListItem>
<asp:ListItem>Female</asp:ListItem>
</asp:DropDownList>
</td>
<td class="style10">
<asp:Label ID="lblCategory" runat="server"
Text="Category"></asp:Label>
</td>
<td class="style18">
<asp:DropDownList ID="ddlcategory" runat="server">
<asp:ListItem>Genral</asp:ListItem>
<asp:ListItem>OBC</asp:ListItem>
<asp:ListItem>SC</asp:ListItem>
<asp:ListItem>ST</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblDOB" runat="server" Text="DOB"></asp:Label>
</td>
<td class="style9">
<asp:DropDownList ID="ddldd" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>

<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlmm" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlyy" runat="server">
<asp:ListItem>1992</asp:ListItem>
<asp:ListItem>1993</asp:ListItem>
<asp:ListItem>1994</asp:ListItem>
<asp:ListItem>1995</asp:ListItem>
<asp:ListItem>1996</asp:ListItem>
<asp:ListItem>1997</asp:ListItem>
<asp:ListItem>1998</asp:ListItem>
<asp:ListItem>1999</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
</asp:DropDownList>
</td>
<td class="style10">
&nbsp;</td>
<td class="style18">
&nbsp;</td>
</tr>
<tr>
<td style="text-align: left">

<asp:Label ID="lblContactDeatials" runat="server"


Text="Contact Deatials"
style="font-weight: 700; text-decoration:
underline;"></asp:Label>
</td>
<td class="style9">
&nbsp;</td>
<td class="style10">
&nbsp;</td>
<td class="style18">
&nbsp;</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblCountry" runat="server"
Text="Country"></asp:Label>
</td>
<td class="style9">
<asp:TextBox ID="txtCountry" runat="server"></asp:TextBox>
</td>
<td class="style10">
<asp:Label ID="lblState" runat="server"
Text="State"></asp:Label>
</td>
<td class="style18">
<asp:TextBox ID="txtState" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblDIS" runat="server" Text="DIS"></asp:Label>
</td>
<td class="style9">
<asp:TextBox ID="txtDIS" runat="server"></asp:TextBox>
</td>
<td class="style10">
<asp:Label ID="Label23" runat="server" Text="PS"></asp:Label>
</td>
<td class="style18">
<asp:TextBox ID="txtPS" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblPO" runat="server" Text="PO"></asp:Label>
</td>
<td class="style9">
<asp:TextBox ID="txtPO" runat="server"></asp:TextBox>
</td>
<td class="style10">
<asp:Label ID="lblColony" runat="server"
Text="Colony/Vill"></asp:Label>
</td>
<td class="style18">
<asp:TextBox ID="txtColony" runat="server"></asp:TextBox>
</td>
</tr>

<tr>

<td style="text-align: right">


<asp:Label ID="lblPIN" runat="server" Text="PIN"></asp:Label>
</td>
<td class="style9">
<asp:TextBox ID="txtPIN" runat="server"></asp:TextBox>
</td>
<td class="style10">
<asp:Label ID="lblLandmark" runat="server" Text="Land
mark"></asp:Label>
</td>
<td class="style18">
<asp:TextBox ID="txtLandmark" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblEmail" runat="server"
Text="Email"></asp:Label>
</td>
<td style="text-align: left">
<asp:TextBox ID="txtEmail" runat="server"></asp:TextBox>
</td>
<td style="text-align: right">
<asp:Label ID="lblMobile" runat="server"
Text="Mobile"></asp:Label>
</td>
<td style="text-align: left" class="style17">
<asp:TextBox ID="txtMobile" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblQualificationDeatails" runat="server"
Text="Qualification Deatails"
style="font-weight: 700; text-decoration:
underline"></asp:Label>
</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td class="style17">
&nbsp;</td>
</tr>
<tr>
<td style="text-align: center">
<asp:Label ID="lblExam" runat="server"
Text="Exam"></asp:Label>
</td>
<td>
<asp:Label ID="lblBoard" runat="server"
Text="Board"></asp:Label>
</td>
<td>
<asp:Label ID="lblPercentage" runat="server"
Text="Percentage"></asp:Label>

</td>
<td class="style17">
<asp:Label ID="lblYear" runat="server"
Text="Year"></asp:Label>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:TextBox ID="txtmatric" runat="server"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtmatricboard" runat="server"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtmatricpercantage"
runat="server"></asp:TextBox>
</td>
<td class="style18">
<asp:TextBox ID="txtmatricyear" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:TextBox ID="txtinter" runat="server"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtinterboard" runat="server"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtinterpercentage"
runat="server"></asp:TextBox>
</td>
<td class="style18">
<asp:TextBox ID="txtinteryear" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:TextBox ID="txtgraduation" runat="server"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtgraduationboard"
runat="server"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtgraduationpercantager"
runat="server"></asp:TextBox>
</td>
<td class="style18">
<asp:TextBox ID="txtgraduationyear"
runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblExperience" runat="server"
Text="Experience"></asp:Label>

</td>
<td>
<asp:TextBox ID="txtExperience" runat="server"></asp:TextBox>
</td>
<td>
&nbsp;</td>
<td class="style17">
&nbsp;</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblResume" runat="server"
Text="Resume"></asp:Label>
</td>
<td>
<asp:FileUpload ID="FileUpload1" runat="server" />
</td>
<td>
<asp:FileUpload ID="FileUpload2" runat="server" />
</td>
<td class="style17">
&nbsp;</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="lblPassword" runat="server"
Text="Password"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtPassword" runat="server"></asp:TextBox>
</td>
<td>
&nbsp;</td>
<td class="style17">
&nbsp;</td>
</tr>
<tr>
<td style="text-align: right" class="style19">
<asp:Label ID="lblUserid" runat="server"
Text="Userid"></asp:Label>
</td>
<td class="style19">
<asp:TextBox ID="txtUserid" runat="server"></asp:TextBox>
</td>
<td class="style19">
</td>
<td class="style20">
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
<asp:Button ID="btnSubmit" runat="server" Text="Submit"

onclick="btnSubmit_Click" BackColor="Blue"
ForeColor="White" Height="32px"
Width="99px" />
</td>
<td class="style17">
&nbsp;</td>
</tr>
</table>
</asp:Content>

Searchjobs.aspx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="Searchjobs.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.Searchjobs" Title="Untitled Page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style17
{
width: 249px;
}
.style18
{
width: 309px;
}
.style29
{
width: 179px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table
style="border: thin groove #FF9393; height: 264px; width: 100%;"
align="center"
frame="box" bgcolor="#FF9191">
<tr>
<td style="text-align: right" class="style29">
<b>
<asp:Label ID="lblsearchbytype" runat="server" Text="Search by
Type"></asp:Label>
</b>
</td>
<td class="style17">
<asp:DropDownList ID="ddlsearchbytype" runat="server"
Height="23px"
Width="82px">
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
<td>

<asp:Button ID="btntype" runat="server" Text="Find"


onclick="btntype_Click"
Width="105px" BackColor="#006600" Font-Size="15pt"
ForeColor="White"
Height="33px" />
</td>
</tr>
<tr>
<td style="text-align: right" class="style29">
<b>
<asp:Label ID="lbllocation" runat="server" Text="Search by
Location"></asp:Label>
</b>
</td>
<td class="style17">
<asp:TextBox ID="txtsearchbylocation" runat="server" Width="223px"
Font-Size="15pt" Height="39px"
ontextchanged="txtsearchbylocation_TextChanged"></asp:TextBox>
</td>
<td>
<asp:Button ID="btnlocation" runat="server" Text="Find"
onclick="btnlocation_Click" Width="105px" BackColor="#006600"
Font-Size="15pt" ForeColor="White" Height="33px" />
</td>
</tr>
<tr>
<td style="text-align: right" class="style29">
<b>
<asp:Label ID="lblqualification" runat="server" Text="Search by
Qualification"></asp:Label>
</b>
</td>
<td class="style17">
<asp:DropDownList ID="ddlqualification" runat="server"
Height="23px"
Width="84px">
<asp:ListItem>BTech</asp:ListItem>
<asp:ListItem>BCA</asp:ListItem>
<asp:ListItem>BBA</asp:ListItem>
<asp:ListItem>Mtech</asp:ListItem>
<asp:ListItem>MCA</asp:ListItem>
<asp:ListItem>MBA</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:Button ID="btnqualification" runat="server" Text="Find"
onclick="btnqualification_Click" Width="105px"
BackColor="#006600"
Font-Size="15pt" ForeColor="White" Height="33px" />
</td>
</tr>
<tr>
<td style="text-align: right" class="style29">
<b>
<asp:Label ID="lblcriteria" runat="server" Text="Search by
criteria"></asp:Label>
</b>

</td>
<td class="style17">
<asp:TextBox ID="txtcriteria" runat="server" Width="220px"
Height="32px"></asp:TextBox>
</td>
<td>
<asp:Button ID="btncriteria" runat="server" Text="Find"
onclick="btncriteria_Click" Width="105px" BackColor="#006600"
Font-Size="15pt" ForeColor="White" Height="33px" />
</td>
</tr>
<tr>
<td class="style29">
&nbsp;</td>
<td class="style17">
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
</table>
</asp:Content>

Searchresults.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="SearchResult.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.SearchResult" Title="Untitled Page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style29
{
width: 100%;
}
.style17
{
height: 44px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style29">
<tr>
<td>
<asp:GridView ID="GridView1" runat="server"
onselectedindexchanged="GridView1_SelectedIndexChanged"
AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333"
GridLines="None" Height="270px" Width="100%">
<RowStyle BackColor="#FFFBD6" ForeColor="#333333" />
<Columns>
<asp:TemplateField HeaderText="Job details">
<ItemTemplate>

<table style="width: 1153px">


<tr>
<td>
Last Date</td>
<td>
<asp:Label ID="lbllastedate"
runat="server" Text='<%#Bind("lastdate") %>'></asp:Label>
</td>
<td>
Job Location</td>
<td>
<asp:Label ID="lbljoblocation"
runat="server" Text='<%#Bind("job_location") %>'></asp:Label>
</td>
</tr>
<tr>
<td class="style17">
Job Type</td>
<td class="style17">
<asp:Label ID="lbljobtype" runat="server"
Text='<%#Bind("job_type") %>'></asp:Label>
</td>
<td class="style17">
Work Type</td>
<td class="style17">
<asp:Label ID="lblworktype" runat="server"
Text='<%#Bind("Work_type") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Organisation</td>
<td colspan="2">
<asp:Label ID="lblorg" runat="server"
Text='<%#Bind("Organigation") %>'></asp:Label>
<asp:Label ID="lbljobid" runat="server"
Text='<%#Bind("jobid") %>'></asp:Label>
</td>
<td>
<asp:Button ID="Btnapply" runat="server"
Text="Apply Now"
onclick="Btnapply_Click" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#990000" Font-Bold="True"
ForeColor="White" />
<PagerStyle BackColor="#FFCC66" ForeColor="#333333"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True"
ForeColor="Navy" />
<HeaderStyle BackColor="#990000" Font-Bold="True"
ForeColor="White" />
<AlternatingRowStyle BackColor="White" />

</asp:GridView>
</td>
</tr>
</table>
</asp:Content>
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="SearchResult.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.SearchResult" Title="Untitled Page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style29
{
width: 100%;
}
.style17
{
height: 44px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style29">
<tr>
<td>
<asp:GridView ID="GridView1" runat="server"
onselectedindexchanged="GridView1_SelectedIndexChanged"
AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333"
GridLines="None" Height="270px" Width="100%">
<RowStyle BackColor="#FFFBD6" ForeColor="#333333" />
<Columns>
<asp:TemplateField HeaderText="Job details">
<ItemTemplate>
<table style="width: 1153px">
<tr>
<td>
Last Date</td>
<td>
<asp:Label ID="lbllastedate"
runat="server" Text='<%#Bind("lastdate") %>'></asp:Label>
</td>
<td>
Job Location</td>
<td>
<asp:Label ID="lbljoblocation"
runat="server" Text='<%#Bind("job_location") %>'></asp:Label>
</td>
</tr>
<tr>
<td class="style17">
Job Type</td>
<td class="style17">
<asp:Label ID="lbljobtype" runat="server"
Text='<%#Bind("job_type") %>'></asp:Label>
</td>

<td class="style17">
Work Type</td>
<td class="style17">
<asp:Label ID="lblworktype" runat="server"
Text='<%#Bind("Work_type") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Organisation</td>
<td colspan="2">
<asp:Label ID="lblorg" runat="server"
Text='<%#Bind("Organigation") %>'></asp:Label>
<asp:Label ID="lbljobid" runat="server"
Text='<%#Bind("jobid") %>'></asp:Label>
</td>
<td>
<asp:Button ID="Btnapply" runat="server"
Text="Apply Now"
onclick="Btnapply_Click" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#990000" Font-Bold="True"
ForeColor="White" />
<PagerStyle BackColor="#FFCC66" ForeColor="#333333"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True"
ForeColor="Navy" />
<HeaderStyle BackColor="#990000" Font-Bold="True"
ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>

Searchresults.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true" CodeBehind="SearchResult.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.SearchResult" Title="Untitled Page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style29
{
width: 100%;
}
.style17

height: 44px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style29">
<tr>
<td>
<asp:GridView ID="GridView1" runat="server"
onselectedindexchanged="GridView1_SelectedIndexChanged"
AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333"
GridLines="None" Height="270px" Width="100%">
<RowStyle BackColor="#FFFBD6" ForeColor="#333333" />
<Columns>
<asp:TemplateField HeaderText="Job details">
<ItemTemplate>
<table style="width: 1153px">
<tr>
<td>
Last Date</td>
<td>
<asp:Label ID="lbllastedate"
runat="server" Text='<%#Bind("lastdate") %>'></asp:Label>
</td>
<td>
Job Location</td>
<td>
<asp:Label ID="lbljoblocation"
runat="server" Text='<%#Bind("job_location") %>'></asp:Label>
</td>
</tr>
<tr>
<td class="style17">
Job Type</td>
<td class="style17">
<asp:Label ID="lbljobtype" runat="server"
Text='<%#Bind("job_type") %>'></asp:Label>
</td>
<td class="style17">
Work Type</td>
<td class="style17">
<asp:Label ID="lblworktype" runat="server"
Text='<%#Bind("Work_type") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Organisation</td>
<td colspan="2">
<asp:Label ID="lblorg" runat="server"
Text='<%#Bind("Organigation") %>'></asp:Label>
<asp:Label ID="lbljobid" runat="server"
Text='<%#Bind("jobid") %>'></asp:Label>
</td>
<td>

Text="Apply Now"

<asp:Button ID="Btnapply" runat="server"

onclick="Btnapply_Click" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#990000" Font-Bold="True"
ForeColor="White" />
<PagerStyle BackColor="#FFCC66" ForeColor="#333333"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True"
ForeColor="Navy" />
<HeaderStyle BackColor="#990000" Font-Bold="True"
ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>

Selectedjobs.apx
<%@ Page Language="C#" MasterPageFile="~/FinalMaster.Master"
AutoEventWireup="true"
CodeBehind="SelectedJob.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.SelectedJob"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table bgcolor="#FFFFCC" width="100%" style="height: 300px">
<tr>
<td style="text-align: center; font-weight: 700; text-decoration:
underline;"
bgcolor="#007979" height="50px">
Selected Job
</td>
</tr>
<tr>
<td style="text-align: center" height="150px">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AutoGenerateColumns="False" BackColor="White"
BorderColor="#CC9966"
BorderStyle="None" BorderWidth="1px" CellPadding="4"
onselectedindexchanged="GridView1_SelectedIndexChanged"
PageSize="1" Width="100%" Height="150px">
<RowStyle BackColor="White" ForeColor="#330099" />
<Columns>

<asp:TemplateField HeaderText="Job details">


<ItemTemplate>
<table style="width: 1153px">
<tr>
<td>
Last DateLast Date</td>
<td>
<asp:Label ID="lbllastedate"
runat="server" Text='<%#Bind("lastdate") %>'></asp:Label>
</td>
<td>
Job LocationJob Location</td>
<td>
<asp:Label ID="lbljoblocation"
runat="server" Text='<%#Bind("job_location") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Job TypeJob Type</td>
<td>
<asp:Label ID="lbljobtype"
runat="server" Text='<%#Bind("job_type") %>'></asp:Label>
</td>
<td>
Work TypeWork Type</td>
<td>
<asp:Label ID="lblworktype"
runat="server" Text='<%#Bind("Work_type") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
Organisation</td>
<td colspan="2">
<asp:Label ID="lblorg"
runat="server" Text='<%#Bind("Organigation") %>'></asp:Label>
</td>
<td>
<asp:Button ID="Btnapply"
runat="server" onclick="Btnapply_Click"
Text="Selected"
Enabled="false" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#FFFFCC" ForeColor="#330099" />
<PagerStyle BackColor="#FFFFCC" ForeColor="#330099"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True"
ForeColor="#663399" />
<HeaderStyle BackColor="#990000" Font-Bold="True"
ForeColor="#FFFFCC" />
</asp:GridView>

</td>
</tr>
<tr>
<td align="center" id ="menu1" bgcolor="#FFFFCC">
<asp:Button ID="btnlogin" runat="server" Text="Login"
Height="26px"
onclick="btnlogin_Click" />
<asp:Button ID="btnregistration"
runat="server" Text="Registration"
onclick="btnregistration_Click"/>
</td>
</tr>
</table>
</asp:Content>

Web.config
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="system.web.extensions"
type="System.Web.Configuration.SystemWebExtensionsSectionGroup,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting"
type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="scriptResourceHandler"
type="System.Web.Configuration.ScriptingScriptResourceHandlerSection,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" requirePermission="false"
allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices"
type="System.Web.Configuration.ScriptingWebServicesSectionGroup,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35">
<section name="jsonSerialization"
type="System.Web.Configuration.ScriptingJsonSerializationSection,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" requirePermission="false"
allowDefinition="Everywhere"/>
<section name="profileService"
type="System.Web.Configuration.ScriptingProfileServiceSection,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" requirePermission="false"
allowDefinition="MachineToApplication"/>
<section name="authenticationService"
type="System.Web.Configuration.ScriptingAuthenticationServiceSection,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" requirePermission="false"
allowDefinition="MachineToApplication"/>
<section name="roleService"
type="System.Web.Configuration.ScriptingRoleServiceSection,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral,

PublicKeyToken=31BF3856AD364E35" requirePermission="false"
allowDefinition="MachineToApplication"/>
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<appSettings/>
<connectionStrings/>
<system.web>
<!-Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="true">
<assemblies>
<add assembly="System.Core, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data.DataSetExtensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Xml.Linq, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</assemblies>
</compilation>
<!-The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="Windows"/>
<!-The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
<customErrors mode="RemoteOnly"
defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI"
assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp"
namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</controls>
</pages>
<httpHandlers>

<remove verb="*" path="*.asmx"/>


<add verb="*" path="*.asmx" validate="false"
type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="*" path="*_AppService.axd" validate="false"
type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="GET,HEAD" path="ScriptResource.axd"
type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule"
type="System.Web.Handlers.ScriptModule, System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</httpModules>
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs"
warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="WarnAsError" value="false"/>
</compiler>
</compilers>
</system.codedom>
<!-The system.webServer section is required for running ASP.NET AJAX
under Internet
Information Services 7.0. It is not necessary for previous version of
IIS.
-->
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<remove name="ScriptModule"/>
<add name="ScriptModule" preCondition="managedHandler"
type="System.Web.Handlers.ScriptModule, System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<remove name="ScriptHandlerFactory"/>
<remove name="ScriptHandlerFactoryAppServices"/>
<remove name="ScriptResource"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx"
preCondition="integratedMode"
type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*"
path="*_AppService.axd" preCondition="integratedMode"
type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptResource" preCondition="integratedMode"
verb="GET,HEAD" path="ScriptResource.axd"

type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions"
publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0"
newVersion="3.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design"
publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0"
newVersion="3.5.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

Webform1.apx
<%@ Page Language="C#" MasterPageFile="~/Head.Master" AutoEventWireup="true"
CodeBehind="WebForm1.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.WebForm1" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
</asp:Content>

Add_company.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="ADD_Company.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.ADD_Company"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
width: 385px;
background-color: #FFFFCC;
height: 318px;
}
.style5
{
height: 48px;
}
.style6
{
height: 41px;

}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table align="center" class="style2"
style="width: 100%; background-color: #FFFFFF; height: 400px;"
bgcolor="#FFFF99">
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblCompany_Name" runat="server"
Text="Company_Name"></asp:Label>
</td>
<td style="background-color: #FFFFFF" align="left">
<asp:TextBox ID="txtcompany_name" runat="server" Height="25px"
Width="194px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblCompany_Type" runat="server"
Text="Company_Type"></asp:Label>
</td>
<td align="left">
<asp:TextBox ID="txtcompanytype" runat="server" Height="25px"
Width="194px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblCompany_Location" runat="server"
Text="Company_Location"></asp:Label>
</td>
<td align="left">
<asp:TextBox ID="txtcompany_location" runat="server"
Height="25px"
Width="194px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblCompany_id" runat="server"
Text="Company_id"></asp:Label>
</td>
<td align="left">
<asp:TextBox ID="txtcompany_id" runat="server" Height="25px"
Width="194px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">

<asp:Label ID="lblCompany_mobile" runat="server"


Text="Company_mobile"></asp:Label>
</td>
<td align="left">
<asp:TextBox ID="txtmobile" runat="server" Height="25px"
Width="194px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center" class="style5">
<asp:Label ID="lblUser_id" runat="server"
Text="User_id"></asp:Label>
</td>
<td align="left" class="style5">
<asp:TextBox ID="txtUserid" runat="server" Height="25px"
Width="194px"></asp:TextBox>
&nbsp;</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblPassword" runat="server"
Text="Password"></asp:Label>
</td>
<td align="left">
<asp:TextBox ID="txtpassword" runat="server"
TextMode="Password" Height="25px"
Width="194px"></asp:TextBox>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td align="left">
<asp:Button ID="btnADD" runat="server" Text="ADD"
onclick="btnADD_Click"
Height="25px" Width="56px" />
</td>
</tr>
<tr>
<td class="style6">
</td>
<td align="left" class="style6">
<asp:Label ID="lbInsert" runat="server"></asp:Label>
</td>
</tr>
</table>
</asp:Content>

Add_jobs.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="ADD_Jobs.aspx.cs"

Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.ADD_Jobs"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
}
.style3
{
height: 30px;
}
.style4
{
width: 1139px;
}
.style5
{
height: 30px;
width: 1139px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style2"
style="background-color: #FFCC99; width: 1355px; height: 298px;"
align="center">
<tr>
<td>
&nbsp;</td>
<td class="style4">
&nbsp;</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblJob_Type" runat="server"
Text="Job_Type"></asp:Label>
</td>
<td class="style4" style="background-color: #FFCC99"
align="justify">
<asp:DropDownList ID="ddljobtype" runat="server">
<asp:ListItem>Search</asp:ListItem>
<asp:ListItem>Goverment/sarkari job</asp:ListItem>
<asp:ListItem>Off Campus/job fairs</asp:ListItem>
<asp:ListItem>Freshers Jobs</asp:ListItem>
<asp:ListItem>MCA Jobs</asp:ListItem>
<asp:ListItem>Banking Sector Jobs</asp:ListItem>
<asp:ListItem>Dehli Jobs</asp:ListItem>
<asp:ListItem>Pune Jobs</asp:ListItem>
<asp:ListItem>Mumbai Jobs</asp:ListItem>
<asp:ListItem>Aviation Sector Jobs</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="center">

<asp:Label ID="lblJob_location" runat="server"


Text="Job_location"></asp:Label>
</td>
<td class="style4" align="left">
<asp:TextBox ID="txtjoblocation" runat="server"
Width="149px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblOrganisation" runat="server"
Text="Organisation"></asp:Label>
</td>
<td class="style4" align="left">
<asp:DropDownList ID="ddlcompany" runat="server" Height="18px"
Width="151px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblWork_Type" runat="server"
Text="Work_Type"></asp:Label>
</td>
<td class="style4" align="left">
<asp:DropDownList ID="ddlworktype" runat="server"
Height="19px" Width="146px">
<asp:ListItem>type</asp:ListItem>
<asp:ListItem>Parmanent</asp:ListItem>
<asp:ListItem>temporary</asp:ListItem>
<asp:ListItem>Fulltime</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblSalary" runat="server"
Text="Salary"></asp:Label>
</td>
<td class="style4" align="left">
<asp:TextBox ID="txtsalary" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblLast_Date" runat="server"
Text="Last_Date"></asp:Label>
</td>
<td class="style4" align="left">
<asp:TextBox ID="txtlast_date" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">

<asp:Label ID="lbllblLast_Date" runat="server"


Text="Qualification"></asp:Label>
</td>
<td class="style4" align="left">
<asp:TextBox ID="txtqualification"
runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblCriteria" runat="server"
Text="criteria"></asp:Label>
</td>
<td class="style4" align="left">
<asp:TextBox ID="txtcriteria" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style3">
</td>
<td class="style5" align="left">
<asp:Button ID="btnadd" runat="server" Text="ADD"
onclick="btnadd_Click" />
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td class="style4" align="left">
<asp:Label ID="lbladd" runat="server" Text="Add"></asp:Label>
</td>
</tr>
</table>
</asp:Content>

ADD_updatecompanyUsers.aspx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="ADD_updatecompanyUsers.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.ADD_updatecompanyUser
s" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td>
&nbsp;</td>
</tr>
</table>
</asp:Content>

Add_users.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="ADD_Users.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.ADD_Users"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
width: 100%;
background-color: #FFFFCC;
}
.style4
{
height: 27px;
}
.style5
{
height: 23px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style2"
style="background-color: #FFCC99; height: 296px; width: 1006px;">
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblName" runat="server"
Text="Name"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtName" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center" class="style5">
<asp:Label ID="lbldob" runat="server" Text="DOB"></asp:Label>
</td>
<td class="style5">
<asp:DropDownList ID="ddlDD" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>

<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlmm" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlyy" runat="server">
<asp:ListItem>1992</asp:ListItem>
<asp:ListItem>1993</asp:ListItem>
<asp:ListItem>1994</asp:ListItem>
<asp:ListItem>1995</asp:ListItem>
<asp:ListItem>1996</asp:ListItem>
<asp:ListItem>1997</asp:ListItem>
<asp:ListItem>1998</asp:ListItem>
<asp:ListItem>1999</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>

<asp:ListItem>2010</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblemail" runat="server"
Text="Email"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtEmail" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblmobile" runat="server"
Text="Mobile"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtMobile" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblDesignation" runat="server"
Text="Designation"></asp:Label>
</td>
<td>
<asp:DropDownList ID="ddlDesignation" runat="server">
<asp:ListItem>Manager</asp:ListItem>
<asp:ListItem>Operator</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblUser_id" runat="server"
Text="Userid"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtuserid" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblPassword" runat="server"
Text="Password"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtPassword" runat="server"
TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblStatus" runat="server"
Text="Status"></asp:Label>

</td>
<td>
<asp:TextBox ID="txtStatus" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Button ID="btnADD" runat="server" Text="ADD"
onclick="btnADD_Click"
style="width: 41px" />
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Label ID="lblAdd" runat="server" Text="Add"></asp:Label>
</td>
</tr>
</table>
</asp:Content>

Admin_master.master
<%@ Master Language="C#" AutoEventWireup="true"
CodeBehind="Admin_master.master.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.Admin_master" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
<style type="text/css">
.style1
{
width: 100%;
}
#menu1
{
margin: opx;
padding: 0px;
height: 60px;
width: 100%;
}
#menu1 ul
{
margin: opx;
padding: 0px;
height: 60px;
width: 100%;

background-color: Green;
}
#menu1 ul li
{
list-style-type: none;
float: left;
margin: 0px;
padding: 0px;
height: 60px;
}
#menu1 ul li a
{
display: block;
text-decoration: none;
line-height: 30px;
padding: 15px 20px;
font-family: @BatangChe;
font-weight: bold;
color: yellow;
border-right: solid 2px yellow;
}
#menu1 ul li ul
{
display: none;
width: 250px;
height: auto;
position: relative;
z-index: 1000;
}
#menu1 ul li:hover ul
{
display: block;
}
#menu1 ul li ul li
{
width: 250px;
height: 60px;
background-color: Teal;
}
#menu1 ul li
{
background: green;
color: Green;
}
.style2
{
height: 481px;
}
.style3
{
height: 80px;
}
.style2
{
width: 300px;
height: 80px;
}

.style3
{
width: 890px;
height: 80px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<table class="style1" style="width: auto; height: auto; background-color:
#FFFFFF"
bgcolor="Blue" frame="border">
<tr>
<td bgcolor="Black" style="width: 10%">
&nbsp;
</td>
<td bgcolor="Black">
<table class="style1">
<tr>
<td>
<table class="style1">
<tr>
<td style="background-color: #FFFFFF;"
class="style2">
<img alt="" src="../Images/download
%20(2).jpg" style="width: 300px; height: 80px" />
</td>
<td style="font-family: Algerian; fontsize: 25px; font-weight: bold; font-style: italic;
font-variant: normal; text-transform:
none; color: #008000;" align="center" bgcolor="White"
class="style3">
Administrator<br />
for<br />
ONLINE JOB POrtal
</td>
<td align="center" bgcolor="White"
class="style2">
<asp:Button ID="btnlogout"
runat="server" Text="logout" BackColor="White" ForeColor="Red" />
<b />
<h4>
Wel Come Admin</h4>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height: 40px" id="menu1" align="center">
<ul>
<li><a href="Home.aspx">Home</a></li>
<li><a href="ADD_Users.aspx">Add
Users</a></li>
<li><a href="ADD_Company.aspx">Add
Company</a></li>

Jobs</a></li>

Users Informtion</a></li>

<li><a href="ADD_Jobs.aspx">Adding
<li><a href="#">Update Section</a>
<ul>
<li><a href="updateuser.aspx">Update

<li><a
href="ADD_updatecompanyUsers.aspx">Update Company Informtion</a></li>
</ul>
</li>
<li><a href="#">Delete Section</a>
<ul>
<li><a href="deleteuser.aspx">Delete
Users Informtion</a></li>
<li><a
href="deletecompany.aspx">Delete Company Informtion</a></li>
</ul>
</li>
<li><a href="#">Filter</a>
<ul>
<li><a
href="jobbylocation.aspx">Filter Applied Job By Location</a></li>
<li><a href="jobbytype.aspx">Filter
Applied Job By Job Type</a></li>
<li><a href="alljob.aspx">All
Job</a></li>
<li><a
href="Selectedcondidate.aspx">Selected candidate</a></li>
<li><a
href="rejectedcandidate.aspx">Rejected candidate</a></li>
<li><a
href="waitingcandidate.aspx">Waiting candidate</a></li>
</ul>
</li>
<li><a href="publishresult.aspx">Publish
Result</a> </li>
<li><a href="publishresult.aspx">Publish
Result</a> </li>
<li><a href="Report.aspx">Report</a> </li>
</ul>
</td>
</tr>
<tr>
<td style="height: 300px" align="center"
bgcolor="#FF9DCE">
<div>
<asp:ContentPlaceHolder
ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td style="height: 50px; font-family: 'Arabic
Typesetting'; font-size: 32px; font-weight: bold;
font-style: italic; font-variant: normal; texttransform: none; color: #FFFFFF;"

align="center" bgcolor="#6600CC">
&nbsp; Designe &amp; Developed By- TeamI
</td>
</tr>
</table>
</td>
<td bgcolor="Black" style="width: 10%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>

alljob.aspx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="alljob.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.alljob"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td>
<asp:Button ID="btnShowalljobs" runat="server"
onclick="btnShowalljobs_Click"
Text="Show All Available Jobs" style="height: 26px" />
</td>
</tr>
<tr>
<td>
<asp:GridView ID="grddetails" runat="server" BackColor="White"
BorderColor="#CC9966" BorderStyle="None" BorderWidth="1px"
CellPadding="4"
Width="592px">
<RowStyle BackColor="White" ForeColor="#330099" />
<FooterStyle BackColor="#FFFFCC" ForeColor="#330099" />
<PagerStyle BackColor="#FFFFCC" ForeColor="#330099"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True"
ForeColor="#663399" />
<HeaderStyle BackColor="#990000" Font-Bold="True"
ForeColor="#FFFFCC" />
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>

ADD_updatecompanyUsers.aspx

<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"


AutoEventWireup="true" CodeBehind="ADD_updatecompanyUsers.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.ADD_updatecompanyUser
s" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td>
&nbsp;</td>
</tr>
</table>
</asp:Content>

Add_users.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="ADD_Users.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.ADD_Users"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
width: 100%;
background-color: #FFFFCC;
}
.style4
{
height: 27px;
}
.style5
{
height: 23px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style2"
style="background-color: #FFCC99; height: 296px; width: 1006px;">
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblName" runat="server"
Text="Name"></asp:Label>
</td>
<td>

<asp:TextBox ID="txtName" runat="server"></asp:TextBox>


</td>
</tr>
<tr>
<td align="center" class="style5">
<asp:Label ID="lbldob" runat="server" Text="DOB"></asp:Label>
</td>
<td class="style5">
<asp:DropDownList ID="ddlDD" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlmm" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlyy" runat="server">
<asp:ListItem>1992</asp:ListItem>

<asp:ListItem>1993</asp:ListItem>
<asp:ListItem>1994</asp:ListItem>
<asp:ListItem>1995</asp:ListItem>
<asp:ListItem>1996</asp:ListItem>
<asp:ListItem>1997</asp:ListItem>
<asp:ListItem>1998</asp:ListItem>
<asp:ListItem>1999</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblemail" runat="server"
Text="Email"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtEmail" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblmobile" runat="server"
Text="Mobile"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtMobile" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblDesignation" runat="server"
Text="Designation"></asp:Label>
</td>
<td>
<asp:DropDownList ID="ddlDesignation" runat="server">
<asp:ListItem>Manager</asp:ListItem>
<asp:ListItem>Operator</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblUser_id" runat="server"
Text="Userid"></asp:Label>
</td>
<td>

<asp:TextBox ID="txtuserid" runat="server"></asp:TextBox>


</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblPassword" runat="server"
Text="Password"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtPassword" runat="server"
TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center">
<asp:Label ID="lblStatus" runat="server"
Text="Status"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtStatus" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Button ID="btnADD" runat="server" Text="ADD"
onclick="btnADD_Click"
style="width: 41px" />
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Label ID="lblAdd" runat="server" Text="Add"></asp:Label>
</td>
</tr>
</table>
</asp:Content>

Deletecompany.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="deletecompany.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.deletecompany"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>

<td>

<asp:GridView ID="GridView1" runat="server"


AutoGenerateColumns="False"
BackColor="White" BorderColor="#999999" BorderStyle="None"
BorderWidth="1px"
CellPadding="3" GridLines="Vertical" Height="468px"
Width="100%"
onrowdeleting="GridView1_RowDeleting"
AutoGenerateDeleteButton="True">
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<Columns>
<asp:TemplateField HeaderText="Name">
<ItemTemplate>
<asp:Label ID="lblCompany_Name" runat="server"
Text='<%#Bind("Company_Name") %>'></asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox ID="txtCompany_Name"
runat="server" Text='<%#Bind("Company_Name") %>'></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Company_Type">
<ItemTemplate>
<asp:Label ID="lblCompany_Type" runat="server"
Text='<%#Bind("Company_Type") %>'></asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox ID="txtCompany_Type"
runat="server" Text='<%#Bind("Company_Type") %>'></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Comapany_location">
<ItemTemplate>
<asp:Label ID="lblComapany_location"
runat="server" Text='<%#Bind("Company_location") %>'></asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox ID="txtComapany_location"
runat="server" Text='<%#Bind("Company_location") %>'></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Company_id">
<ItemTemplate>
<asp:Label ID="lblCompany_id" runat="server"
Text='<%#Bind("Company_id") %>'></asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox ID="txtCompany_id" runat="server"
Text='<%#Bind("Company_id") %>'></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Company_mobile">
<ItemTemplate>
<asp:Label ID="lblCompany_mobile"
runat="server" Text='<%#Bind("Company_mobile") %>'></asp:Label>
</ItemTemplate>
<EditItemTemplate>

<asp:TextBox ID="txtCompany_mobile"
runat="server" Text='<%#Bind("Company_mobile") %>'></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>

<asp:TemplateField HeaderText="User_id">
<ItemTemplate>
<asp:Label ID="lblUser_id" runat="server"
Text='<%#Bind("User_id") %>'></asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox ID="txtUser_id" runat="server"
Text='<%#Bind("User_id") %>'></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<PagerStyle BackColor="#999999" ForeColor="Black"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True"
ForeColor="White" />
<HeaderStyle BackColor="#000084" Font-Bold="True"
ForeColor="White" />
<AlternatingRowStyle BackColor="#DCDCDC" />
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>

Deleteuser.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true"
CodeBehind="deleteuser.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.deleteuser"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td>
<asp:GridView ID="GridView1" runat="server"
AutoGenerateColumns="False"
Width="100%" onrowdeleting="GridView1_RowDeleting"
AutoGenerateDeleteButton="True">
<Columns>
<asp:TemplateField HeaderText="Name">
<EditItemTemplate>

<asp:TextBox ID="txtName" runat="server"


Text='<%#Bind("Name") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblName" runat="server" Text='<
%#Bind("Name") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="DOB">
<EditItemTemplate>
<asp:TextBox ID="txtDOB" runat="server"
Text='<%#Bind("DOB") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblDOB" runat="server" Text='<
%#Bind("DOB") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="email">
<EditItemTemplate>
<asp:TextBox ID="txtemail" runat="server"
Text='<%#Bind("email") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblemail" runat="server"
Text='<%#Bind("email") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Userid">
<EditItemTemplate>
<asp:TextBox ID="txtUserid" runat="server"
Text='<%#Bind("Userid") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblUserid" runat="server"
Text='<%#Bind("Userid") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>

Home.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="Home.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.Home" Title="Untitled
Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2

width: 449px;
height: 402px;
background-color: #FFCC99;

}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table>
<tr>
<td style="font-family: Algerian; font-size: 40px; font-weight:
bold; font-style: normal; font-variant: normal; text-transform: none; color:
#808080">
Wel Come<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; To<br
/>
Administrator</td>
</tr>
</table>
</asp:Content>

Jobbylocation.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="jobbylocation.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.jobbylocation"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td style="text-align: right">
Select Job Location</td>
<td style="text-align: left">
<asp:DropDownList ID="ddlfind" runat="server" Height="27px"
Width="127px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td style="text-align: left">
<asp:Button ID="btnfind" runat="server" Height="33px"
onclick="btnfind_Click"
Text="Find" Width="82px" />
<asp:GridView ID="grddetails" runat="server">
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>

Jobbytype.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="jobbytype.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.jobbytype"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td style="text-align: right">
Select Job Location</td>
<td style="text-align: left">
<asp:DropDownList ID="ddlfind" runat="server" Height="24px"
Width="126px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td style="text-align: left">
<asp:Button ID="btnfind" runat="server" Height="33px"
onclick="btnfind_Click"
Text="Find" Width="82px" />
<asp:GridView ID="grddetails" runat="server">
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>

Publshresult.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true"
CodeBehind="publishresult.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.publishresult"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style4
{
width: 100%;
border: 2px solid #FFFFCC;
}
.style5
{
width: 397px;
text-align: right;

}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
BackColor="White" BorderColor="#999999" BorderStyle="None"
BorderWidth="1px"
CellPadding="3" GridLines="Vertical" Height="171px" Width="99%"
AutoGenerateSelectButton="True"
onselectedindexchanged="GridView1_SelectedIndexChanged"
onselectedindexchanging="GridView1_SelectedIndexChanging">
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<Columns>
<asp:TemplateField HeaderText="Name">
<ItemTemplate>
<asp:Label ID="lblname" runat="server" Text='<
%#Bind("Name") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="userid">
<ItemTemplate>
<asp:Label ID="lbluserid" runat="server" Text='<
%#Bind("userid") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="jobid">
<ItemTemplate>
<asp:Label ID="lbljobid" runat="server" Text='<
%#Bind("jobid") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Companyname">
<ItemTemplate>
<asp:Label ID="lblCompanyname" runat="server" Text='<
%#Bind("Companyname") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Jobtype">
<ItemTemplate>
<asp:Label ID="lblJobtype" runat="server" Text='<
%#Bind("Jobtype") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="joblocation">
<ItemTemplate>
<asp:Label ID="lbljoblocation" runat="server" Text='<
%#Bind("joblocation") %>'></asp:Label>
</ItemTemplate>

</asp:TemplateField>
<asp:TemplateField HeaderText="Experience">
<ItemTemplate>
<asp:Label ID="lblexperince" runat="server" Text='<
%#Bind("experince") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Category">
<ItemTemplate>
<asp:Label ID="lblCategory" runat="server" Text='<
%#Bind("Category") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Pincode">
<ItemTemplate>
<asp:Label ID="lblPincode" runat="server" Text='<
%#Bind("Pincode") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Dob">
<ItemTemplate>
<asp:Label ID="lblDob" runat="server" Text='<%#Bind("Dob")
%>'></asp:Label>
</ItemTemplate>

</asp:TemplateField>
<asp:TemplateField HeaderText="SelectionStatus">
<ItemTemplate>
<asp:Label ID="lblSelectionStatus" runat="server" Text='<
%#Bind("SelectionStatus") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<PagerStyle BackColor="#999999" ForeColor="Black"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True"
ForeColor="White" />
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="#DCDCDC" />
</asp:GridView>
<br />
<table align="center" cellpadding="2" cellspacing="3" class="style4">
<tr>
<td class="style5">
Candidate Name</td>
<td style="text-align: left">
<b>
<asp:Label ID="lblname" runat="server"></asp:Label>
</b>

</td>
</tr>
<tr>
<td class="style5">
Company Name</td>
<td style="text-align: left">
<b>
<asp:Label ID="lblcompanyname" runat="server"></asp:Label>
</b>
</td>
</tr>
<tr>
<td class="style5">
Selected Job Id</td>
<td style="text-align: left">
<b>
<asp:Label ID="lblselectedjobid" runat="server"></asp:Label>
</b>
</td>
</tr>
<tr>
<td class="style5">
Selected user</td>
<td style="text-align: left">
<b>
<asp:Label ID="lblselecteduser" runat="server"></asp:Label>
</b>
</td>
</tr>
<tr>
<td class="style5">
Selecetion Status</td>
<td style="text-align: left">
<asp:DropDownList ID="ddlstatus" runat="server" Height="27px"
Width="115px">
<asp:ListItem>Selected</asp:ListItem>
<asp:ListItem>Rejected</asp:ListItem>
<asp:ListItem>Waiting</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style5">
Selection Note</td>
<td style="text-align: left">
<asp:TextBox ID="txtselectionnote" runat="server"
ontextchanged="txtselectionnote_TextChanged" Height="78px"
TextMode="MultiLine" Width="272px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style5">
&nbsp;</td>
<td style="text-align: left">
<asp:Button ID="btnpublish" runat="server" Text="Publish"
onclick="btnpublish_Click" />
</td>

</tr>
<tr>
<td class="style5">
&nbsp;</td>
<td style="text-align: left">
<asp:Label ID="lblmessage" runat="server"></asp:Label>
</td>
</tr>
</table>
</asp:Content>

Rejectedcandidate.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="rejectedcandidate.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.rejectedcandidate"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td>
<asp:GridView ID="GridView1" runat="server"
onselectedindexchanged="GridView1_SelectedIndexChanged"
Width="607px">
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>

Report.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="Report.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.Report"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table align="center" bgcolor="#FFFFCC" cellpadding="5" cellspacing="4"
width="500px">
<tr>
<td>
Select Date</td>
<td>
<asp:DropDownList ID="ddlDate" runat="server">
<asp:ListItem>01</asp:ListItem>
<asp:ListItem>02</asp:ListItem>
<asp:ListItem>03</asp:ListItem>

<asp:ListItem>04</asp:ListItem>
<asp:ListItem>05</asp:ListItem>
<asp:ListItem>06</asp:ListItem>
<asp:ListItem>07</asp:ListItem>
<asp:ListItem>08</asp:ListItem>
<asp:ListItem>09</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem></asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlMonth" runat="server">
<asp:ListItem>01</asp:ListItem>
<asp:ListItem>02</asp:ListItem>
<asp:ListItem>03</asp:ListItem>
<asp:ListItem>04</asp:ListItem>
<asp:ListItem>05</asp:ListItem>
<asp:ListItem>06</asp:ListItem>
<asp:ListItem>07</asp:ListItem>
<asp:ListItem>08</asp:ListItem>
<asp:ListItem>09</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlYear" runat="server">
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>

<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Button ID="btnfindbydate" runat="server" BackColor="#66FF33"
Height="34px"
onclick="btnfindbydate_Click" Text="Find By Date"
Width="121px" />
<asp:Button ID="btnfindbymonth" runat="server"
onclick="btnfindbymonth_Click"
Text="Find By Month" />
<asp:Button ID="btnfindbyyear" runat="server"
onclick="btnfindbyyear_Click"
Text="Find By Year" />
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:GridView ID="GridView1" runat="server"
BackColor="LightGoldenrodYellow"
BorderColor="Tan" BorderWidth="1px" CellPadding="2"
ForeColor="Black"
GridLines="None">
<FooterStyle BackColor="Tan" />
<PagerStyle BackColor="PaleGoldenrod"
ForeColor="DarkSlateBlue"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="DarkSlateBlue"
ForeColor="GhostWhite" />
<HeaderStyle BackColor="Tan" Font-Bold="True" />
<AlternatingRowStyle BackColor="PaleGoldenrod" />
</asp:GridView>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
</table>
</asp:Content>

Selectedcandidate.apx

<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"


AutoEventWireup="true" CodeBehind="Selectedcondidate.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.Selectedcondidate"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<div>
<asp:GridView ID="GridView1" runat="server" Width="666px">
</asp:GridView>
</div>
</asp:Content>

Updateuser.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="updateuser.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.updateuse"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style4
{
width: 100%;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style4">
<tr>
<td>
<table class="style1">
<tr>
<td>
&nbsp;</td>
</tr>
</table>
</td>
</tr>
<asp:GridView ID="GridView1" runat="server"
AutoGenerateEditButton="True"
onrowcancelingedit="GridView1_RowCancelingEdit"
onrowupdating="GridView1_RowUpdating"
Width="100%"
AutoGenerateSelectButton="True"
onrowupdated="GridView1_RowUpdated"
onrowediting="GridView1_RowEditing"
onselectedindexchanged="GridView1_SelectedIndexChanged1"
AutoGenerateColumns="False">
<Columns>
<asp:TemplateField HeaderText="Name">

runat="server"

runat="server"

runat="server"

runat="server"

runat="server"

runat="server"

runat="server"

runat="server"

runat="server"

runat="server"

runat="server"

<EditItemTemplate>
<asp:TextBox ID="txtName"
Text='<%#Bind("Name") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblName"
Text='<%#Bind("Name") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="DOB">
<EditItemTemplate>
<asp:TextBox ID="txtDOB"
Text='<%#Bind("DOB") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblDOB"
Text='<%#Bind("DOB") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="email">
<EditItemTemplate>
<asp:TextBox ID="txtemail"
Text='<%#Bind("email") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblemail"
Text='<%#Bind("email") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Userid">
<ItemTemplate>
<asp:Label ID="lblUserid"
Text='<%#Bind("Userid") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Pasword">
<EditItemTemplate>
<asp:TextBox ID="txtPassword"
Text='<%#Bind("Password") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblPassword"
Text='<%#Bind("Password") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Mobile">
<EditItemTemplate>
<asp:TextBox ID="txtMobile"
Text='<%#Bind("Mobile") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblMobile"
Text='<%#Bind("Mobile") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>

HeaderText="designation">

<asp:TemplateField
<EditItemTemplate>
<asp:TextBox ID="txtdesignation"

runat="server"

Text='<%#Bind("designation")

%>'></asp:TextBox>

</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lbldesignation"
runat="server" Text='<%#Bind("designation") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Status">
<EditItemTemplate>
<asp:TextBox ID="txtStatus"
runat="server" Text='<%#Bind("Status") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblStatus"
runat="server" Text='<%#Bind("Status") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</table>
</asp:Content>

Viewappledjob.apx
<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"
AutoEventWireup="true" CodeBehind="ViewApplyedJob.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.ViewApplyedJob"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td>
<asp:GridView ID="GridView1" runat="server"
onselectedindexchanged="GridView1_SelectedIndexChanged" Width="100%">
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>

Waiting candidate.apx

<%@ Page Language="C#" MasterPageFile="~/ADMINISTRATOR/Admin_master.Master"


AutoEventWireup="true" CodeBehind="waitingcandidate.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR.waitingcandidate"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:GridView ID="GridView1" runat="server"
onselectedindexchanged="GridView1_SelectedIndexChanged" Width="607px">
</asp:GridView>
</asp:Content>

Apply.apx
<%@ Page Language="C#" MasterPageFile="~/JOBSEEKER/Jobseeker_master.Master"
AutoEventWireup="true" CodeBehind="Apply.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBSEEKER.Apply" Title="Untitled
Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
height: 288px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td align="center" class="style2"
style="font-family: Andalus; font-size: 70px; font-weight:
bold; font-style: italic; font-variant: normal; text-transform: none; color:
#000080">
</td>
</tr>
</table>
</asp:Content>

Change_password.apx
<%@ Page Language="C#" MasterPageFile="~/JOBSEEKER/Jobseeker_master.Master"
AutoEventWireup="true" CodeBehind="Change_password.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBSEEKER.Changr_password"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
</asp:Content>

Home.apx
<%@ Page Language="C#" MasterPageFile="~/JOBSEEKER/Jobseeker_master.Master"
AutoEventWireup="true" CodeBehind="Home.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBSEEKER.Home" Title="Untitled
Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table class="style1">
<tr>
<td style="height: 80px; width: 890px; font-family: Algerian;
font-size: 40px; font-weight: bold;
font-style: italic; font-variant:
normal; text-transform: none; color: #FFFFFF;"
align="center">
WEL COME TO JOB_SEEKERS</td>
</tr>
</table>
</asp:Content>

Inbox.apx
<%@ Page Language="C#" MasterPageFile="~/JOBSEEKER/Jobseeker_master.Master"
AutoEventWireup="true" CodeBehind="Inbox.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBSEEKER.Inbox" Title="Untitled
Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
</asp:Content>

Jobseeker_master.master
<%@ Master Language="C#" AutoEventWireup="true"
CodeBehind="Jobseeker_master.master.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBSEEKER.Jobseeker_master" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
<style type="text/css">
.style1
{
width: 100%;
}
#menu1

margin: opx;
padding: 0px;
height: 60px;
width: 100%;

}
#menu1 ul
{
margin: opx;
padding: 0px;
height: 60px;
width: 100%;
background-color:Green;
}
#menu1 ul li
{
list-style-type:none;
float:left;
margin:0px;
padding:0px;
height:60px;
}
#menu1 ul li a
{
display:block;
text-decoration:none;
line-height:30px;
padding:15px 20px;
font-family:@BatangChe;
font-weight:bold;
color:yellow;
border-right:solid 2px yellow;
}
#menu1 ul li:hover ul
{
display :block;
}
#menu1 ul li ul
{
display :none ;
width:250px;
height:auto;
}
#menu1 ul li:hover a
{
display :block;
background-color:White;
color:Red;
}
#menu1 ul li ul li
{
width:250px;
height:60px;
background-color:Teal;
}

#menu1 ul li
{
background :green;
color:Gray;
}

.style2
{
height: 80px;
width: 300px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<table class="style1" style="width: auto; height: auto; backgroundcolor:Black">
<tr>

<td>
&nbsp;
</td>
<td>
<table class="style1">
<tr>
<td>
<table class="style1">
<tr>
<td class="style2">
<img alt="" src="../Images/download

%20(2).jpg"
145px" />

style="width: 300px; height:

</td>
<td style="height: 80px; width: 890px;
font-family: Algerian; font-size: 40px; font-weight: bold;
font-style: italic; font-variant:
normal; text-transform: none; color: #FFFFFF;"
align="center" bgcolor="#009999">
ONLINE JOB POrtal FOR<br />
JOB_SEEKERS
</td>
<td style="width: 120px; height: 80px"
align="center" bgcolor="White">
<asp:Button ID="btnlogout"
runat="server" Text="logout" BackColor="White" ForeColor="Red" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height: 40px" id="menu1" align="center">
<ul>
<li><a href="Home.aspx">Home</a></li>
<li><a href="#">Profile</a>
<ul>

Profile</a></li>
Profile</a></li>

<li><a href="#">View
<li><a href="#">Update
</ul>
</li>
<li><a href="Apply.aspx">Apply</a></li>
<li><a href="Searchjob.aspx">Search</a></li>
<li><a href="Inbox.aspx">Inbox</a></li>
<li><a href="Change_password.aspx">Change

Password</a></li>

</ul>
</td>
</tr>
<tr>
<td style="height: 300px" align="center"

bgcolor="#FF9DCE">

<div>
<asp:ContentPlaceHolder
ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td style="height: 50px; font-family: 'Arabic
Typesetting'; font-size: 32px; font-weight: bold;
font-style: italic; font-variant: normal; texttransform: none; color: #FFFFFF;"
align="center" bgcolor="#6600CC">
&nbsp; Designe &amp; Developed By- TeamI
</td>
</tr>
</table>
</td>
<td>
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>

Profile.apx

<%@ Master Language="C#" AutoEventWireup="true"


CodeBehind="Jobseeker_master.master.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBSEEKER.Jobseeker_master" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">
<title>Untitled Page</title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
<style type="text/css">
.style1
{
width: 100%;
}
#menu1
{
margin: opx;
padding: 0px;
height: 60px;
width: 100%;
}
#menu1 ul
{
margin: opx;
padding: 0px;
height: 60px;
width: 100%;
background-color:Green;
}
#menu1 ul li
{
list-style-type:none;
float:left;
margin:0px;
padding:0px;
height:60px;
}
#menu1 ul li a
{
display:block;
text-decoration:none;
line-height:30px;
padding:15px 20px;
font-family:@BatangChe;
font-weight:bold;
color:yellow;
border-right:solid 2px yellow;
}
#menu1 ul li:hover ul
{
display :block;
}
#menu1 ul li ul
{
display :none ;
width:250px;
height:auto;
}
#menu1 ul li:hover a
{

display :block;
background-color:White;
color:Red;
}
#menu1 ul li ul li
{
width:250px;
height:60px;
background-color:Teal;
}
#menu1 ul li
{
background :green;
color:Gray;
}

.style2
{
height: 80px;
width: 300px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<table class="style1" style="width: auto; height: auto; backgroundcolor:Black">
<tr>

<td>
&nbsp;
</td>
<td>
<table class="style1">
<tr>
<td>
<table class="style1">
<tr>
<td class="style2">
<img alt="" src="../Images/download

%20(2).jpg"
145px" />

style="width: 300px; height:

</td>
<td style="height: 80px; width: 890px;
font-family: Algerian; font-size: 40px; font-weight: bold;
font-style: italic; font-variant:
normal; text-transform: none; color: #FFFFFF;"
align="center" bgcolor="#009999">
ONLINE JOB POrtal FOR<br />
JOB_SEEKERS
</td>
<td style="width: 120px; height: 80px"
align="center" bgcolor="White">
<asp:Button ID="btnlogout"
runat="server" Text="logout" BackColor="White" ForeColor="Red" />

</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height: 40px" id="menu1" align="center">
<ul>
<li><a href="Home.aspx">Home</a></li>
<li><a href="#">Profile</a>
<ul>
<li><a href="#">View
Profile</a></li>
Profile</a></li>

Password</a></li>

bgcolor="#FF9DCE">

<li><a href="#">Update
</ul>
</li>
<li><a href="Apply.aspx">Apply</a></li>
<li><a href="Searchjob.aspx">Search</a></li>
<li><a href="Inbox.aspx">Inbox</a></li>
<li><a href="Change_password.aspx">Change
</ul>
</td>
</tr>
<tr>
<td style="height: 300px" align="center"

<div>
<asp:ContentPlaceHolder
ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td style="height: 50px; font-family: 'Arabic
Typesetting'; font-size: 32px; font-weight: bold;
font-style: italic; font-variant: normal; texttransform: none; color: #FFFFFF;"
align="center" bgcolor="#6600CC">
&nbsp; Designe &amp; Developed By- TeamI
</td>
</tr>
</table>
</td>
<td>
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>

Searchjobs.apx
<%@ Page Language="C#" MasterPageFile="~/JOBSEEKER/Jobseeker_master.Master"
AutoEventWireup="true" CodeBehind="Searchjob.aspx.cs"
Inherits="Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBSEEKER.Searchjob"
Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
</asp:Content>

Aboutus.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

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

Adminlogin.apx.cs

using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class AdminLogin : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Login3_Authenticate(object sender,
AuthenticateEventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
String ST = ojp.xyz();
SqlConnection conn = new SqlConnection(ST);
SqlDataAdapter ad = new SqlDataAdapter(" select * from Login where
Userid='" + Login3.UserName.ToString() + "' and Password='" +
Login3.Password.ToString() + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " Login ");
DataTable dt = ds.Tables[0];
int rowcount = dt.Rows.Count;
if (rowcount == 1)
{
Response.Redirect("ADMINISTRATOR/Home.aspx");
}
else
{
Login3.FailureText = "Wrong id and pwd";
}
}
}
}

Agencies.apx.cs

using System;
using System.Collections;

using
using
using
using
using
using
using
using
using
using

System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

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

Candidatelogin.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class Candidatelogin : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
string jobid = Session["jobid"].ToString();
find_job_details(jobid);
}
}
private void find_job_details(string jobid)

Onlinejobportal ojp = new Onlinejobportal();


string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From jobdeatails
where jobid='" + jobid + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " jobdeatails");
DataTable dt = ds.Tables[0];
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void Login1_Authenticate(object sender,
AuthenticateEventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
String ST = ojp.xyz();
SqlConnection conn = new SqlConnection(ST);
SqlDataAdapter ad = new SqlDataAdapter(" select * from
CondidateDetails where userid='" + Login1.UserName.ToString() + "' and pwd='"
+ Login1.Password.ToString() + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " CondidateDetails ");
DataTable dt = ds.Tables[0];
int rowcount = dt.Rows.Count;
if (rowcount == 1)
{
Session["uid"] = Login1.UserName.ToString();
Response.Redirect("FinalapplyNow.aspx");
}
else
{
Login1.FailureText = "Wrong id and pwd";
}
}
}
}

Companylogin.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{

public partial class CompanyLogin : System.Web.UI.Page


{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Login2_Authenticate(object sender,
AuthenticateEventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
String ST = ojp.xyz();
SqlConnection conn = new SqlConnection(ST);
SqlDataAdapter ad = new SqlDataAdapter(" select * from Company
where User_id='" + Login2.UserName.ToString() + "' and Password='" +
Login2.Password.ToString() + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " Company ");
DataTable dt = ds.Tables[0];
int rowcount = dt.Rows.Count;
if (rowcount == 1)
{
Response.Redirect("Company/CompanyHome.aspx");
}
else
{
Login2.FailureText = "Wrong id and pwd";
}
}
}
}

Contactus.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

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

Default.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class Defoult : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Login3_Authenticate(object sender,
AuthenticateEventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
String ST = ojp.xyz();
SqlConnection conn = new SqlConnection(ST);
SqlDataAdapter ad = new SqlDataAdapter(" select * from Login where
Userid='" + Login3.UserName.ToString() + "' and Password='" +
Login3.Password.ToString() + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " Login ");
DataTable dt = ds.Tables[0];
int rowcount = dt.Rows.Count;
if (rowcount == 1)
{
Response.Redirect("ADMINISTRATOR/Home.aspx");
}
else
{
Login3.FailureText = "Wrong id and pwd";
}
}
protected void Login2_Authenticate(object sender,
AuthenticateEventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();

String ST = ojp.xyz();
SqlConnection conn = new SqlConnection(ST);
SqlDataAdapter ad = new SqlDataAdapter(" select * from Company
where User_id='" + Login2.UserName.ToString() + "' and Password='" +
Login2.Password.ToString() + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " Company ");
DataTable dt = ds.Tables[0];
int rowcount = dt.Rows.Count;
if (rowcount == 1)
{
Response.Redirect("Company/CompanyHome.aspx");
}
else
{
Login2.FailureText = "Wrong id and pwd";
}
}
protected void Login1_Authenticate(object sender,
AuthenticateEventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
String ST = ojp.xyz();
SqlConnection conn = new SqlConnection(ST);
SqlDataAdapter ad = new SqlDataAdapter(" select * from Login where
Userid='" + Login1.UserName.ToString() + "' and Password='" +
Login1.Password.ToString() + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " Login ");
DataTable dt = ds.Tables[0];
int rowcount = dt.Rows.Count;
if (rowcount == 1)
{
Response.Redirect("JOBSEEKER/Home.aspx");
}
else
{
Login1.FailureText = "Wrong id and pwd";
}
}
}
}

Finalapplynow.apx.cs
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;

using
using
using
using
using

System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class FinalApplyNow : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
string jobid = Session["jobid"].ToString();
string uid = Session["uid"].ToString();
show(jobid);
show_details(uid);
}
}
private void show_details(string uid)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From
Condidatedetails where userid='"+uid+"'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " Condidatedetails");
DataTable dt = ds.Tables[0];
if (dt.Rows.Count == 0)
{
}
else
{
txtcandidatename.Text = ds.Tables[0].Rows[0][0].ToString();
txtaddress.Text = ds.Tables[0].Rows[0][7].ToString();
txtemail.Text = ds.Tables[0].Rows[0][13].ToString();
txtmobile.Text = ds.Tables[0].Rows[0][14].ToString();
txtcategory.Text = ds.Tables[0].Rows[0][3].ToString();
txtexperience.Text = ds.Tables[0].Rows[0][27].ToString();
}
}
private void show(string jobid)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From jobdeatails
where jobid='" + jobid + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " jobdeatails");
DataTable dt = ds.Tables[0];

GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void btnApply_Click(object sender, EventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From
AppliedJobDb", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " AppliedJobDb");
DataTable dt = ds.Tables[0];
DataRow dr = dt.NewRow();
Label companyname =
(Label)GridView1.Rows[0].FindControl("lblorg");
Label jobtype =
(Label)GridView1.Rows[0].FindControl("lbljobtype");
Label joblocation =
(Label)GridView1.Rows[0].FindControl("lbljoblocation");
dr[0] = txtcandidatename.Text;
dr[1] = Session["uid"].ToString();
dr[2] = Session["jobid"].ToString(); //txtaddress.Text;
dr[3] = companyname.Text; ;
dr[4] = jobtype.Text;
dr[5] = joblocation.Text;
dr[6] = txtexperience.Text;
dr[7] = txtcategory.Text;
dr[8] = txtpin.Text;
dr[9]= ddldd.Text + "/" + ddlmm.Text + "/" + ddlyy.Text;
dr[10] = txtmobile.Text;
dr[11] = ddldd0.Text + "/" + ddlmm0.Text + "/" + ddlyy0.Text;
dr[12] = txtemail.Text;
dr[13] = "Applied";
dt.Rows.Add(dr);
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs
e)

{
}

Finalmaster.master.apx.cs
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;

using
using
using
using
using
using
using
using

System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.HtmlControls;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class FinalMaster : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}

Gridviewclass.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.HtmlControls;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class gridviewclass : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs
e)

{
}
protected void Button1_Click(object sender, EventArgs e)
{
Button btn = (Button)sender;
GridViewRow row = (GridViewRow)btn.Parent.Parent;
Label name = (Label)row.FindControl("lblname");

Home.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

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

Jobseekerlogin.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

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

}
protected void Login1_Authenticate(object sender,
AuthenticateEventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
String ST = ojp.xyz();
SqlConnection conn = new SqlConnection(ST);
SqlDataAdapter ad = new SqlDataAdapter(" select * from Login where
Userid='" + Login1.UserName.ToString() + "' and Password='" +
Login1.Password.ToString() + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " Login ");
DataTable dt = ds.Tables[0];
int rowcount = dt.Rows.Count;
if (rowcount == 1)
{
Response.Redirect("JOBSEEKER/Home.aspx");
}
else
{
Login1.FailureText = "Wrong id and pwd";
}
}
}
}

Ourpartner.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

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

Applyingconfirmation.aspx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class pplyingConfirmation : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
string jobid = Session["jobid"].ToString();
lblname.Text = Session["name"].ToString();
find_job_details(jobid);
}
}
private void find_job_details(string jobid)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From jobdeatails
where jobid='" + jobid + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " jobdeatails");
DataTable dt = ds.Tables[0];
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void Btnapply_Click(object sender, EventArgs e)
{
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs
e)

{
}

Registration.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;
System.IO;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class Registration : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
string jobid = Session["jobid"].ToString();
find_job_details(jobid);
}
}
private void find_job_details(string jobid)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From jobdeatails
where jobid='" + jobid + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " jobdeatails");
DataTable dt = ds.Tables[0];
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void TextBox14_TextChanged(object sender, EventArgs e)
{
}
protected void TextBox26_TextChanged(object sender, EventArgs e)
{

}
protected void btnSubmit_Click(object sender, EventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From
Condidatedetails where userid='" + txtUserid.Text + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " Condidatedetails");
DataTable dt = ds.Tables[0];
if (dt.Rows.Count == 0)
{
DataRow dr = dt.NewRow();
dr[0] = txtName.Text;
dr[1] = txtFatherName.Text;
dr[2] = ddlgender.Text;
dr[3] = ddlgender.Text;
dr[4] = ddldd.Text + "/" + ddlmm.Text + "/" + ddlyy.Text;
dr[5] = txtCountry.Text;
dr[6] = txtState.Text;
dr[7] = txtDIS.Text;
dr[8] = txtPS.Text;
dr[9] = txtPO.Text;
dr[10] = txtColony.Text;
dr[11] = txtPIN.Text;
dr[12] = txtLandmark.Text;
dr[13] = txtEmail.Text;
dr[14] = txtMobile.Text;
dr[15] = txtmatric.Text;
dr[16] = txtmatricboard.Text;
dr[17] = txtmatricpercantage.Text;
dr[18] = txtmatricyear.Text;
dr[19] = txtinter.Text;
dr[20] = txtinterboard.Text;
dr[21] = txtinterpercentage.Text;
dr[22] = txtmatricpercantage.Text;
dr[23] = txtgraduation.Text;
dr[24] = txtgraduationboard.Text;
dr[25] = txtgraduationpercantager.Text;
dr[26] = txtgraduationyear.Text;
dr[27] = txtExperience.Text;
string file = uploadimage();
dr[28] = file;
dr[29] = txtUserid.Text;
dr[30] = txtPassword.Text;
string imagepath = uploadimage();
dr[31] = imagepath;
dt.Rows.Add(dr);
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
Session["uid"] = txtUserid.Text;
Session["name"] = txtName.Text;
Response.Redirect("FinalapplyNow.aspx");
}

else
{
}

lblerror.Text = "Duplicate userid found";

protected void GridView1_SelectedIndexChanged(object sender, EventArgs


e)

{
}
protected void Btnapply_Click(object sender, EventArgs e)
{
}
private string uploadeimage()
{

file

Boolean FileOK = false;


Boolean FileSaved = false;
int k = 0;
if (FileUpload1.HasFile)//if it is true means control has some
{

Session["WorkingImage"] = FileUpload1.FileName;
String FileExtensions =
Path.GetExtension(Session["WorkingImage"].ToString()).ToLower();
String[] allowedExtensions = { ".png", ".jpeg", ".jpg",
".gif", ".htm" };
for (int i = 0; i < allowedExtensions.Length; i++)
{
k++;
if (FileExtensions == allowedExtensions[i])
{
FileOK = true;
}
}
}
else
{
}
if (FileOK)
{
try
{
String paths = (Server.MapPath("Ourimage")).ToString();
FileUpload1.SaveAs(paths + "/" + Session["WorkingImage"]);
FileSaved = true;
}
catch (Exception ex)
{
FileSaved = false;
}
}

else
{
}
if (FileSaved)
{
}
// String dofileName=(Session ["WorkingImage"].ToString());
string dbfilepath = @"~/Ourimage/" + FileUpload1.FileName; ;
return dbfilepath;
}
private string uploadimage()
{
Boolean FileOK = false;
Boolean FileSaved = false;
int k = 0;
if (FileUpload1.HasFile)//if it is true means control has some
file

Session["WorkingImage"] = FileUpload1.FileName;
String FileExtensions =
Path.GetExtension(Session["WorkingImage"].ToString()).ToLower();
String[] allowedExtensions = { ".png", ".jpeg", ".jpg",
".gif", ".htm" };
for (int i = 0; i < allowedExtensions.Length; i++)
{
k++;
if (FileExtensions == allowedExtensions[i])
{
FileOK = true;
}
}
}
else
{
}
if (FileOK)
{
try
{
String paths = (Server.MapPath("Ourimage")).ToString();
FileUpload1.SaveAs(paths + "/" + Session["WorkingImage"]);
FileSaved = true;
}
catch (Exception ex)
{
FileSaved = false;
}
}
else
{
}
if (FileSaved)
{

}
// String dofileName=(Session ["WorkingImage"].ToString());
string dbfilepath = @"~/Ourimage/" + FileUpload1.FileName; ;
return dbfilepath;
}
}
}

Searchjobs.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class Searchjobs : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
find_all_job_Type();
}
}
private void find_all_job_Type()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select Job_type From
jobdeatails", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " jobdeatails");
DataTable dt = ds.Tables[0];
ArrayList ar = new ArrayList();
ar.Add("Select");
foreach (DataRow dr in dt.Rows)
{
ar.Add(dr[0].ToString());
}
ddlsearchbytype.DataSource = ar;

ddlsearchbytype.DataBind();

protected void btntype_Click(object sender, EventArgs e)


{
Session["Type"] = ddlsearchbytype.Text;
Response.Redirect("SearchResult.aspx");
}
protected void btnlocation_Click(object sender, EventArgs e)
{
Session["Location"] = txtsearchbylocation.Text;
Response.Redirect("SearchResult.aspx");
}
protected void btnqualification_Click(object sender, EventArgs e)
{
Session["Qualificaton"] = ddlqualification.Text;
Response.Redirect("SearchResult.aspx");
}
protected void btncriteria_Click(object sender, EventArgs e)
{
Session["Creteria"] = txtcriteria.Text;
Response.Redirect("SearchResult.aspx");
}
protected void txtsearchbylocation_TextChanged(object sender,
EventArgs e)
{
}
}

Searchresults.apx.cs
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;

using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Data.SqlClient;
namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class SearchResult : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
show_result();
}
}
private void show_result()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From jobdeatails
where Job_type='"+Session["Type"].ToString()+"'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " jobdeatails");
DataTable dt = ds.Tables[0];
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs
e)

{
}
protected void Btnapply_Click(object sender, EventArgs e)
{
Button btn = (Button)sender;
GridViewRow row = (GridViewRow)btn.Parent.Parent;
Label lastdate = (Label)row.FindControl("lbllastedate");
Label joblocation = (Label)row.FindControl("lbljoblocation");
Label jobtype = (Label)row.FindControl("lbljobtype");
Label jobid = (Label)row.FindControl("lbljobid");
Session["jobid"] = jobid.Text;
Response.Redirect("SelectedJob.aspx");
}

Selectedjobs.apx.cs
using System;

using
using
using
using
using
using
using
using
using
using
using
using

System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL
{
public partial class SelectedJob : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if(!IsPostBack)
{
string jobid = Session["jobid"].ToString();
find_job_details(jobid);
}
}
private void find_job_details(string jobid)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From jobdeatails
where jobid='" + jobid + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, " jobdeatails");
DataTable dt = ds.Tables[0];
GridView1.DataSource = ds;
GridView1.DataBind();
}
e)

protected void GridView1_SelectedIndexChanged(object sender, EventArgs


{
}
protected void Btnapply_Click(object sender, EventArgs e)
{
}
protected void btnlogin_Click(object sender, EventArgs e)
{

Response.Redirect("Candidatelogin.aspx");

protected void btnregistration_Click(object sender, EventArgs e)


{
Response.Redirect("Registration.aspx");
}

Webform1.apx.cs

using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

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

Add_company.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class ADD_Company : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}

conn);

protected void btnADD_Click(object sender, EventArgs e)


{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From Company",

}
}

DataSet ds = new DataSet();


ad.Fill(ds, "Company");
DataTable dt = ds.Tables[0];
DataRow dr = dt.NewRow();
dr[0] = txtcompany_name.Text;
dr[1] = txtcompanytype.Text;
dr[2] = txtcompany_location.Text;
dr[3] = txtcompany_id.Text;
dr[4] = txtmobile.Text;
dr[5] = txtUserid.Text;
dr[6] = txtpassword.Text;
dt.Rows.Add(dr);
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
lbInsert.Text = "DATA INSERT SUCCESSFULLY";

Add_jobs.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{

public partial class ADD_Jobs : System.Web.UI.Page


{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
show_all_company();
}
}
private void show_all_company()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select Company_Name From
Company", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "Company");
DataTable dt = ds.Tables[0];
ArrayList ar = new ArrayList();
foreach (DataRow dr in dt.Rows)
{
ar.Add(dr[0].ToString());
}
ddlcompany.DataSource = ar;
ddlcompany.DataBind();
}
protected void btnadd_Click(object sender, EventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From
jobdeatails", conn);
DataSet ds = new DataSet();
ad.Fill(ds,"jobdeatails");
DataTable dt = ds.Tables[0];
DataRow dr = dt.NewRow();
dr[0] = ddljobtype.Text;
dr[1] = txtjoblocation.Text;
dr[2] = ddlcompany.Text;
dr[3] = ddlworktype.Text;
dr[4] = txtsalary.Text;
dr[5] = txtlast_date.Text;
dr[6] = txtqualification.Text;
dr[7] = txtcriteria.Text;
dt.Rows.Add(dr);
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
lbladd.Text = "Data Add Successfully";
}
}
}

Add_updatecompanyuser.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class ADD_updatecompanyUsers : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}

Add_users.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class ADD_Users : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnADD_Click(object sender, EventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();

SqlConnection conn = new SqlConnection(st);


SqlDataAdapter ad = new SqlDataAdapter("select * From Allusers",
conn);

}
}

DataSet ds = new DataSet();


ad.Fill(ds, "Allusers");
DataTable dt = ds.Tables[0];
DataRow dr = dt.NewRow();
dr[0] = txtName.Text;
dr[1] = ddlDD.Text;
dr[2] = txtEmail.Text;
dr[3] = txtMobile.Text;
dr[4] = ddlDesignation.Text;
dr[5] = txtuserid.Text;
dr[6] = txtPassword.Text;
dr[7] = txtStatus.Text;
dt.Rows.Add(dr);
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
lblAdd.Text = "DATA Add Successfully";

Admin_master.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.HtmlControls;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class Admin_master : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}

Alljob.apx.cs
using System;
using System.Collections;
using System.Configuration;

using
using
using
using
using
using
using
using
using
using

System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class alljob : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void TextBox1_TextChanged(object sender, EventArgs e)
{
}
protected void btnShowalljobs_Click(object sender, EventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From
jobdeatails", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "jobdeatails");
grddetails.DataSource = ds;
grddetails.DataBind();
}
}
}

Deletecompany.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class deletecompany : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
Showdata();
}
}
private void Showdata()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From Company",
conn);

DataSet ds = new DataSet();


ad.Fill(ds, "Company");
GridView1.DataSource = ds;
GridView1.DataBind();

protected void GridView1_RowDeleting(object sender,


GridViewDeleteEventArgs e)
{
Label lblCompany_id =
(Label)GridView1.Rows[e.RowIndex].FindControl("lblCompany_id");
create_function_to_delete_data(lblCompany_id);
}
private void create_function_to_delete_data(Label lblCompany_id)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("Select * from Company
where Company_id='" + lblCompany_id.Text + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "Company");
DataTable dt = ds.Tables[0];
foreach (DataRow dr in dt.Rows)
{
dr.Delete();
}
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
Showdata();
}

protected void GridView1_RowCancelingEdit(object sender,


GridViewCancelEditEventArgs e)
{
}
protected void GridView1_RowEditing(object sender,
GridViewEditEventArgs e)
{
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs

e)

{
}

}
}

Deleteusers.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class deleteuser : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
showdata();
}
}

conn);

private void showdata()


{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * from Allusers ",

DataSet ds = new DataSet();


ad.Fill(ds, "Allusers");
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void GridView1_RowDeleting(object sender,
GridViewDeleteEventArgs e)
{
Label lblUserid =
(Label)GridView1.Rows[e.RowIndex].FindControl("lblUserid");
create_function_to_delete_data(lblUserid);
}
private void create_function_to_delete_data(Label lblUserid)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * from Allusers
where Userid='" + lblUserid.Text + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "Allusers");
DataTable dt = ds.Tables[0];
foreach (DataRow dr in dt.Rows)
{
dr.Delete();
}
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
showdata();
}
}
}

Home.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

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

{
}

Jobbylocation.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class jobbylocation : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
bind_all_Location();
}
}
private void bind_all_Location()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select distinct
Job_location From jobdeatails ", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "jobdeatails");
ArrayList ar = new ArrayList();
ar.Add("Select");
DataTable dt = ds.Tables[0];
foreach (DataRow dr in dt.Rows)
{
ar.Add(dr[0].ToString());
}
ddlfind.DataSource = ar;
ddlfind.DataBind();
}

protected void btnfind_Click(object sender, EventArgs e)


{
show_all_job_by_location();
}
private void show_all_job_by_location()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From jobdeatails
where Job_location='"+ddlfind.Text+"'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "jobdeatails");
grddetails.DataSource = ds;
grddetails.DataBind();
}
}
}

Jobbytype.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class jobbytype : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
bind_all_Location();
}
}
private void bind_all_Location()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);

SqlDataAdapter ad = new SqlDataAdapter("select distinct Job_type


From jobdeatails ", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "jobdeatails");
ArrayList ar = new ArrayList();
ar.Add("Select");
DataTable dt = ds.Tables[0];
foreach (DataRow dr in dt.Rows)
{
ar.Add(dr[0].ToString());
}
ddlfind.DataSource = ar;
ddlfind.DataBind();
}
protected void btnfind_Click(object sender, EventArgs e)
{
show_all_job_by_location();
}
private void show_all_job_by_location()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From jobdeatails
where Job_type='" + ddlfind.Text + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "jobdeatails");
grddetails.DataSource = ds;
grddetails.DataBind();
}
}
}

Publishresults.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

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

{
if (!IsPostBack)
{
show_all_appliedJOB();
}
}
private void show_all_appliedJOB()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
string status = "Applied";
SqlDataAdapter ad = new SqlDataAdapter("select * From AppliedJobDb
where SelectionStatus='" + status + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "AppliedJobDb");
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void GridView1_SelectedIndexChanging(object sender,
GridViewSelectEventArgs e)
{
}
e)

protected void GridView1_SelectedIndexChanged(object sender, EventArgs


{

Label uid = (Label)GridView1.SelectedRow.FindControl("lbluserid");


Label jobid =
(Label)GridView1.SelectedRow.FindControl("lbljobid");
lblselectedjobid.Text = jobid.Text;
lblselecteduser.Text = uid.Text;
Label name = (Label)GridView1.SelectedRow.FindControl("lblname");
Label cname =
(Label)GridView1.SelectedRow.FindControl("lblCompanyname");
lblname.Text = name.Text;
lblcompanyname.Text = cname.Text;
}
protected void btnpublish_Click(object sender, EventArgs e)
{
enter_data_in_result_table();
change_status_in_jobappliedtable();
txtselectionnote.Text = "";
lblmessage.Text = "Result Has been Publish successfully";
show_all_appliedJOB();
}
private void enter_data_in_result_table()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);

SqlDataAdapter ad = new SqlDataAdapter("select * From


Resulttable", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "Resulttable");
DataTable dt = ds.Tables[0];
DataRow dr = dt.NewRow();
dr[0] = lblname.Text;
dr[1] = lblselectedjobid.Text;
dr[2] = lblselecteduser.Text;
dr[3] = lblcompanyname.Text;
dr[4] = ddlstatus.Text;
dr[5]=txtselectionnote.Text;
dt.Rows.Add(dr);
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
}
private void change_status_in_jobappliedtable()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From AppliedJobDb
where userid='"+lblselecteduser.Text+"' and
jobid='"+lblselectedjobid.Text+"'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "Resulttable");
DataTable dt = ds.Tables[0];
foreach (DataRow dr in dt.Rows)
{
dr[13] = ddlstatus.Text;
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
break;
}
}
protected void txtselectionnote_TextChanged(object sender, EventArgs
e)

{
}

Rejectedcandidate.apx.cs
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;

using
using
using
using
using
using
using

System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class rejectedcandidate : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
showdata();
}
}
private void showdata()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
string status = "Rejected";
SqlDataAdapter ad = new SqlDataAdapter("select * From AppliedJobDb
where SelectionStatus='" + status + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "AppliedJobDb");
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs
e)

{
}

Report.apx.cs
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;

using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Data.SqlClient;
namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class Report : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
Selectedcandidate.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class Selectedcondidate : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
showdata();
}
}
private void showdata()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
string status = "Selected";
SqlDataAdapter ad = new SqlDataAdapter("select * From AppliedJobDb
where SelectionStatus='" + status + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "AppliedJobDb");
GridView1.DataSource = ds;
GridView1.DataBind();
}

protected void GridView1_SelectedIndexChanging(object sender,


GridViewSelectEventArgs e)
{
}
protected void GridView1_SelectedIndexChanged1(object sender,
EventArgs e)
{
}

}
}

Updateuser.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class updateuse : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
showdata();
}
}

conn);

private void showdata()


{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * from Allusers ",
DataSet ds = new DataSet();
ad.Fill(ds, "Allusers");
GridView1.DataSource = ds;
GridView1.DataBind();
}

protected void GridView1_RowEditing(object sender,


GridViewEditEventArgs e)
{
GridView1.EditIndex = e.NewEditIndex;
Showdata();
}
protected void GridView1_RowUpdating(object sender,
GridViewUpdateEventArgs e)
{
Label lblUserid =
(Label)GridView1.Rows[e.RowIndex].FindControl("lblUserid");
TextBox name =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtName");
TextBox dob =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtDOB");
TextBox email =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtemail");
TextBox mobile =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtMobile");
TextBox designation =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtdesignation");
TextBox status =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtStatus");
TextBox password =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtPassword");
create_function_to_Update_data(lblUserid, name, dob, email,
mobile, designation, status, password);
}
private void create_function_to_Update_data(Label lblUserid, TextBox
name, TextBox dob, TextBox email, TextBox mobile, TextBox designation, TextBox
status, TextBox password)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * from Allusers
where Userid='" + lblUserid.Text + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "Allusers");
DataTable dt = ds.Tables[0];
foreach (DataRow dr in dt.Rows)
{
dr[0] = name.Text;
dr[1] = dob.Text;
dr[2] = email.Text;
dr[3] = mobile.Text;
dr[5] = designation.Text;
dr[6] = password.Text;
dr[7] = status.Text;
}
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
GridView1.EditIndex = -1;
showdata();

}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs
e)

{
}
private void Showdata()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * from Allusers ",

conn);

DataSet ds = new DataSet();


ad.Fill(ds, "Allusers");
GridView1.DataSource = ds;
GridView1.DataBind();

protected void GridView1_RowUpdated(object sender,


GridViewUpdatedEventArgs e)
{
}
protected void GridView1_RowCancelingEdit(object sender,
GridViewCancelEditEventArgs e)
{
GridView1.EditIndex = -1;
Showdata();
}
protected void GridView1_SelectedIndexChanged1(object sender,
EventArgs e)
{
}

Viewapplyjob.apx.cs
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;

using
using
using
using
using
using

System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.ADMINISTRATOR
{
public partial class

: System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
show_all_appliedJOB();
}
}
private void show_all_appliedJOB()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From
AppliedJobDb", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "AppliedJobDb");
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs

e)

{
}
}

Add_updatecompanyusers.apx.cs
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;

using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{
public partial class ADD_updatecompanyUsers : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}

Addownjobs.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{
public partial class AddOwnjob : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnadd_Click(object sender, EventArgs e)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From
jobdeatails", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "jobdeatails");
DataTable dt = ds.Tables[0];
DataRow dr = dt.NewRow();
dr[0] = ddljobtype.Text;
dr[1] = txtjoblocation.Text;
dr[2] = txtorganigation.Text;

dr[3] = ddlworktype.Text;
dr[4] = txtsalary.Text;
dr[5] = txtlast_date.Text;
dr[6] = txtqualification.Text;
dr[7] = txtCriteria.Text;
dr[8] = txtjobid.Text;
dt.Rows.Add(dr);
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
lblupload.Text = "DATA UPLOAD SUCCESSFULLY";
}

Alljob.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{
public partial class alljob : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}

Company.master.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.HtmlControls;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{
public partial class company : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}

Companyhome.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{
public partial class CompanyHome : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}

Deletecompany.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{

public partial class deletecompany : System.Web.UI.Page


{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
Showdata();
}
}
private void Showdata()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From Company",

conn);

DataSet ds = new DataSet();


ad.Fill(ds, "Company");
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void GridView1_RowDeleting(object sender,
GridViewDeleteEventArgs e)
{
Label Companyid =
(Label)GridView1.Rows[e.RowIndex].FindControl("lblCompany_id");
TextBox Company_Name =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtCompany_Name");
TextBox Company_Type =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtCompany_Type");
TextBox Comloc =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtComapany_location");
TextBox Company_mobile =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtCompany_mobile");
TextBox User_id =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtUser_id");
TextBox Password =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtPassword");
create_function_to_delete_data(Companyid, Company_Name,
Company_Type, Comloc, Company_mobile, User_id, Password);
}
private void create_function_to_delete_data(Label Companyid, TextBox
Company_Name, TextBox Company_Type, TextBox Comloc, TextBox Company_mobile,
TextBox User_id, TextBox Password)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("Select * from Company
where Company_id='" + Companyid.Text + "'", conn);
DataSet ds = new DataSet();

}
}

ad.Fill(ds, "Company");
DataTable dt = ds.Tables[0];
foreach (DataRow dr in dt.Rows)
{
dr.Delete();
}
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
Showdata();

Deleteuser.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{
public partial class deleteuser : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
e)

protected void GridView1_SelectedIndexChanged(object sender, EventArgs


{
}

protected void GridView1_RowCancelingEdit(object sender,


GridViewCancelEditEventArgs e)
{
GridView1.EditIndex = -1;
Showdata();
}
protected void GridView1_RowDeleting(object sender,
GridViewDeleteEventArgs e)
{

Label uid =
(Label)GridView1.Rows[e.RowIndex].FindControl("lblUserid");
create_function_to_delete_data(uid);
}
private void create_function_to_delete_data(Label uid)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("Select * from Allusers
where Company_id='" + uid.Text + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "Allusers");
DataTable dt = ds.Tables[0];
foreach (DataRow dr in dt.Rows)
{
dr.Delete();
}
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
Showdata();
}
private void Showdata()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("Select * from
Allusers",conn);// where Company_id='" + uid.Text + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "Allusers");
DataTable dt = ds.Tables[0];
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void GridView1_RowEditing(object sender,
GridViewEditEventArgs e)
{
GridView1.EditIndex = e.NewEditIndex;
Showdata();
}
protected void GridView1_RowUpdating(object sender,
GridViewUpdateEventArgs e)
{
Label uid =
(Label)GridView1.Rows[e.RowIndex].FindControl("lblUserid");
TextBox name =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtName");
TextBox dob =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtdob");
TextBox email =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtemail");

TextBox mobile =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtmobile");
TextBox designation =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtdesignation");
TextBox password =
(TextBox)GridView1.Rows[e.RowIndex].FindControl("txtPassword");
create_function_to_update_data(uid,name,dob,email,mobile,designation,password)
;
}
private void create_function_to_update_data(Label uid, TextBox name,
TextBox dob, TextBox email, TextBox mobile, TextBox designation, TextBox
password)
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("Select * from Allusers
where Company_id='" + uid.Text + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "Allusers");
DataTable dt = ds.Tables[0];
foreach (DataRow dr in dt.Rows)
{
dr[0] = name.Text;
dr[1] = dob.Text;
dr[2] = email.Text;
dr[3] = mobile.Text;
dr[4] = designation.Text;
dr[6] = password.Text;
SqlCommandBuilder cb = new SqlCommandBuilder(ad);
ad.Update(dt);
break;
}
}
}

Showdata();

using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company

public partial class Removejob : System.Web.UI.Page


{
protected void Page_Load(object sender, EventArgs e)
{
}

protected void GridView1_RowCancelingEdit(object sender,


GridViewCancelEditEventArgs e)
{
}
protected void GridView1_RowDeleting(object sender,
GridViewDeleteEventArgs e)
{
}
protected void GridView1_RowUpdating(object sender,
GridViewUpdateEventArgs e)
{
}
protected void GridView1_RowEditing(object sender,
GridViewEditEventArgs e)
{
}

Removejob.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

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

{
}
protected void GridView1_RowCancelingEdit(object sender,
GridViewCancelEditEventArgs e)
{
}
protected void GridView1_RowDeleting(object sender,
GridViewDeleteEventArgs e)
{
}
protected void GridView1_RowUpdating(object sender,
GridViewUpdateEventArgs e)
{
}
protected void GridView1_RowEditing(object sender,
GridViewEditEventArgs e)
{
}

Selected candidate.apx.cs

using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{
public partial class selectedcondidate : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)

{
}

showdata();

private void showdata()


{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
string status = "Selected";
SqlDataAdapter ad = new SqlDataAdapter("select * From AppliedJobDb
where SelectionStatus='" + status + "'", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "AppliedJobDb");
GridView1.DataSource = ds;
GridView1.DataBind();
}
protected void GridView1_SelectedIndexChanging(object sender,
GridViewSelectEventArgs e)
{
}
protected void GridView1_SelectedIndexChanged1(object sender,
EventArgs e)
{
}
}

Viewapplyedjobs.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;
System.Data.SqlClient;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{
public partial class View_Applyed_Job : System.Web.UI.Page
{

protected void Page_Load(object sender, EventArgs e)


{
if (!IsPostBack)
{
show_all_appliedJOB();
}
}
private void show_all_appliedJOB()
{
Onlinejobportal ojp = new Onlinejobportal();
string st = ojp.xyz();
SqlConnection conn = new SqlConnection(st);
SqlDataAdapter ad = new SqlDataAdapter("select * From
AppliedJobDb", conn);
DataSet ds = new DataSet();
ad.Fill(ds, "AppliedJobDb");
GridView1.DataSource = ds;
GridView1.DataBind();
}

protected void GridView1_SelectedIndexChanged(object sender, EventArgs

e)

{
}

Waitingcondition.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.Company
{
public partial class waitingcondidation : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}

Send_mail.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBEMPLOYER
{
public partial class Send_mail : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnsend_Click(object sender, EventArgs e)
{
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs

e)

{
}

View_application.apx.cs

using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;

using System.Web.UI.HtmlControls;
using System.Xml.Linq;
namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBEMPLOYER
{
public partial class View_Application : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs

e)

{
}

Apply.apx.cs
using
using
using
using
using
using
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBSEEKER
{
public partial class Apply : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}

Change_password.apx.cs
using
using
using
using
using
using

System;
System.Collections;
System.Configuration;
System.Data;
System.Linq;
System.Web;

using
using
using
using
using
using

System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
System.Xml.Linq;

namespace Taslima_Nasrin_ONLINE_JOB_PORTAL.JOBSEEKER
{
public partial class Changr_password : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}

CONCLUSION AND FUTURE SCOPE


CONCLUSION

Conclusion
Job matchmaking is an important issue in todays global, distributed and
heterogeneous market. We have briefly explored how available technology
can possibly help how job recruitment and job seeking processes are
implemented.
We strongly believe that, due to its high social impact, research has to
look with Job Matchmaking not only with the goal to propose advances in
the scientific knowledge, but because this is an application area capable of
bringing direct and immediate benefits to humanity
Future Improvements

There is always a room for improvement in any software package, however good
and efficient it may be. The important thing is that the website should be flexible
enough for further modifications. Considering this important factor, the web site is
designed in such a way that the provisions are given for further enhancements. At
present this website provides all the information using static pages and reservation
forms.

In future we can enhance our project by providing options like. Include many
sites information.

Vous aimerez peut-être aussi