Online job portal project in asp.net with source code
The Following are the functionalities of this project:
Employee :-
User Login:
From here any valid user can
enter into the site. Here user has to give User Name and Password which are
provided at the registration time. These will compared with the database, if
match entry found then user can enter into the site. If the entry will not
matched then user get the error message and will have to re-enter the User Name
and Password again.
Apply Job:
User can view all the information
about all job and description and apply for the job.
View Advertisement:
User
can view job’s available advertisements and related news about job.
Feedback:
The Feedback page gives the
facility for the users to provide their review or give any suggestions.
Contact us:
From this page
we give facility to user for contact us.
Company :-
In this phase registered
company can login with password and username after login done company owner can manage their profile,
manage vacancy etc.
Login:
This page allows registered company owner to manage related information .
Add Vacancy:
This page allows company
owner to add required vacancy for company.
Manage Vacancy :
This page allows company
owner to manage vacancy details like edit or delete .
Manage Apply Job :
This page allows company
owner to Manage all applied jobs information.
Feedback:
This page allows company
owner to give feed to the administrator.
Admin :-
This is Home page for the
Admin; here admin can access all other pages. They also get the list of the
Tables in this page.
Manage Admin:
Here administrator can
manage admin details like insert, update or delete admin user.
Manage Employee:
Here administrator can
manage employee details like insert, update or delete employee user.
Manage Company:
Here administrator can
manage company details like insert, update or delete company user.
Manage Feedback:
Here administrator can manage feedback details
like view or delete user’s feedback .
Manage Vacancy:
Here administrator can manage vacancy details
like view or delete company vacancy.
Manage News:
Here administrator can
manage new’s details like insert, update or delete news.
Manage Advertisement:
Here administrator can
manage advertisement details like insert, update or delete advertisement.
Manage Apply Job:
Here administrator can
manage apply Job details like view or delete apply job information.
Following are the table of online Job Portal
- Admin_login
- employee registration
- advertisement_info
- company_registration
- apply_job
- feed_back
- news_info
- vacancy_info
![]() |
HOME PAGE |
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<link href="Style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="engine1/style.css" media="screen" />
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript" src="engine1/jquery.js"></script>
<style type="text/css">
.style1
{
width: 100px;
}
.style2
{
width: 4px;
}
.style3
{
width: 100%;
}
.style4
{
width: 75px;
}
.style5
{
font-family: "Arial Rounded MT Bold";
font-size: x-small;
color: #006666;
}
.style6
{
height: 42px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div id="right">
<div id="wowslider-container1">
<div class="ws_images">
<a href="#"><img src="data1/images/1.jpg" alt="Facebook-Profile-Background" id="wows0"/></a>
<a href="#"><img src="data1/images/2.jpg" alt="JOBSEARCH-SLIDER1" id="wows1"/></a>
<a href="#"><img src="data1/images/3.jpg" alt="online-job-re" id="wows2"/></a>
</div>
<div class="ws_bullets"><div>
<a href="#wows0" title="Facebook-Profile-Background"><img src="data1/tooltips/1.jpg" alt="Facebook-Profile-Background"/>1</a>
<a href="#wows1" title="JOBSEARCH-SLIDER1"><img src="data1/tooltips/2.jpg" alt="JOBSEARCH-SLIDER1"/>2</a>
<a href="#wows2" title="online-job-re"><img src="data1/tooltips/3.jpg" alt="online-job-re"/>3</a>
</div></div>
<div class="ws_shadow"></div></div><marquee >WELCOME TO RAJKOT JOB PORTAL</marquee>
</div>
<script type="text/javascript" src="engine1/script.js"></script>
</asp:Content>
![]() |
USER SIDE |
![]() |
Company Side |
![]() |
Admin Side |
No comments:
Post a Comment