CC C CCCCCCCC C C C
CC C CCCCCCCC C C C
A
TRAINING SEMINAR REPORT
Submitted
In Partial FulIillment OI The Requirement For
Six Weeks Training
For
The Degree oI Bachelor oI Technology
In
Computer Science
SUBMITTED To : SUBMITTED BY:
Mrs.Lekha Bhambhu Parminder Kaur
(H.O.D. oI CSE Deptt.) Roll No.2708341
7
th
sem. CSE(B)
2
ACKNOWLEDGEMENT
Words are seldom Iound insuIIicient to express one`s heartIelt sentiments. Yet I take this opportunity
to express my deep sense oI gratitude and proIound regards to everybody whose cooperation enabled
me to complete this project. And now when all the work is done, it`s my pleasant duty to thank all
such people.
With great esteem and reverence I wish to express my deep sense oI gratitude to Ms. Swati, Group
Leader, NIIT, Sec-17, Chandigarh my project guide whose help, guidance and inIinite patience
enabled me during project development. Last but not the least; I am especially thankIul to my Iamily
members Ior providing me moral support. I am also indebted to I Ieel deIiciency oI words to express
my thanks but my heart is Iull oI gratitude Ior Iavors received Irom all oI them. It is hoped that the
above laborious work oI project will be liked and appreciated by all
Thanks
Parminder
3
About NIIT
NIIT is a Leading Global Talent Development Corporation, building a skilled manpower pool Ior
global industry requirements. The company was set up in 1981, to help the nascent IT industry
overcome its human resource challenges. The company has today grown to rank among the world
world`s leading talent development organizations oIIering learning solutions to Individuals,
Enterprises and Institutions across 40 countries.
NIIT`s training solutions in IT, Business Process Outsourcing, Banking, Finance and Insurance,
Executive Management Education, and Communication and ProIessional LiIe Skills, touch Iive
million learners every year. NIIT`s expertise in learning content development, training delivery and
education process management make us the most preIerred training partner, worldwide.
Research-based Innovation, a key driver at NIIT, has enabled us to develop programs and curricula
that use cutting-edge instructional design methodologies and training delivery. NIIT`s Individual
Learning Solutions include industry-endorsed IT training programs like GNIIT, Integrated programs
Ior Engineers (NIIT Engineers) and InIrastructure Management programs (NIIT Global Net).
In 2004, NIIT was divided into two groups :
NIIT Limited
NIIT Technologies
NIIT Limited, Iocuses on the training and education in IT segment.
NIIT Technologies, concentrates on IT Services company.
NIIT`s extensive delivery umbrella spread across 40 nations covers even the remotest parts oI the
globe and market segments. They have been providing learning solutions to individuals, institutions
and enterprises by blending cutting-edge technology and education.
Further strengthening NIIT's vision oI developing global talent, are its enduring relationships with
leaders in the technology and content space. NIIT works closely with global leaders such as Adobe,
Cisco, Citrix, EMC, Intel, MicrosoIt, Oracle, SAS, Sun and provides training on their platIorms.
Collaborations with over 100 leading academic institutions across India, China, New Zealand, UK,
Malaysia, Australia, USA, Canada and Ireland Iacilitates global presence oI Iamous 'NIIT inside
model. These educational associations have enabled NIIT to provide locally relevant training to help
nations build vital talent to empower the growth oI various industries Iacing skilled manpower
shortages.
4
INDEX
Chapter 1.Introduction of the Project
O Name OI The Project
O Reasons For The Selection OI The Project
O Scope
O Essential Hardware And SoItware Used
O Objectives
O Snapshots
Chapter 2.Methodology
O Primary and Secondary Data
O Sample Design
O Sampling technique
Chapter 3.Analysis and Findings
O System Analysis
O Decision Analysis Approach
O Data Analysis Approach
O Why Is System Analysis Necessary?
Chapter 4.Suggestions and Recommendations
O Conclusion
O Bibliography
O Appendix
Coding
5
INTRODUCTION
Project Title : 1OB PORTAL
Project Duration : Weeks
Project Category : Web Based Application
The project named 1OB PORTAL is developed using ASP.NET during the industrial training. This
project has been developed in partial IulIillment oI Requirements Ior the degree oI B.Tech (CSE),
Irom 1CDM College of Engineering.
JOB PORTAL make searching oI job Ior the job seeker easy and eIIortless. A separate section will be
dedicated to job search listing all the job openings posted by the registered employer in a tabular
Iormat making it easier Ior the user to compare jobs and Iinding most suitable job Ior himselI/herselI.
The table will also display the company proIile This application would allow the user to apply Ior the
job instantly. II the user is already registered with the application, this would allow him to apply Ior
the job at the very moment, but a new user would have to register himselI/herselI Iirst with the
application to enjoy the service.
WORKING ENVIRONMENT
Understanding .Net Frame Work
DEFINATION:
The .Net Iramework can be deIined as a language neutral platIorm designed to provide a number oI
rich and powerIul application development tools and technologies. It has an extensive class library
that provides wide-ranging support Ior data access. .Net Iramework has an independent code
execution and management environment called the Common Language Runtime (CLR) which
ensures that code is saIe to run, and provides an abstract layer on top oI the operating system, which
allows the elements oI the .Net Iramework to run on many operating systems and devices.
6
THE .NET VISION:
The basic idea behind the development oI the .Net Iramework is that a global broadband network will
someday globally connect all devices and the soItware will become a service provided over this
network. The .Net Iramework provides the Ioundation and the plumbing on which the MicrosoIt .Net
vision is built. The vision is about having a global network and open standards like XML to make it
easier Ior parties to exchange data and work together. Now devices will use common languages like
XML over standardized or shared protocols such as HTTP and these devices will be running a
multitude oI soItware on various operating systems. This is not limited to MicrosoIt but also to other
operating systems such as sun, IBM.
The .Net Iramework provides the tools and the technologies needed to write applications that can
seamlessly and easily communicate over the Internet using open standards like XML and SOAP. It
also aims at solving the various problems that are Iaced by developers while working on applications
made using the windows DNA. It provides a solution to problems such as registering oI components
and shutting down applications in order to upgrade them.
WHY FRONT END - ASP.NET 4.0
1: ASP.NET is integrated with the .NET Framework
The .NET Framework is divided into an almost painstaking collection oI Iunctional parts,
with a staggering total oI more than 10,000 types (the .NET term Ior classes, structures,
interIaces, and other core programming ingredients). The massive collection oI Iunctionality
that the .NET Framework provides is organized in a way that traditional Windows
programmers will see as a happy improvement. Each one oI the thousands oI classes in the
.NET Framework is grouped into a logical, hierarchical container called a namespace.
DiIIerent namespaces provide diIIerent Ieatures. Taken together, the .NET namespaces oIIer
Iunctionality Ior nearly every aspect oI distributed development Irom message queuing to
security. This massive toolkit is called the class library.
7
2: ASP.NET Is Compiled, Not Interpreted
One oI the major reasons Ior perIormance degradation in classic ASP pages is its use oI
interpreted script code. Every time an ASP page is executed, a scripting host on the web
server needs to interpret the script code and translate it to lower-level machine code, line by
line. ASP.NET applications are always compiledin Iact, it`s impossible to execute C# or
Visual Basic code without it being compiled Iirst.
3: ASP.NET Is Multilanguage
IL is a stepping stone Ior every managed application. (A managed application is any
application that`s written Ior .NET and executes inside the managed environment oI the
CLR.) In a sense, IL is the language oI .NET, and it`s the only language that the CLR
recognizes.
4: ASP.NET Is Hosted by the Common Language Runtime
The most important aspect oI the ASP.NET engine is that it runs inside the runtime
environment oI the CLR.
5: ASP.NET Is Object-Oriented:
ASP provides a relatively Ieeble object model. It provides a small set oI objects; these
objects are really just a thin layer over the raw details oI HTTP and HTML. On the other
hand, ASP.NET is truly object-oriented. Not only does your code have Iull access to all
objects in the .NET Framework, but you can also exploit all the conventions oI an OOP
(object-oriented programming) environment. For example, you can create reusable classes,
standardize code with interIaces, extend existing classes with inheritance, and bundle useIul
Iunctionality in a distributable, compiled component.
: ASP.NET Is Multi device and Multi browser:
One oI the greatest challenges web developers Iace is the wide variety oI browsers they need
to support. DiIIerent browsers, versions, and conIigurations diIIer in their support oI HTML.
Web developers need to choose whether they should render their content according to HTML
3.2, HTML 4.0, or something else entirelysuch as XHTML 1.0 or even WML (Wireless
Markup Language) Ior mobile devices. This problem, Iueled by the various browser
8
companies, has plagued developers since the World Wide Web Consortium (W3C) proposed
the Iirst version oI HTML. LiIe gets even more complicated iI you want to use an HTML
extension such as JavaScript to create a more dynamic page or provide validation.
WHY BACK END - SQL SERVER 2005
MicrosoIt SQL Server is a relational model database server produced by MicrosoIt. Its primary query
languages are T-SQL (Transact - SQL) and ANSI SQL. Structred Query Language is a command that
allows us to modiIy or retrieve inIormation Irom the database. SQL Server is also a Relational
Database Management System (RDBMS).
SQL Server is designed to store data in the central location (the server) and deliver it on demand to
numerous other locations (the client).
SQL Server 2005, released in October 2005, is the successor to SQL Server 2000. It includes native
support Ior managing XML data, in addition to relational data.
SQL Server Management Studio is a tool included with MicrosoIt SQL Server 2005 and later
versions Ior conIiguring, managing, and administering all components within MicrosoIt SQL Server.
The tool includes both script editors and graphical tools which work with objects and Ieatures oI the
server.
9
A central Ieature oI SQL Server Management Studio is the Object Explorer, which allows the user to
browse, select, and act upon any oI the objects within the server.
SQL Server Management Studio combines the Ieatures oI Enterprise Manager, Query Analyzer, and
Analysis Manager, included in previous releases oI SQL Server, into a single environment. In addition,
SQL Server Management Studio works with all components oI SQL Server such as Reporting Services,
Integration Services.
FEATURES OF SQL SERVER 2005:
O T-SQL (Transact-SQL) enhancements: T-SQL is the native set-based RDBMS programming
language oIIering high-perIormance data access. T-SQL is the primary means oI programming
and managing SQL Server. It exposes keywords Ior the operations that can be perIormed on
SQL Server, including creating and altering database schemas, entering and editing data in the
database as well as monitoring and managing the server itselI.
O CLR (Common Language Runtime): The next Ieature in SQL Server 2005 is the integration oI a
.NET compliant language such as C#, ASP.NET or VB.NET to build objects (stored
procedures, triggers, Iunctions, etc.). This enables the user to execute .NET code in the DBMS
to take advantage oI the .NET Iunctionality.
O Data Encryption: SQL Server 2000 had no documented or publicly supported Iunctions to
encrypt data in a table natively. Organizations had to rely on third-party products to address this
need. SQL Server 2005 has native capabilities to support encryption oI data stored in user-
deIined databases.
O HTTP Endpoints: You can easily create HTTP endpoints via a simple T-SQL statement
exposing an object that can be accessed over the Internet. This allows a simple object to be
called across the Internet Ior the needed data.
O Multiple Active Result Sets (MARS): MARS allow a persistent database connection Irom a
single client to have more than one active request per connection. For example, it allows
multiple searches, or a search and data entry
REASONS FOR THE SELECTIONN OF PRO1ECT
EXISTING SYSTEM
In the existing system:
O Newspapers are a price - oriented medium, advertising costs are preventing many companies
Irom posting their jobs.
10
O Companies have to waste money Ior getting advertisements printed in various newspapers or
magazines about job opportunities and openings.
O With the increasing popularity oI the Internet, newspapers Iace declining readership.
O Ad space can be expensive.
O There is no medium to communicate Iaster with the employers or with the eIIicient
employees.
O Usually there is small number oI opportunities in classiIieds oI newspapers. It is mostly
applicable to local or small area where a person lives and are on temporary and contract basis.
O The process oI going and handing out resumes to prospective employers is time consuming
and usually covers a small area.
O There is no control over ad placement: OItentimes newspapers won`t guarantee premium
placement on any given page.
O Job advertising in magazines are tricky to schedule.
O There is no medium Ior the job seekers to communicate Iastly with the employers.
O A job seeker can read only a Iew number oI job openings in the newspapers.
O The whole process oI searching and applying Ior a job is very time consuming and costly.
PROPOSED SYSTEM
The proposed system consists oI a web application which has been developed to overcome the
deIiciencies oI existing system, that is, job search through print classiIieds. The system would
maintain and update the database oI users. The system so developed provides the job seekers the
beneIit oI searching and applying Ior jobs online. The application also provides the beneIit oI posting
job openings, view resumes oI job seekers to the employer.
The expected beneIits oI the proposed system are:
O 1ob Search made Easy: Envisioned system makes searching oI jobs a lot easier than beIore
by displaying them in a tabular Iormat along with all the necessary details.
O Cost Effective: Employers Iind Internet Iast and cost eIIective, so companies don`t have to
waste money getting advertisements printed in the newspapers and magazines about job
opportunities and openings.
Job seekers can save money on photocopying oI Iorms and postage.
O Common Platform: The envisioned system serves as a common platIorm Ior both the
employers and job seekers, who are looking Ior a job to come together and help each other.
O Time Saving: The project is quite time saving as you can look Ior a job or employees in just a
Iew minutes and just a Iew clicks.
O Ease of Use: It is easy Ior the user to submit job applications and even easier to search Ior
jobs in his area oI expertise.
O Job Seekers can apply Ior jobs even outside the business hours.
11
SCOPE OF PRO1ECT:
O Scope oI my project is vast as need oI computer is increasing continuously . everything is
going to be computerized so it has a wider scope. Using oI log record and keeping and
maintaining oI log record is increasing in computers and it helps in maintaining and updating
all records oI jobs or advertisement oI the company.
O Moreover, scope oI project is also increasing day by day as people are in need Ior Iinding the
suitable job which match their qualiIication & work experience.
SOFTWARE AND HARDWARE REQUIREMENT SPECIFICATIONS
This document shall provide the requirement speciIication Ior the ~1OB PORTAL as per the scope
deIined.
1. Users:
This site can be used by 3 types oI users:
1.1 The users who is likely to Iind the inIormation oI the multi-national companies through the
website.
1.2 The companies who want to provide their advertisements in this site so that job seeker can apply
Ior it.
1.3 The administrator oI the system who will be responsible Ior maintaining the database oI various
job seekers and companies so that each and every user should be beneIitted and also maintaining
entries.
2.Assumptions:
2.1 The alerts will not be provided by the site, the user has to visit it to get the inIormation.
12
3. Requirements:
3.1 Functional Requirements:
3.1.1 The portal will search Ior the details oI the qualiIication and experience as per details
entered by user.
3.1.2 II the user is an admin, he has to login.
3.1.3 Admin can add, modiIy or delete records related to various companies and also updates
their proIile entries.
Software Requirements
Visual studio 2008 can be installed on the Iollowing operating systems:
Windows XP (x8) with service pack 3 - all editions except starter edition
Windows vista (x8 & x4) with service pack 2 - all editions except starter edition
Windows 7 (x8 & x4)
Windows server 2003 (x8 & x4) with service pack 2
Windows server 2003 r2 (x8 & x4)
Windows server 2008 (x8 & x4) with service pack 2
Windows server 2008 r2 (x4)
Hardware Requirements
Computer that has a 1.ghz or Iaster processor
1 GB (32 bit) or 2 GB (4 bit) ram (add 512 MB iI running in a virtual machine)
GB oI available hard disk space
5400 RPM hard disk drive
13
OB1ECTIVES OF PRO1ECT
The main objective oI the project named 'JOB PORTAL is to provide a common platIorm to both
the job seekers and employers to come together and help each other.
The application will create and use the Iollowing components:
O A central repository, database, that will store all the inIormation.
O An online web site that can provide real time inIormation about NEW JOBS and enable users
to apply Ior the jobs.
O This website will connect to the database to Ietch and store all data.
O Job Seekers can view posted vacancies, Update details.
O Employers can register themselves by paying some amount Ior speciIic period Ior using the
services. Employers can view the Posted resumes and post vacancies and delete Iilled
vacancies.
O A real time web based interIace that can be used Ior applying Ior jobs. This web interIace will
connect to the central repository to Ietch and store data.
The central repository will contain all the master data, including the data captured during the
registration processes.
The project will have two interIaces:
O Administrator InterIace
O Clients Job Seeker and New Employer InterIace
The interIace Ior the lient Job Seeker will have the Iollowing Ieatures:
O To Search Jobs:
The main objective oI this project is to make searching oI job Ior the job seeker easy and
eIIortless. A separate section will be dedicated to job search listing all the job openings posted
by the registered employer in a tabular Iormat making it easier Ior the user to compare jobs
and Iinding most suitable job Ior himselI/herselI. The table will also display the company
proIile
O To Change Password:
The application will provide the user with the Iacility oI changing his/ her password. The user
will be asked to enter his old password along with the desired new password and when the
user will click on the OK button the new password will be set.
O To Apply Ior Job Instantly:
14
This application would allow the user to apply Ior the job instantly. II the user is already
registered with the application, this would allow him to apply Ior the job at the very moment,
but a new user would have to register himselI/herselI Iirst with the application to enjoy the
service.
O To Update Resume:
This application would also allow the user to update the details oI his/her resume.
The interIace Ior the lient Employer will have the Iollowing Ieatures:
To enjoy the services provided by the application, like posting a vacancy and view the job seekers
resumes, the employer would Iirst need to register himselI with the application by Iilling in the all
necessary details in the Iorm.
O To Post a Job Vacancy:
The Employer/Recruiter will be allowed to post a job vacancy or job openings oI the company
with the web site by including all the necessary inIormation like Job name, Job description,
Work location etc.
O To Delete Filled Vacancies:
The Employer will be allowed to delete the Iilled vacancies.
O To Change Password:
The application will allow the user to change his password. The user will be required to enter
his old password along with his new password and when he will click on the OK button his
password will be set.
The interIace Ior dministrator
O View Registered Job Seekers
O View Registered Employers
O Delete Employers:
The administrator will delete the employers who have not paid Ior the services or whose
services have expired.
15
Snapshots:-
Home.aspx:
Registration.aspx:
16
About us.aspx:
New Employer.aspx:
17
Admin company.aspx:
Rgistered companys.aspx:
18
Register usres.aspx:
1ob seeker apply.aspx:
19
METHODOLOGY
Primary and Secondary Data
O Primary data
Employer`s personal inIormation
Employer`s vision inIormation
O Secondary data
Employ Data inIormation
Apply inIormation
Sample Design
System design is a solution, a 'How to approach to the creation oI a new system. This important
phase is composed oI several steps. It provides the understanding and procedural details oI necessary
implementing the system recommended in the Ieasibility study. Emphasis is on translating the
perIormance requirement into design speciIication. Design goes through logical and physical phases
oI development. Logical design requires the present physical system, prepares the input and output
speciIications, makes edit security and control speciIication, details the implementation plan and
prepares a logical design walkthrough. The physical design maps out the details oI the physical
system, plans the system any new hardware and soItware
Structured design methodologies are emphasized Ior design work. Major development activities,
audit considerations and processing controls are also discussed.
Logical design deIines the boundaries oI the system. For a candidate system it describes the inputs,
outputs, databases and procedures all in a Iormat that meet the user`s requirements. When analysis
prepares the logical system design they speciIy the user need at a level oI details that virtually
determines the inIormation Ilow in and out oI the system and the required data resources.
20
Sampling 1echnique
1. Reviews the current physical system its data Ilows, Iile contents, volumes, Irequencies etc.
2. Prepare output speciIications that is determine the Iormat, content and Irequency oI reports,
including terminal speciIications and locations.
3. Prepare the input speciIication Iormat, content and most oI the input Iunctions. This
includes determining the Ilow oI the documents Irom the input data sources to the actual input
location.
4. Prepares security, and control speciIication. This includes speciIying the rules Ior edit
correction, backup procedures and the controls that ensure processing and liIe.
5. SpeciIies the implementation plan.
. In context oI our project, we have used ASP.net,SQL Server 5.
21
ANALYSIS AND FINDINGS
System Analysis
This step involves collection, veriIication and analysis oI how the operations are being carried out
presently. System analysis is carried out with the objectives oI developing an eIIective computer
based procedure, which will create beneIit Iar in excess oI those available Irom other means.
System analysis is the activity, which is used to sort out the area prospective Ior computerization and
then determining the data volume and inIormation requirement Ior each selected application. There
are two approaches to conduct the inIormation analysis.
Decision Analysis Approach
1. IdentiIy objectives and/or current decision or processes.
2. IdentiIy or Iormulate a decision making model or the process model.
3. IdentiIy or Iormulate a decision making process.
4. SpeciIy the accuracy, any availability oI limits, Ior the data needed.
Data Analysis Approach
1. Collect all data, reports, Iiles etc. currently in use.
2. By Iact Iinding methods, identiIy additional data that is not being currently collected.
3. By interviews and analysis. Seek to eliminate data Ior which no need can be perceived.
22
The output Irom this step or phase is a Iormal report called a Ieasibility report. The report may
contain:
1. The objective Ior the system.
2. A commentary on how the present system achieves or Iails to achieves those objectives.
3. Present operating costs and conditions.
4. InterIace with other systems.
5. A schedule oI the hardware, soItware and other requirements Ior the proposed systems.
. A Iirst estimate oI system development time.
7. Expected beneIits, which will accrue the use oI a new system.
8. A cost-beneIits projections.
hy Is System Analysis Aecessary?
System analysis is an important activity that takes place when we building new inIormation systems
or changing existing ones. But why are special activities (such as system analysis) needed to build
good inIormation system? Why don't these things happen as matter oI course in an organization? To
answer these questions you have to consider what must be done to build complex computer-based
inIormation systems. Basically it is necessary to set up the right procedures to ensure that all the
organization's personnel have the data needed Ior their work. To do this, there are numerous things to
be done. Equipment must be chosen and new procedures designed. Programs must be written to
support these procedures on the equipment. The systems are oIten made up oI many interrelated
tasks. Changes to any oI these tasks or additions oI new tasks can aIIect existing ones. it is thereIore
necessary to spend considerable time to understand the system and it's problems properly. Only aIter
developing a good understanding does it become possible to propose useIul changes, which should
improve the system and not cause any unIoreseen eIIects.
The investigation into system operation and possible changes to the
system is called System Analysis. Once system analysis is completed, system design commences.
23
Conclusion
During my stay in NIIT, Chandigarh I got the opportunity to work on project 'JOB PORTAL.
Working in an esteemed organization like NIIT, was a wonderIul experience. I learnt many things
during the development and implementation oI the project.
My project guide and other associates were always there to guide me and make this learning session
comIortable. This training has also added to my conIidence in taking up any project in Iuture and to
the understanding oI the computer language. With this background, I look Iorward to get new
projects.
Concluding this document, I would like to thank all those who helped me directly or indirectly during
my training and make this transition Irom academics to the industries, a smooth and knowledgeable
one.
24
BIBLIOGRAPHY
I have reIerred to some books and have also sought help Irom various websites during the course oI
the project. The books and websites reIerred are as Iollows:
Books
1.ASP.net 4 in c# 2010 Iourth edition, Mathew MacDonald
2.Murach`s ASP.net 3.5 Web Programming in C#2008,Mike Murach
3. Programming ASP.net3.5,dino Esposito
4.Beginning ASP.net 4 in C# and VB, Imar Spaanjars
25
Web References
O www.google.com
O www.w3schools.com
O www.wikipedia.com
O www.naukri.com
O www.monster.com
26
CODING
Home.aspx:
<%@ Page Language="C#" MasterPageFile="~/home.master"
EnableEventValidation="false" AutoEventWireup="true" CodeFile="Homepage.aspx.cs"
Inherits="Default3" Title="Untitled Page" %
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server"
<script language="javsascript" type="text/javascript"
// <!CDATA
function DIV1_onclick() ,
,
// ,,
</script
<asp:Panel ID="Panel1" runat="server" BackColor="DarkRed" Width="588px"
<strong<span style="font-size: 16pt; color:Jlive"Best Company For Get
Right Job</span</strong</asp:Panel
<asp:GridView ID="GridView1" runat="server" DataSourceID="SqlDataSource1"
AutoGenerateColumns="false" JnRowCommand="GridView1_RowCommand"
<Columns
<asp:TemplateField
<ItemTemplate
<asp:LinkButton ID="linkbutton1" runat="server" Text='<%#Eval("CompanyName")
%' ForeColor="crimson"/
<asp:Label ID="lable1" runat="server" Text='<%#Eval("Id") %'
Visible="false"</asp:Label
</ItemTemplate
</asp:TemplateField
</Columns
<RowStyle BackColor="#FFE0C0" BorderColor="White" BorderStyle="Dotted"
ForeColor="Black"
Wrap="True" /
<EditRowStyle BackColor="Yellow" /
</asp:GridView
<br /
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$
ConnectionStrings:ConnectionString2 %"
SelectCommand="SELECT Id,, CompanyName, FRJM
JriginalCompanyData,"</asp:SqlDataSource
<div style="z-index: 101; left: 590px; width: 199px; position: absolute; top:
70px;
height: 110px" id="DIV1" onclick="return DIV1_onclick()"
<asp:Panel ID="Panel2" runat="server" BackColor="#FFC0C0" Height="171px"
Width="185px" BorderColor="Red" BorderStyle="Double"
<ul
27
<li<strong<span style="color: Lime"Job seeker login
here</span</strong</li</ul
<p
<strong<span style="color:
Lime"Username</span</strong:<asp:TextBox ID="TextBox1"
runat="server" Width="128px" </asp:TextBox</p
<p
<span style="color:
Lime"<strongPassword</strong</span:<asp:TextBox ID="TextBox2" runat="server"
TextMode="Password" Width="134px"</asp:TextBox</p
<p
<asp:Button ID="Button1" runat="server" BackColor="#FFC0C0" Font-
Bold="True" ForeColor="crimson"
Text="Sign in" JnClick="Button1_Click" / </p
<p
<asp:Label ID="Label1" runat="server" Font-Bold="True"
ForeColor="Lime"</asp:Label </p
</asp:Panel
<asp:Panel ID="Panel3" runat="server" Height="100px" Width="185px"
BackColor="#FFC0C0" BorderColor="Red" BorderStyle="Double"
<span style="color: Lime"LoginID:
<asp:TextBox ID="TextBox4" runat="server"</asp:TextBox <br
/
Password:
<asp:TextBox ID="TextBox5" runat="server"
TextMode="Password"</asp:TextBox
ID:<br /
<asp:TextBox ID="TextBox6" runat="server"
TextMode="Password"</asp:TextBox<br /
<asp:Button ID="Button2"
runat="server" BackColor="#FFC0C0" Font-Bold="True"
ForeColor="#C00000" Text="Sign in" JnClick="Button2_Click" /<br /
<asp:Label ID="Label2" runat="server" ForeColor="crimson" Font-
Bold="True"</asp:Label</span</asp:Panel
</div
</asp:Content
Registration.aspx:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserRegistration.aspx.cs"
Inherits="registration" %
<%@ Register Src="~/logo.ascx" TagName="logo" TagPrefix="uc1" %
<!DJCTYPE 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"
<titleUntitled Page</title
28
</head
<body
<form id="form1" runat="server"
<div</div
<uc1:logo ID="logo" runat="server" /
<div style="z-index: 101; left: 8px; width: 989px; position: absolute; top:
202px;
height: 16px"
<asp:Panel ID="panal1" runat="server" Width="988px"
BackColor="#FFE0C0" Height="23px"
<asp:HyperLink ID="HyperLink1" runat="server"
NavigateUrl="~/Homepage.aspx"Home</asp:HyperLink</asp:Panel
</div
<div style="z-index: 101; left: 7px; width: 985px; position:
absolute; top: 235px;
height: 16px"
<asp:Label ID="lable" runat="server" Text="Become a member of
GetRightJob.com and find the right job. Submit your profile now, Free!" Font-
Bold="True" ForeColor="Black" Font-Size="15pt"</asp:Label
</div
<div style="z-index: 102; left: 13px; width: 973px; position: absolute;
top: 263px;
height: 100px"
<asp:Label ID="lb1" runat="server" Text="Account Details" Font-
Bold="true" Font-Size="Larger" </asp:Label
<br /
<br /
User ID:
<asp:TextBox ID="TextBox1" runat="server" AutoPostBack="True"
JnTextChanged="TextBox1_TextChanged" </asp:TextBox
<asp:Label ID="Label3" runat="server" ForeColor="Red"</asp:Label
<asp:RequiredFieldValidator ID="RequiredFieldValidator8"
runat="server" ControlToValidate="TextBox1"
ErrorMessage="Please Enter Your User
ID"</asp:RequiredFieldValidator<br /
<br /
Password:
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password"
Width="144px" </asp:TextBox
<br /
<br /
Confirm Password:
<asp:TextBox ID="TextBox3" runat="server"
TextMode="Password"</asp:TextBox
29
<asp:CompareValidator ID="CompareValidator1" runat="server"
BackColor="White" ControlToCompare="TextBox2"
ControlToValidate="TextBox3" ErrorMessage="Confirm Your Password"
Font-Bold="False"
SetFocusJnError="True"</asp:CompareValidator<br /
<br /
<asp:Label ID="Label2" runat="server" Text="Contact Details" Font-
Bold="true" Font-Size="Larger" </asp:Label <br /
<br /
Your Name:
<asp:TextBox ID="TextBox7" runat="server"</asp:TextBox
<asp:RequiredFieldValidator ID="RequiredFieldValidator7"
runat="server" ControlToValidate="TextBox7"
ErrorMessage="Please Enter Your Name"
SetFocusJnError="True"</asp:RequiredFieldValidator<br /
<br /
Email ID :
<asp:TextBox ID="TextBox4" runat="server" </asp:TextBox
<asp:RequiredFieldValidator ID="RequiredFieldValidator1"
runat="server" BackColor="White"
ControlToValidate="TextBox4" ErrorMessage="Please Specify Your
Email ID" Font-Bold="False"
Width="193px"</asp:RequiredFieldValidator <br /
<asp:RegularExpressionValidator ID="RegularExpressionValidator1"
runat="server" BackColor="White"
ControlToValidate="TextBox4" ErrorMessage="Email ID is Not Valid"
Font-Bold="False"
ValidationExpression="\w+(-+.',\w+)@\w+(-.,\w+)\.\w+(-
.,\w+)"</asp:RegularExpressionValidator<br /
Address:
<asp:TextBox ID="TextBox5" runat="server"
TextMode="MultiLine"</asp:TextBox
<asp:RequiredFieldValidator ID="RequiredFieldValidator3"
runat="server" BackColor="White"
ControlToValidate="TextBox5" ErrorMessage="Please Specify Your
Current Address"
Font-Bold="False"</asp:RequiredFieldValidator <br /
<br /
State:
<asp:DropDownList ID="DropDownList1" runat="server"
JnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" AutoPostBack="True"
</asp:DropDownList
City:
<asp:DropDownList ID="DropDownList2" runat="server" Enabled="False"
</asp:DropDownList <br /
30
<asp:RequiredFieldValidator ID="RequiredFieldValidator4"
runat="server" BackColor="White"
BorderColor="White" ControlToValidate="DropDownList1"
ErrorMessage="Select Your State"</asp:RequiredFieldValidator
<asp:RequiredFieldValidator ID="RequiredFieldValidator5"
runat="server" BackColor="White"
ControlToValidate="DropDownList2" ErrorMessage="Select Your
City"</asp:RequiredFieldValidator
<br /
Pincode:<asp:TextBox ID="TextBox9"
runat="server"</asp:TextBox
<asp:RequiredFieldValidator ID="RequiredFieldValidator9"
runat="server" ControlToValidate="TextBox9"
ErrorMessage="Please Enter Pincode"
SetFocusJnError="True"</asp:RequiredFieldValidator<br /
<br /
Date of Birth
<asp:DropDownList ID="DropDownList3" runat="server"
JnSelectedIndexChanged="DropDownList3_SelectedIndexChanged"
<asp:ListItemDay</asp:ListItem
<asp:ListItem0</asp:ListItem
<asp:ListItem1</asp:ListItem
<asp:ListItem2</asp:ListItem
<asp:ListItem3</asp:ListItem
<asp:ListItem4</asp:ListItem
<asp:ListItem5</asp:ListItem
<asp:ListItem6</asp:ListItem
<asp:ListItem7</asp:ListItem
<asp:ListItem8</asp:ListItem
<asp:ListItem9</asp:ListItem
<asp:ListItem10</asp:ListItem
<asp:ListItem11</asp:ListItem
<asp:ListItem12</asp:ListItem
<asp:ListItem13</asp:ListItem
<asp:ListItem14</asp:ListItem
<asp:ListItem15</asp:ListItem
<asp:ListItem16</asp:ListItem
<asp:ListItem17</asp:ListItem
<asp:ListItem18</asp:ListItem
<asp:ListItem19</asp:ListItem
<asp:ListItem20</asp:ListItem
<asp:ListItem21</asp:ListItem
<asp:ListItem22</asp:ListItem
<asp:ListItem23</asp:ListItem
<asp:ListItem24</asp:ListItem
<asp:ListItem25</asp:ListItem
<asp:ListItem26</asp:ListItem
<asp:ListItem27</asp:ListItem
<asp:ListItem28</asp:ListItem
<asp:ListItem29</asp:ListItem
<asp:ListItem30</asp:ListItem
31
<asp:ListItem31</asp:ListItem
</asp:DropDownList
<asp:DropDownList ID="DropDownList4" runat="server"
JnSelectedIndexChanged="DropDownList4_SelectedIndexChanged"
<asp:ListItemMonth</asp:ListItem
<asp:ListItem1</asp:ListItem
<asp:ListItem2</asp:ListItem
<asp:ListItem3</asp:ListItem
<asp:ListItem4</asp:ListItem
<asp:ListItem5</asp:ListItem
<asp:ListItem6</asp:ListItem
<asp:ListItem7</asp:ListItem
<asp:ListItem8</asp:ListItem
<asp:ListItem9</asp:ListItem
<asp:ListItem10</asp:ListItem
<asp:ListItem11</asp:ListItem
<asp:ListItem12</asp:ListItem
<asp:ListItem</asp:ListItem
</asp:DropDownList
<asp:DropDownList ID="DropDownList5" runat="server"
JnSelectedIndexChanged="DropDownList5_SelectedIndexChanged"
<asp:ListItemYear</asp:ListItem
<asp:ListItem1970</asp:ListItem
<asp:ListItem1971</asp:ListItem
<asp:ListItem1972</asp:ListItem
<asp:ListItem1973</asp:ListItem
<asp:ListItem1974</asp:ListItem
<asp:ListItem1975</asp:ListItem
<asp:ListItem1976</asp:ListItem
<asp:ListItem1977</asp:ListItem
<asp:ListItem1978</asp:ListItem
<asp:ListItem1979</asp:ListItem
<asp:ListItem1980</asp:ListItem
<asp:ListItem1980</asp:ListItem
<asp:ListItem1982</asp:ListItem
<asp:ListItem1983</asp:ListItem
<asp:ListItem1984</asp:ListItem
<asp:ListItem1985</asp:ListItem
<asp:ListItem1986</asp:ListItem
<asp:ListItem1987</asp:ListItem
<asp:ListItem1988</asp:ListItem
<asp:ListItem1989</asp:ListItem
<asp:ListItem1990</asp:ListItem
<asp:ListItem1991</asp:ListItem
<asp:ListItem1992</asp:ListItem
<asp:ListItem1993</asp:ListItem
<asp:ListItem1994</asp:ListItem
<asp:ListItem1995</asp:ListItem
<asp:ListItem1996</asp:ListItem
<asp:ListItem1997</asp:ListItem
<asp:ListItem1998</asp:ListItem
<asp:ListItem1999</asp:ListItem
<asp:ListItem2000</asp:ListItem
<asp:ListItem</asp:ListItem
</asp:DropDownList
32
<asp:TextBox ID="TextBox10" runat="server"
Visible="False"</asp:TextBox<br /
<br /
<asp:Label ID="Label1" runat="server" Text="Professional Details"
Font-Bold="true" Font-Size="Larger" </asp:Label
<br /
<br /
Qulification:
<asp:DropDownList ID="DropDownList6" runat="server"
AutoPostBack="True" JnSelectedIndexChanged="DropDownList6_SelectedIndexChanged"
<asp:ListItemGraduation</asp:ListItem
<asp:ListItemNot Pursuing Graduation</asp:ListItem
<asp:ListItemB.A</asp:ListItem
<asp:ListItemB.Arch</asp:ListItem
<asp:ListItemB.C.A</asp:ListItem
<asp:ListItemB.B.A</asp:ListItem
<asp:ListItemB.Com</asp:ListItem
<asp:ListItemB.Ed</asp:ListItem
<asp:ListItemBDS</asp:ListItem
<asp:ListItemBHM</asp:ListItem
<asp:ListItemB.Pharma</asp:ListItem
<asp:ListItemB.Sc</asp:ListItem
<asp:ListItemB.Tech/B.E</asp:ListItem
<asp:ListItemLLB</asp:ListItem
<asp:ListItemMBBS</asp:ListItem
<asp:ListItemDiploma</asp:ListItem
<asp:ListItemBVSC</asp:ListItem
<asp:ListItemJther</asp:ListItem
</asp:DropDownList
<asp:DropDownList ID="DropDownList7" runat="server"
AutoPostBack="True" JnSelectedIndexChanged="DropDownList7_SelectedIndexChanged"
<asp:ListItemPost Graduation</asp:ListItem
<asp:ListItemCA</asp:ListItem
<asp:ListItemCS</asp:ListItem
<asp:ListItemICWA</asp:ListItem
<asp:ListItemIntegrated PG</asp:ListItem
<asp:ListItemLLM</asp:ListItem
<asp:ListItemM.A</asp:ListItem
<asp:ListItemM.Arch</asp:ListItem
<asp:ListItemM.Com</asp:ListItem
<asp:ListItemM.Ed</asp:ListItem
<asp:ListItemM.Pharma</asp:ListItem
<asp:ListItemM.Sc</asp:ListItem
<asp:ListItemM.Tech</asp:ListItem
<asp:ListItemMBA/PGDM</asp:ListItem
<asp:ListItemMCA</asp:ListItem
<asp:ListItemMS</asp:ListItem
<asp:ListItemPG Diploma</asp:ListItem
<asp:ListItemMVSC</asp:ListItem
<asp:ListItemMCM</asp:ListItem
<asp:ListItemJther</asp:ListItem
</asp:DropDownList
33
<asp:DropDownList ID="DropDownList8" runat="server"
AutoPostBack="True" JnSelectedIndexChanged="DropDownList8_SelectedIndexChanged"
<asp:ListItemDoctorate/Phd</asp:ListItem
<asp:ListItemPh.D/Doctorate</asp:ListItem
<asp:ListItemMPHIL</asp:ListItem
<asp:ListItemJther</asp:ListItem
</asp:DropDownList
<br /
<asp:RequiredFieldValidator
ID="RequiredFieldValidator6" runat="server" BackColor="White"
ControlToValidate="DropDownList6"
ErrorMessage="Select Your
Graduation"</asp:RequiredFieldValidator<br /
Selected Course:<asp:TextBox
ID="TextBox6" runat="server" </asp:TextBox<br /
<br /
Experience: <asp:CheckBox ID="CheckBox1" runat="server"
AutoPostBack="True" JnCheckedChanged="CheckBox1_CheckedChanged" Text="Yes"
/ <br /
<br /
<asp:DropDownList
ID="DropDownList9" runat="server" Visible="false"
AutoPostBack="True" JnSelectedIndexChanged="DropDownList9_SelectedIndexChanged"
<asp:ListItemMinimum</asp:ListItem
<asp:ListItem0</asp:ListItem
<asp:ListItem1</asp:ListItem
<asp:ListItem2</asp:ListItem
<asp:ListItem3</asp:ListItem
<asp:ListItem4</asp:ListItem
<asp:ListItem5</asp:ListItem
<asp:ListItem6</asp:ListItem
<asp:ListItem7</asp:ListItem
<asp:ListItem8</asp:ListItem
<asp:ListItem9</asp:ListItem
<asp:ListItem10</asp:ListItem
<asp:ListItem11</asp:ListItem
<asp:ListItem12</asp:ListItem
<asp:ListItem13</asp:ListItem
<asp:ListItem14</asp:ListItem
<asp:ListItem15</asp:ListItem
<asp:ListItem16</asp:ListItem
<asp:ListItem17</asp:ListItem
<asp:ListItem18</asp:ListItem
<asp:ListItem19</asp:ListItem
<asp:ListItem20</asp:ListItem
<asp:ListItem21</asp:ListItem
34
<asp:ListItem22</asp:ListItem
<asp:ListItem23</asp:ListItem
<asp:ListItem24</asp:ListItem
<asp:ListItem25</asp:ListItem
<asp:ListItem26</asp:ListItem
<asp:ListItem27</asp:ListItem
<asp:ListItem28</asp:ListItem
<asp:ListItem29</asp:ListItem
<asp:ListItem30</asp:ListItem
<asp:ListItem31</asp:ListItem
<asp:ListItem32</asp:ListItem
<asp:ListItem33</asp:ListItem
<asp:ListItem34</asp:ListItem
<asp:ListItem35</asp:ListItem
</asp:DropDownList
<asp:DropDownList ID="DropDownList10"
runat="server" Visible="False" AutoPostBack="True"
JnSelectedIndexChanged="DropDownList10_SelectedIndexChanged"
<asp:ListItemMaximum</asp:ListItem
<asp:ListItem0</asp:ListItem
<asp:ListItem1</asp:ListItem
<asp:ListItem2</asp:ListItem
<asp:ListItem3</asp:ListItem
<asp:ListItem4</asp:ListItem
<asp:ListItem5</asp:ListItem
<asp:ListItem6</asp:ListItem
<asp:ListItem7</asp:ListItem
<asp:ListItem8</asp:ListItem
<asp:ListItem9</asp:ListItem
<asp:ListItem10</asp:ListItem
<asp:ListItem11</asp:ListItem
<asp:ListItem12</asp:ListItem
<asp:ListItem13</asp:ListItem
<asp:ListItem14</asp:ListItem
<asp:ListItem15</asp:ListItem
<asp:ListItem16</asp:ListItem
<asp:ListItem17</asp:ListItem
<asp:ListItem18</asp:ListItem
<asp:ListItem19</asp:ListItem
<asp:ListItem20</asp:ListItem
<asp:ListItem21</asp:ListItem
<asp:ListItem22</asp:ListItem
<asp:ListItem23</asp:ListItem
<asp:ListItem24</asp:ListItem
<asp:ListItem25</asp:ListItem
<asp:ListItem26</asp:ListItem
<asp:ListItem27</asp:ListItem
<asp:ListItem28</asp:ListItem
<asp:ListItem29</asp:ListItem
<asp:ListItem30</asp:ListItem
<asp:ListItem31</asp:ListItem
<asp:ListItem32</asp:ListItem
<asp:ListItem33</asp:ListItem
<asp:ListItem34</asp:ListItem
<asp:ListItem35</asp:ListItem
</asp:DropDownList
35
<asp:TextBox ID="TextBox8" runat="server"
Visible="False"</asp:TextBox<br /
<br /
<asp:Label ID="Label4" runat="server" Text="Description of
Experience" Visible="False"</asp:Label:
<asp:DropDownList ID="DropDownList11" runat="server" Visible="False"
<asp:ListItem-Select-</asp:ListItem
<asp:ListItemAccounts/Finance/Tax/CS/Audit</asp:ListItem
<asp:ListItemAgent</asp:ListItem
<asp:ListItemArchitecture/InteriorDesign</asp:ListItem
<asp:ListItemBanking/Insurance</asp:ListItem
<asp:ListItemContent/Journalism</asp:ListItem
<asp:ListItemCorporate Planning/Consulting</asp:ListItem
<asp:ListItemEngineering Design/R&D</asp:ListItem
<asp:ListItemExport/Import/Merchandising</asp:ListItem
<asp:ListItemGuards/Security Services</asp:ListItem
<asp:ListItemHotels/Restaurants</asp:ListItem
<asp:ListItemHR/Administration/IR</asp:ListItem
<asp:ListItemIT Software-Client Server</asp:ListItem
<asp:ListItemIT Software-Mainframe</asp:ListItem
<asp:ListItemIT Software-Middleware</asp:ListItem
<asp:ListItemIT Software-Mobile</asp:ListItem
<asp:ListItemIT Software-Jther</asp:ListItem
<asp:ListItemIT Software-System Programming</asp:ListItem
<asp:ListItemIT Software-Telecom Software</asp:ListItem
<asp:ListItemIT Software-Application
Programming/Maintenance</asp:ListItem
<asp:ListItemIT Software-DBA/Datawarehousing</asp:ListItem
<asp:ListItemIT Software-E-Commerce/Internet
Technologies</asp:ListItem
<asp:ListItemIT Software-Embedded/EDA/VLSI/ASIC/Chip
Des.</asp:ListItem
<asp:ListItemIT Software-ERP/CRM</asp:ListItem
<asp:ListItemIT Software-Networking
Administration/Security</asp:ListItem
<asp:ListItemIT Software-QA & Testing</asp:ListItem
<asp:ListItemIT Software-System/EDP/MIS</asp:ListItem
<asp:ListItemIT Hardware/Telecom/Technical
Staff/Support</asp:ListItem
<asp:ListItemITES/BPJ/KPJ/Customer
Service/Jperation</asp:ListItem
<asp:ListItemLegal</asp:ListItem
<asp:ListItemMarketing/Advertising/MR/PR</asp:ListItem
<asp:ListItemPackaging</asp:ListItem
<asp:ListItemPharma/Biotech/Healthcare/Medical/R&D</asp:ListItem
<asp:ListItemProduction/Maintenance/Quality</asp:ListItem
<asp:ListItemPurchase/Logistics/Supply Chain</asp:ListItem
<asp:ListItemSales/BD</asp:ListItem
<asp:ListItemSecretary/Front Jffice/Data Entry</asp:ListItem
<asp:ListItemSelf Employed/Consultants</asp:ListItem
<asp:ListItemSite Engineering/Project Management</asp:ListItem
<asp:ListItemTeaching/Education</asp:ListItem
<asp:ListItemTicketing/Travel/Airlines</asp:ListItem
<asp:ListItemTop Management</asp:ListItem
36
<asp:ListItemTV/Films/Production</asp:ListItem
<asp:ListItemWeb/Graphic Design/Visualiser</asp:ListItem
<asp:ListItemJther</asp:ListItem
</asp:DropDownList
<br /
<br /
<asp:TextBox ID="TextBox11" runat="server" Visible="False"
</asp:TextBox<br /<br /
<asp:Button ID="Button1" runat="server" Text="Submit" JnClick="Button1_Click"
/<br /
<br /
<br /
<br /
</div
</form
</body
</html
About us.aspx:
<%@ Page Language="C#" MasterPageFile="~/home.master" AutoEventWireup="true"
CodeFile="Aboutus.aspx.cs" Inherits="Default3" Title="Untitled Page" %
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server"
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="XX-Large"
ForeColor="Gray"
Text="GetRightJob.com"</asp:Label<br /
<br /
<asp:Panel ID="Panel1" runat="server" BackColor="#C00000" Width="653px"
<asp:Label ID="Label2" runat="server" Font-Bold="True" Font-Size="X-
Large" Text="About us: GetRightJob.com"</asp:Label<br /
</asp:Panel
<br /
<div style="z-index: 101; left: 5px; width: 619px; position: absolute; top:
145px;
height: 513px"
This web page is indeed a trial to organize what we know, which we realized
is
practically nil to improve our technical knowledge by learning and presenting
some
articles. When we first thought of writing a web site, we asked ourselves
this question.
"There are 1000s of technical websites currently running. What are we going
to do
37
in such a big space.". The final answer we found was this. "Even though no
body
is going to hit our website for any technical information, by writing a few
articles
we can understand some subjects better. This might probably help us in
finding a right
job(a dream!!) .<br /
" The principal editor of the site is
Parminder
Kaur , one
among those millions of software writers, doing B.Tech.
<br /
.
<asp:Label ID="Label4" runat="server" Font-
Bold="True"
ForeColor="#C00000" Text="Thanks"</asp:Label<br /
Thanks for spending your time here Most of the times, finding a right job for
achieving
your goal.
The work looks so simple, If you have really come to
our site all the way through the web space, we can understand your
desperation towards
finding the job that you needed. If we have served your needs, we are the
happiest
because there is somebody who would like to use what we did. Jur work and
search
doesn't go waste. The feeling is great. If you have not found what you
wanted, we
am extremely sorry. What we know is very very limited and what we put on this
site
is still less. Anyway Thanks for visiting our site! we'll definitely try to
improve
the content further on, if you suggest is your thoughts through an e-mail. If
you
feel that there is any technical mistake in our site, instead of cursing us
please
write an e-mail to us. We'll try to correct the pages as soon as possible.
Thanks
again!
<br /
<br /
</asp:Content
38
Newemployer.aspx:
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="CompanyRegistration.aspx.cs" Inherits="_Default" %
<%@ Register Src="logo.ascx" TagName="logo" TagPrefix="uc1" %
<!DJCTYPE 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"
<titleUntitled Page</title
</head
<body
<form id="form1" runat="server"
<div
<uc1:logo ID="Logo1" runat="server" /
<br /
<div style="z-index: 101; left: 8px; width: 989px; position: absolute;
top: 202px;
height: 16px"
<asp:Panel ID="panal1" runat="server" Width="988px"
BackColor="#FFE0C0" Height="23px"
<asp:HyperLink ID="HyperLink3" runat="server" Font-Bold="True"
Font-Size="Larger"
Font-Underline="True"
NavigateUrl="~/Homepage.aspx"Home</asp:HyperLink</asp:Panel
</div
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<span style="font-size: 32pt; color: font-family: Arial CE"<span
style="font-size: 24pt"
Register Now<br /
</span</span
<br /
<asp:Label ID="Label1" runat="server" Font-Size="Larger"
Text="Account Information"</asp:Label
<br /
<br /
Login ID
<asp:TextBox ID="TextBox6" runat="server"</asp:TextBox
<asp:RequiredFieldValidator ID="RequiredFieldValidator3"
runat="server" ControlToValidate="TextBox6"
39
ErrorMessage="Please Enter The User
Name"</asp:RequiredFieldValidator<br /
 
Password
<asp:TextBox ID="TextBox7"
runat="server" TextMode="Password"</asp:TextBox
<asp:RequiredFieldValidator ID="RequiredFieldValidator5"
runat="server" ControlToValidate="TextBox7"
ErrorMessage="Please Enter Your
Password"</asp:RequiredFieldValidator
<br /
<br /
<asp:Label ID="Label2" runat="server" Font-Size="Larger" Text="Recruiter
Information"</asp:Label<br /
<br /
<asp:TextBox ID="TextBox1" runat="server"</asp:TextBox<br /
<br /
Company Name <asp:TextBox ID="TextBox2"
runat="server"</asp:TextBox <asp:RequiredFieldValidator
ID="RequiredFieldValidator2" runat="server"
ControlToValidate="TextBox2" ErrorMessage="Pleas Fill The Company
Name"</asp:RequiredFieldValidator<br /
<br /
Industry Type
<asp:DropDownList ID="DropDownList1" runat="server"
<asp:ListItemSelect Industry Type</asp:ListItem
<asp:ListItemAccessories/Apparel/Fashion Design</asp:ListItem
<asp:ListItemAccounting/Consulting/Taxation</asp:ListItem
<asp:ListItemAdvertising/Event Manager/PR</asp:ListItem
<asp:ListItemAgriculture/Dairy Technology</asp:ListItem
<asp:ListItemAirlines/Hotel/Hospitality/Travel/Tourism/Restaurants</asp:ListItem
<asp:ListItemArchitectural Services/Interior
Designing</asp:ListItem
<asp:ListItemAuto Ancillary/Automobiles/Components</asp:ListItem
<asp:ListItemBanking/Financial Services/Stock
broking/Securities</asp:ListItem
<asp:ListItemBiotechnology/Pharmaceutical/Clinical
Research</asp:ListItem
<asp:ListItemCement/Construction/Engineering/Metals/Steel/Iron</asp:ListItem
<asp:ListItemChemicals/Petro Chemicals/Plastics</asp:ListItem
<asp:ListItemComputer Hardware/Networking</asp:ListItem
<asp:ListItemConsumer FMCG/Foods/Beverags</asp:ListItem
<asp:ListItemConsumer Goods-Durables</asp:ListItem
<asp:ListItemCourier/Freight/Transportation/Warehousing</asp:ListItem
<asp:ListItemCRM/IT Enabled Services/BPJ</asp:ListItem
40
<asp:ListItemEducation/Training/Teaching</asp:ListItem
<asp:ListItemEmployment Firms/Recruitment Services
Firms</asp:ListItem
<asp:ListItemEntertainment/Media/Publishing/Dotcom</asp:ListItem
<asp:ListItemExport Houses/Tectiles/Merchandise</asp:ListItem
<asp:ListItemGems and Jewellery</asp:ListItem
<asp:ListItemHealthcare/Medicine</asp:ListItem
<asp:ListItemInsurance</asp:ListItem
<asp:ListItemLaw/Legal firms</asp:ListItem
<asp:ListItemMachinery/Equipment Manufacturing/Industrial
Products</asp:ListItem
<asp:ListItemNGJ/Social Services</asp:ListItem
<asp:ListItemJffice Automation</asp:ListItem
<asp:ListItemJthers/Engg.Services/Service Providers</asp:ListItem
<asp:ListItemPetroleum/Jil and Gas/Projects/Power</asp:ListItem
<asp:ListItemPrinting/Packaging</asp:ListItem
<asp:ListItemReal Estate</asp:ListItem
<asp:ListItemRetailing</asp:ListItem
<asp:ListItemSecurity/Law Enforcement</asp:ListItem
<asp:ListItemshipping/Marine</asp:ListItem
<asp:ListItemSoftware services</asp:ListItem
<asp:ListItemTelecom Equipment/Electronics/RM/Mobile
Network</asp:ListItem
<asp:ListItemTelecom/ISP</asp:ListItem
<asp:ListItem</asp:ListItem
<asp:ListItem</asp:ListItem
</asp:DropDownList<br /
Web Site
<asp:TextBox ID="TextBox3" runat="server"
JnTextChanged="TextBox3_TextChanged"http://</asp:TextBox
<asp:RegularExpressionValidator ID="RegularExpressionValidator1"
runat="server" ControlToValidate="TextBox3"
ErrorMessage="Please Specify Your Web Site"
ValidationExpression="http(s).://(\w-,+\.)+\w-,+(/\w-
./.%&=,)."</asp:RegularExpressionValidator<br /
<asp:RequiredFieldValidator
ID="RequiredFieldValidator4" runat="server"
ControlToValidate="TextBox4" ErrorMessage="Please Fill The E-
Mail"</asp:RequiredFieldValidator<br /
E-Mail
<asp:TextBox ID="TextBox4" runat="server"</asp:TextBox
<asp:RegularExpressionValidator ID="RegularExpressionValidator2"
runat="server" ControlToValidate="TextBox4"
ErrorMessage="Email ID is Not Valid" ValidationExpression="\w+(-
+.',\w+)@\w+(-.,\w+)\.\w+(-.,\w+)"</asp:RegularExpressionValidator<br /
<br /
<asp:Label ID="Label3" runat="server" Font-Size="Larger" Text="Contant
Information"</asp:Label<br /
<br /
41
<asp:TextBox ID="TextBox5" runat="server" TextMode="MultiLine"</asp:TextBox
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
ControlToValidate="TextBox5"
ErrorMessage="Please Specify Your Current
Address"</asp:RequiredFieldValidator<br /
<br /
State
<asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True"
JnSelectedIndexChanged="DropDownList2_SelectedIndexChanged"
<asp:ListItem-Select-</asp:ListItem
</asp:DropDownList
<asp:Label ID="Label4" runat="server"</asp:Label
<asp:TextBox ID="TextBox11" runat="server" AutoPostBack="True"
Visible="False"</asp:TextBox
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:ConnectionString3 %"
SelectCommand="SELECT FRJM StateCityTable,"</asp:SqlDataSource
City
<asp:DropDownList ID="DropDownList3" runat="server"
Enabled="False"
<asp:ListItem-Select-</asp:ListItem
</asp:DropDownList
<br /
<br /
Pincode
<asp:TextBox ID="TextBox10"
runat="server"</asp:TextBox
<asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server"
ControlToValidate="TextBox10"
ErrorMessage="Please Enter The
Pincode"</asp:RequiredFieldValidator<br /
<br /
Phone
<asp:TextBox ID="TextBox9" runat="server"</asp:TextBox
<asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server"
ControlToValidate="TextBox9"
ErrorMessage="Please Enter The Phone
No."</asp:RequiredFieldValidator<br /
<br /
<asp:TextBox ID="TextBox8" runat="server"
Visible="False"</asp:TextBox<br /
<br /
<br /
<asp:Button ID="Button1" runat="server" Text="Sumbit"
JnClick="Button1_Click" / <br /
<br /
<br /
<br /
42
</div
</form
</body
</html
Admin.CompanyProfileAccept.aspx:
<%@ Page Language="C#" MasterPageFile="~/AdminMasterPage.master"
AutoEventWireup="true" CodeFile="Admincompanyprofileaccept.aspx.cs"
Inherits="Default2" Title="Untitled Page" %
<%-- Add content controls here --%
<script runat="server"
</script
<asp:Content ID="Content1" runat="server"
ContentPlaceHolderID="ContentPlaceHolder1"
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AllowSorting="True"
AutoGenerateColumns="False"
AutoGenerateSelectButton="True" BackColor="White" BorderColor="White"
BorderStyle="Ridge"
BorderWidth="2px" CellPadding="3"
JnSelectedIndexChanged="GridView1_SelectedIndexChanged" PageSize="5"
AutoGenerateDeleteButton="True" DataSourceID="SqlDataSource1" CellSpacing="1"
GridLines="None" DataKeyNames="Id"
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" /
<RowStyle BackColor="#DEDFDE" ForeColor="Black" /
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White"
/
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right"
/
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF" /
<Columns
<asp:BoundField DataField="TemporaryId" HeaderText="TemporaryId"
SortExpression="TemporaryId" /
<asp:BoundField DataField="Status" HeaderText="Status"
SortExpression="Status" /
<asp:BoundField DataField="CompanyName" HeaderText="CompanyName"
SortExpression="CompanyName" /
<asp:BoundField DataField="CompanyId" HeaderText="CompanyId"
SortExpression="CompanyId" /
<asp:BoundField DataField="IndustryType" HeaderText="IndustryType"
SortExpression="IndustryType" /
<asp:BoundField DataField="WebSite" HeaderText="WebSite"
SortExpression="WebSite" /
<asp:BoundField DataField="Email" HeaderText="Email"
SortExpression="Email" /
<asp:BoundField DataField="Address" HeaderText="Address"
SortExpression="Address" /
<asp:BoundField DataField="State" HeaderText="State"
SortExpression="State" /
43
<asp:BoundField DataField="City" HeaderText="City"
SortExpression="City" /
<asp:BoundField DataField="Pincode" HeaderText="Pincode"
SortExpression="Pincode" /
<asp:BoundField DataField="Phone" HeaderText="Phone"
SortExpression="Phone" /
<asp:BoundField DataField="Date" HeaderText="Date"
SortExpression="Date" /
<asp:BoundField DataField="Password" HeaderText="Password"
SortExpression="Password" /
<asp:BoundField DataField="loginId" HeaderText="loginId"
SortExpression="loginId" /
<asp:BoundField DataField="Id" HeaderText="Id" SortExpression="Id" /
</Columns
</asp:GridView
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$
ConnectionStrings:ConnectionString2 %" SelectCommand="SELECT FRJM
temporarycompanydata,"
</asp:SqlDataSource
<br /
ID:<asp:TextBox ID="TextBox1" runat="server"</asp:TextBox<br /
CompanyName:<asp:TextBox ID="TextBox2" runat="server"</asp:TextBox<br /
Email:<asp:TextBox ID="TextBox3" runat="server"</asp:TextBox<br /
Date:<asp:TextBox ID="TextBox4" runat="server"</asp:TextBox
<asp:Button ID="Button3" runat="server" JnClick="Button3_Click"
Text="GenerateID" BackColor="DarkSlateBlue" Font-Bold="True" ForeColor="White" /
<asp:Button ID="Button1" runat="server" Text="Accept"
JnClick="Button1_Click1" BackColor="DarkSlateBlue" Font-Bold="True"
ForeColor="White" /
<br /
<asp:TextBox ID="TextBox6" runat="server"</asp:TextBox
<asp:TextBox ID="TextBox7" runat="server"</asp:TextBox
<asp:TextBox ID="TextBox8" runat="server"</asp:TextBox
<asp:TextBox ID="TextBox9" runat="server"</asp:TextBox<br /
<asp:GridView ID="GridView2" runat="server" AllowSorting="True"
AutoGenerateColumns="False"
AutoGenerateDeleteButton="True" AutoGenerateSelectButton="True"
BackColor="White"
BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" CellPadding="3"
CellSpacing="1" DataSourceID="SqlDataSource2" GridLines="None"
AutoGenerateEditButton="True"
JnSelectedIndexChanged="GridView2_SelectedIndexChanged" DataKeyNames="Id"
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" /
<RowStyle BackColor="#DEDFDE" ForeColor="Black" /
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White"
/
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right"
/
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF" /
<Columns
44
<asp:BoundField DataField="Id" HeaderText="Id" ReadJnly="True"
SortExpression="Id" /
<asp:BoundField DataField="CompanyName" HeaderText="CompanyName"
SortExpression="CompanyName" /
<asp:BoundField DataField="CompanyId" HeaderText="CompanyId"
SortExpression="CompanyId" /
<asp:BoundField DataField="Email" HeaderText="Email"
SortExpression="Email" /
<asp:BoundField DataField="Address" HeaderText="Address"
SortExpression="Address" /
<asp:BoundField DataField="ContractDateFrom"
HeaderText="ContractDateFrom" SortExpression="ContractDateFrom" /
<asp:BoundField DataField="ContractDateTo"
HeaderText="ContractDateTo" SortExpression="ContractDateTo" /
</Columns
</asp:GridView
<br /
<asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$
ConnectionStrings:ConnectionString2 %" SelectCommand="SELECT Id,,
CompanyName,, CompanyId,, Email,, Address,, ContractDateFrom,,
ContractDateTo, FRJM AcceptedCompanyData," DeleteCommand="delete from
AcceptedCompanyData where Id=@Id" UpdateCommand="update AcceptedCompanyData set
ContractDateTo=@ContractDateTo where Id=@Id"
<DeleteParameters
<asp:Parameter Name="Id" /
</DeleteParameters
<UpdateParameters
<asp:Parameter Name="ContractDateTo" /
<asp:Parameter Name="Id" /
</UpdateParameters
</asp:SqlDataSource
<asp:TextBox ID="TextBox5" runat="server" </asp:TextBox<br /
<asp:Label ID="Label1" runat="server" Font-Bold="True"
ForeColor="Red"</asp:Label<br /
<br /
<asp:Button ID="Button2" runat="server" Text="Publish"
JnClick="Button2_Click" BackColor="DarkSlateBlue" Font-Bold="True"
ForeColor="White" /
<br /
<script language="javascript" type="text/javascript"
// <!CDATA
function DIV1_onclick() ,
,
// ,,
</script
</asp:Content
45
Registeredcompanys.aspx:
<%@ Page Language="C#" MasterPageFile="~/AdminMasterPage.master"
AutoEventWireup="true" CodeFile="RegisterCompanys.aspx.cs" Inherits="Default3"
Title="Untitled Page" %
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server"
<asp:Label ID="Label1" runat="server" Font-Bold="True" Text="Register
Companys Data"</asp:Label
<br /
<br /
<asp:GridView ID="GridView1" runat="server" BackColor="White"
BorderColor="#E7E7FF" BorderStyle="None" BorderWidth="1px" CellPadding="3"
GridLines="Horizontal" AutoGenerateColumns="False" DataSourceID="SqlDataSource1"
<FooterStyle BackColor="#B5C7DE" ForeColor="#4A3C8C" /
<RowStyle BackColor="#E7E7FF" ForeColor="#4A3C8C" /
<SelectedRowStyle BackColor="#738A9C" Font-Bold="True"
ForeColor="#F7F7F7" /
<PagerStyle BackColor="#E7E7FF" ForeColor="#4A3C8C"
HorizontalAlign="Right" /
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#F7F7F7" /
<AlternatingRowStyle BackColor="#F7F7F7" /
<Columns
<asp:BoundField DataField="Id" HeaderText="Id" SortExpression="Id" /
<asp:BoundField DataField="CompanyName" HeaderText="CompanyName"
SortExpression="CompanyName" /
<asp:BoundField DataField="CompanyId" HeaderText="CompanyId"
SortExpression="CompanyId" /
<asp:BoundField DataField="IndustryType" HeaderText="IndustryType"
SortExpression="IndustryType" /
<asp:BoundField DataField="WebSite" HeaderText="WebSite"
SortExpression="WebSite" /
<asp:BoundField DataField="Email" HeaderText="Email"
SortExpression="Email" /
<asp:BoundField DataField="Address" HeaderText="Address"
SortExpression="Address" /
<asp:BoundField DataField="State" HeaderText="State"
SortExpression="State" /
<asp:BoundField DataField="City" HeaderText="City"
SortExpression="City" /
<asp:BoundField DataField="Pincode" HeaderText="Pincode"
SortExpression="Pincode" /
<asp:BoundField DataField="Phone" HeaderText="Phone"
SortExpression="Phone" /
<asp:BoundField DataField="ContractFRJM" HeaderText="ContractFRJM"
SortExpression="ContractFRJM" /
<asp:BoundField DataField="ContractTJ" HeaderText="ContractTJ"
SortExpression="ContractTJ" /
</Columns
</asp:GridView
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$
ConnectionStrings:ConnectionString2 %"
SelectCommand="SELECT Id,, CompanyName,, CompanyId,, IndustryType,,
WebSite,, Email,, Address,, State,, City,, Pincode,, Phone,,
ContractFRJM,, ContractTJ, FRJM JriginalCompanyData,"
46
</asp:SqlDataSource
<br /
<br /
</asp:Content
Registereduser.aspx:
<%@ Page Language="C#" MasterPageFile="~/AdminMasterPage.master"
AutoEventWireup="true" CodeFile="AdminUserRegister.aspx.cs" Inherits="Default3"
Title="Untitled Page" %
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server"
<asp:GridView ID="GridView1" runat="server" Width="720px"
</asp:GridView
</asp:Content
1obseekerapply.aspx:
<%@ Page Language="C#" MasterPageFile="~/Userloginupdation.master"
AutoEventWireup="true" CodeFile="userprofilehomepage.aspx.cs" Inherits="Default3"
Title="Untitled Page" %
<%-- Add content controls here --%
<asp:Content ID="Content1" runat="server"
ContentPlaceHolderID="ContentPlaceHolder1"
<div style="z-index: 101; left: 331px; width: 26px; position: absolute; top:
40px;
height: 157px"
<asp:GridView ID="GridView1" runat="server" Height="155px"
AutoGenerateColumns="False" DataSourceID="SqlDataSource1"
JnRowCommand="GridView1_RowCommand" BackColor="White" BorderColor="#336666"
BorderStyle="Double" BorderWidth="3px" CellPadding="4" GridLines="Horizontal"
<Columns
<asp:TemplateField HeaderText="Companys"
<ItemTemplate
<asp:LinkButton ID="linkbutton1" runat="server"
Text='<%#Eval("CompanyName") %' /
<asp:Label ID="lable1" runat="server" Text='<%#Eval("Id") %'
Visible="false"</asp:Label
</ItemTemplate
</asp:TemplateField
</Columns
<FooterStyle BackColor="White" ForeColor="#333333" /
<RowStyle BackColor="White" ForeColor="#333333" /
<SelectedRowStyle BackColor="#339966" Font-Bold="True"
ForeColor="White" /
<PagerStyle BackColor="#336666" ForeColor="White"
HorizontalAlign="Center" /
47
<HeaderStyle BackColor="#336666" Font-Bold="True" ForeColor="White"
/
</asp:GridView
</div
<asp:SqlDataSource
ID="SqlDataSource1" runat="server" ConnectionString="<%$
ConnectionStrings:ConnectionString2 %"
SelectCommand="SELECT CompanyName,, Id, FRJM
JriginalCompanyData,"</asp:SqlDataSource
<div style="z-index: 103; left: 824px; width: 111px; position: absolute; top:
-24px;
height: 100px"
<asp:LinkButton ID="LinkButton4" runat="server" ForeColor="#C00000"
JnClick="LinkButton4_Click"Change Password</asp:LinkButton
<asp:TextBox ID="TextBox1" runat="server" Visible="False"
TextMode="Password"</asp:TextBox <asp:Button
ID="Button1" runat="server" ForeColor="#C00000"
JnClick="Button1_Click" Text="Change"
Visible="False" /
</div
<div style="z-index: 102; left: 2px; width: 372px; position: absolute; top: -
49px;
height: 21px"
<asp:HyperLink ID="HyperLink1" runat="server"
Font-Bold="True"
Font-Size="Larger" Font-Underline="True"
ForeColor="Black"Home</asp:HyperLink
<asp:LinkButton ID="LinkButton2" runat="server" Font-
Bold="True" Font-Size="Larger" Font-Underline="True" ForeColor="Black"
JnClick="LinkButton2_Click1" Inbox</asp:LinkButton
<asp:LinkButton ID="LinkButton3"
runat="server" Font-Bold="True" Font-Size="Larger"
Font-Underline="True" ForeColor="Black" JnClick="LinkButton3_Click1"
Update Profile</asp:LinkButton</div
</asp:Content