WT

You might also like

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

MASTER OF COMPUTER APPLICATION

Session 2011 2014 Semester 4

Research Project-

Advanced Computer Networks


Submitted To :Submitted by :Enrollment No :Ms Rakhee Chhibber ROBIN JOSEPH 05615904411 (2011-2014)

RUKMINI DEVI INSTITUTE OF ADVANCED STUDIES


An ISO 9001:2008 Certified Institute Approved by AICTE, HRD Ministry, Govt. of India Affiliated to Guru Gobind Singh Indraprastha University, Delhi 2A & 2B, Madhuban Chowk, Outer Ring Road, Phase-1, Delhi-110085

Robin Joseph 05615904411

CERTIFICATE

I ROBIN JOSEPH enrollment no 05615904411 certify that the Web technologies Project is done by me and it is an authentic work carried out by me at RUKMINI DEVI INSTITUTE OF ADVANCED STUDIES .The matter embodied in this project work has not been submitted earlier for the award of any degree or diploma to the best of my knowledge and belief.

Signature of the Student

This is Certified that the Web technologies Project done by the ROBIN JOSEPH, MCA4(2011-2014) 05615904411 is completed under my guidance.

Signature of the Guide

Ms. Rakhee Chhibber

Robin Joseph 05615904411

INTRODUCTION OF ASP.NET
ASP.NET is not just a simple upgrade or the latest version of ASP. ASP.NET combines unprecedented developer productivity with performance, reliability, and deployment. ASP.NET redesigns the whole process. It's still easy to grasp for new comers but it provides many new ways of managing projects. Below are the features of ASP.NET. ASP.NET Features Easy Programming Model

ASP.NET makes building real world Web applications dramatically easier. ASP.NET server controls enable an HTML-like style of declarative programming that let you build great pages with far less code than with classic ASP. Displaying data, validating user input, and uploading files are all amazingly easy. Best of all, ASP.NET pages work in all browsers including Netscape, Opera, AOL, and Internet Explorer. Flexible Language Options

ASP.NET lets you leverage your current programming language skills. Unlike classic ASP, which supports only interpreted VBScript and JScript, ASP.NET now supports more than 25 .NET languages (built-in support for VB.NET, C#, and JScript.NET), giving you unprecedented flexibility in your choice of language. Great Tool Support

You can harness the full power of ASP.NET using any text editor, even Notepad. But Visual Studio .NET adds the productivity of Visual Basic-style development to the Web. Now you can visually design ASP.NET Web Forms using familiar drag-drop-doubleclick techniques, and enjoy full-fledged code support including statement completion and color-coding. VS.NET also provides integrated support for debugging and deploying ASP.NET Web applications. The Enterprise versions of Visual Studio .NET deliver life-cycle features to help organizations plan, analyze, design, build, test, and coordinate teams that develop ASP.NET Web applications. These include UML class modeling, database modeling testing tools and enterprise frameworks and templates, all available within the integrated Visual Studio .NET environment.

Robin Joseph 05615904411

Rich Class Framework Application features that used to be hard to implement, or required a 3rd-party component, can now be added in just a few lines of code using the .NET Framework. The .NET Framework offers over 4500 classes that encapsulate rich functionality like XML, data access, file upload, regular expressions, image generation, performance monitoring and logging, transactions, message queuing, SMTP mail, and much more. With Improved Performance and Scalability ASP.NET lets you use serve more users with the same hardware. Compiled execution

ASP.NET is much faster than classic ASP, while preserving the "just hit save" update model of ASP. However, no explicit compile step is required. ASP.NET will automatically detect any changes, dynamically compile the files if needed, and store the compiled results to reuse for subsequent requests. Dynamic compilation ensures that your application is always up to date, and compiled execution makes it fast. ASP see a 3x to 5x increase in pages served. Rich output caching Most applications migrated from classic

ASP.NET output caching can dramatically improve the performance and scalability of your application. When output caching is enabled on a page, ASP.NET executes the page just once, and saves the result in memory in addition to sending it to the user. When another user requests the same page, ASP.NET serves the cached result from memory without re-executing the page. Output caching is configurable, and can be used to cache individual regions or an entire page. Output caching can dramatically improve the performance of data-driven pages by eliminating the need to query the database on every request. Web-Farm Session State

ASP.NET session state lets you share session data user-specific state values across all machines in your Web farm. Now a user can hit different servers in the Web farm over multiple requests and still have full access to her session. And since business components created with the .NET Framework are free-threaded, you no longer need to worry about thread affinity. Enhanced Reliability

ASP.NET ensures that your application is always available to your users.


Robin Joseph 05615904411

Memory Leak, DeadLock and Crash Protection

ASP.NET automatically detects and recovers from errors like deadlocks and memory leaks to ensure your application is always available to your users. For example, say that your application has a small memory leak, and that after a week the leak has tied up a significant percentage of your server's virtual memory. ASP.NET will detect this condition, automatically start up another copy of the ASP.NET worker process, and direct all new requests to the new process. Once the old process has finished processing its pending requests, it is gracefully disposed and the leaked memory is released. Automatically, without administrator intervention or any interruption of service, ASP.NET has recovered from the error. Easy Deployment

ASP.NET takes the pain out of deploying server applications. "No touch" application deployment. ASP.NET dramatically simplifies installation of your application. With ASP.NET, you can deploy an entire application as easily as an HTML page, just copy it to the server. No need to run regsvr32 to register any components, and configuration settings are stored in an XML file within the application. Dynamic update of running application

ASP.NET now lets you update compiled components without restarting the web server. In the past with classic COM components, the developer would have to restart the web server each time he deployed an update. With ASP.NET, you simply copy the component over the existing DLL, ASP.NET will automatically detect the change and start using the new code. Easy Migration Path

You don't have to migrate your existing applications to start using ASP.NET. ASP.NET runs on IIS side-by-side with classic ASP on Windows 2000 and Windows XP platforms. Your existing ASP applications continue to be processed by ASP.DLL, while new ASP.NET pages are processed by the new ASP.NET engine. You can migrate application by application, or single pages. And ASP.NET even lets you continue to use your existing classic COM business components.

Robin Joseph 05615904411

XML Web Services

XML Web services allow applications to communicate and share data over the Internet, regardless of operating system or programming language. ASP.NET makes exposing and calling XML Web Services simple. Any class can be converted into an XML Web Service with just a few lines of code, and can be called by any SOAP client. Likewise, ASP.NET makes it incredibly easy to call XML Web Services from your application. No knowledge of networking, XML, or SOAP is required.

Mobile Web Device Support

ASP.NET Mobile Controls let you easily target cell phones, PDAs and over 80 mobile Web devices. You write your application just once, and the mobile controls automatically generate WAP/WML, HTML, or iMode as required by the requesting device.

Robin Joseph 05615904411

PROBLEM STATEMENT

Travel Portal

Create a Travel portal which is completely flexible for the people so that everyone can use it easily. . Main advantage of this travel portal you can easily watch the different location of India and can make a quick decision that where u want to go for your holiday etc. Different modules of this project are : About Indian subcontinent In the India subcontinent we are telling about the Indian subcontinent is huge and diverse, and it does not fail to cast a spell on anyone who travels through it. About Different Destinations Here we are telling about different location of India About All Hotels of that place Here we are giving information about different hotels of that place where u r going to travel. Cheap Fare Here we are giving you information about the cheap fare About Top Rated Attraction Here we are telling you about the Top rated places and restaurants of that city. Free place Guide Here we are giving you quick guide to the top hotels, restaurants and things to do. About us Here we are telling you about our travel portal

Robin Joseph 05615904411

The aim of this project i.e. TRAVEL PORTAL is all about encouraging the tourism in India and telling about the beautiful places of India so that people can easily know about the different beautiful places of India and easily decide where they want to travel and giving them all necessary information about that place where they are going to travel ,so that their journey can be easy and enjoyable and the tourism in India can also increase.. OBJECTIVE OF THE PROJECT Main Objectives are : The Travel portal all necessary information about the places A user can easily interact with our portal and full his/her needs. A user can easily choose where he want to spend his holiday. Admin can easily search how much time same use interact with our portal so that we can know about the popularity of our site The main concern of this project is to encourage the tourism in India.

Robin Joseph 05615904411

NEED OF COMPUTERIZATION

In the area of information technology, it is need of hour to have a fast information processing system capable of providing processed data at right time and to right person which appropriately justified by the following limitation of manual system: Delay in information search and retrieval Problem in updation of current information and maintaining proper backup of information Possible damage of paper carrying the information thereby chance of loosing valuable information. Much time required in giving correct information Less reliability and maintainability of data Secrecy of information may not be maintained due to visible facts on paper.

IMPORTANCE OF COMPUTERIZATION After computerization of the system, it will be helpful for giving correct information in a short period of time. This will provide: Easy storage and retrieval of data Giving correct information with less effort and high accuracy Secrecy and less chance of change of loss of data Easy data updating facility Data integrity and inconsistency

Robin Joseph 05615904411

Requirement Collection and Analysis Most information regarding identification of user group and application areas, the operating environment, the processing requirements have been obtained during the system analysis phase through on-site observations and interviews. Preliminary Investigation:The first step in the system development lifecycle is the preliminary investigation to determine the feasibility of the system .when the request is made; the first step is the preliminary investigation begins. Request clarification :- The client is a marketing based company . The tele marketing persons contact to their client via telephone and confirm the appointment. They send these details to their head. Head after that allots that project to their Marketing Executives. They have to keep the record of their client, their payment details, share of each tele-marketing person for every confirm appointment and confirm order.

Different Modules In Computerized System

Module 1: Destination Module In this module, user select a destination a destination about that destination. . . and the portal give all the information

Module 2: Information n Module In this module user get all the important information about the destination etc.

Module 3: cheap fare Module In this module user can know about the cheapest fare for the destination and decide how he want to go there .

Module 4: Top rated place Module In this module, user can know about the all attractive places of the destination. Module 5: Customer Support Module In this module, can directly contact to us in case of any inconvenience.

Robin Joseph 05615904411

Database Requirements:

Identify The Various user Required.

Fields For These Tables..

Identify The Various Constraints like Not Null, Unique etc.

The Database here used is SQL server. The database tables are shown in DATABASE DESIGN. The list of tables are:-

List of Tables: 1. Contacts table

Software/Compilers Required To Develop This System: Operating System Front-End Tool Back-End : : : Windows XP 3/ Window 7 ASP.NET 2010 SQL Server

Robin Joseph 05615904411

Hardware Required To Develop This System: Processor: Any Pentium IV or Equivalent Machine RAM: 256 MB HDD: 40 GB FDD: 1.44 MB CD-ROM: 52X 15 inches Color Monitor 104 Keys Keyboards Printer: DeskJet 670 C

Robin Joseph 05615904411

SCREEN SHOTS

HOME Page

CODING
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Ho,e.aspx.cs" Inherits="Ho_e" %> <!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>Travel Portal by Robin Joseph</title> <link href="style/default.css" rel="stylesheet" type="text/css" />

</head> <body> <div id="page"> <div id="sidebar">

Robin Joseph 05615904411

<div id="logo"> <h1><a href="#">Travel Portal</a></h1> <h2><a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">By Robin Joseph</a></h2> </div> <!-- end header --> <div id="menu"> <ul> <li class="first"><a href="Home.aspx#">Home</a></li> <li><a href="Destination.aspx#">Destinations</a></li> <li><a href="Custome_Support.aspx#">Customer Support</a></li> <li><a href="about.aspx#">About Us</a></li> <li><a href="Contact.aspx#">Contact Us</a></li> <li></li> </ul> </div> <!-- end menu --> <div id="login"> <h2 class="title1">Customer Login</h2> <form id="form1" method="post" action="#"> <fieldset> <label for="inputtext1">Username:</label> <input id="inputtext1" type="text" name="inputtext1" value="" /> <label for="inputtext2">Password:</label> <input id="inputtext2" type="password" name="inputtext2" value="" /> <input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" /> <p><a href="#">Forgot your password?</a><br /> <a href="#">Register for Free!</a></p> </fieldset> </form> </div> </div> <!-- end sidebar --> <div id="content"> <div><img src="images/img08.jpg" alt="" width="740" height="220" /></div> <div class="boxed"> <h1 class="title2">Welcome to Dream Travels!</h1> <p>The Indian subcontinent is huge and diverse, and it does not fail to cast a spell on anyone who travels through it. Visitors to India are charmed, inspired and bemused by its diverse sights, sounds and smells it is a holiday destination unlike any other in the World. The Indian subcontinent is perhaps the only destination in the World where in a two week holiday, you can do a high altitude trek, do a wildlife safari in a National Park, spend a night lazily cruising the backwaters, ride a Camel in the desert, spend time gazing at the Taj Mahal, and still have time to relax on a beach !! India has all this and much more </p> <p>Book your India tour with India Tours Online, and let our India travel specialists give you the holiday of your dreams. What makes India Tours Online unique and special is the fact, that each of our consultants has over 10 years of experience of handling and designing tours in the Indian subcontinent, and most of the have personally experienced the product and the destinations. Click on any of the links below and find the India tour that is perfect for you, or email us your requirements, and let us custom design your tour.</p>

Robin Joseph 05615904411

</div> <div class="boxed orange"> <div class="col-one"> <h2 class="title3">Lorem Ipsum Dolorem</h2> <ul> <li><a href="#">Semper vestibulum</a></li> <li><a href="#">Vestibulum luctus</a></li> <li><a href="#">Integer rutrum</a></li> <li><a href="#">Etiam malesuada</a></li> <li><a href="#">Elementum facilisis</a></li> <li><a href="#">Ut tincidunt</a></li> <li><a href="#">Odio sagittis</a></li> </ul> </div> <div class="col-two"> <h2 class="title3">Lorem Ipsum Dolorem</h2> <ul> <li><a href="#">Semper vestibulum</a></li> <li><a href="#">Vestibulum luctus</a></li> <li><a href="#">Integer rutrum</a></li> <li><a href="#">Etiam malesuada</a></li> <li><a href="#">Elementum facilisis</a></li> <li><a href="#">Ut tincidunt</a></li> <li><a href="#">Odio sagittis</a></li> </ul> </div> <div style="clear: both;">&nbsp;</div> </div> </div> <!-- end content --> <div style="clear: both;">&nbsp;</div> </div> <!-- end page --> <div id="footer"> <p id="legal">Copyright &copy; 2007 Travel Portal. All Rights Reserved. Designed by <a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">Robin Joseph pandey</a>.</p> <p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p> </div> <div align="center">This Travel portal is <a href='http://localhost:1905/visual%20studio%20websites/Home.aspx'>your dream travel portal</a></div></body>

</html>

Robin Joseph 05615904411

Destination Page

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Destination.aspx.cs" Inherits="Destination" %> <!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 id="Head1" runat="server"> <title>Travel Portal by Robin Joseph</title> <link href="style/default.css" rel="stylesheet" type="text/css" />

</head> <body> <div id="page"> <div id="sidebar"> <div id="logo"> <h1><a href="#">Travel Portal</a></h1> <h2><a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">By Robin Joseph</a></h2>

Robin Joseph 05615904411

</div> <!-- end header --> <div id="menu"> <ul> <li class="first"><a href="Home.aspx#">Home</a></li> <li><a href="Destination.aspx#">Destinations</a></li> <li><a href="Custome_Support.aspx#">Customer Support</a></li> <li><a href="about.aspx#">About Us</a></li> <li><a href="Contact.aspx#">Contact Us</a></li> <li></li> </ul> </div> <!-- end menu --> <div id="login"> <h2 class="title1">Customer Login</h2> <form id="form1" method="post" action="#"> <fieldset> <label for="inputtext1">Username:</label> <input id="inputtext1" type="text" name="inputtext1" value="" /> <label for="inputtext2">Password:</label> <input id="inputtext2" type="password" name="inputtext2" value="" /> <input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" /> <p><a href="#">Forgot your password?</a><br /> <a href="#">Register for Free!</a></p> </fieldset> </form> </div> </div> <!-- end sidebar --> <div id="content"> <div><img src="images/img08.jpg" alt="" width="740" height="220" /></div> <div class="boxed"> <h1 class="title2">Your Dream Destinations!</h1> <h2> Top 10 Popular travel destinations in India</h2> <p><strong>Where better to go for a romantic holiday than to the great testament of love, the Taj Mahal? <br />Built by the grieving Mughal Emperor Shah Jahan in memory of his late... more <br /></strong> <a href=http://www.tripadvisor.in/Tourism-g297683-Agra_Uttar_Pradesh-Vacations.html"><br />AGRA,INDIA </p> <p><strong>The hardest thing about visiting Goa might be deciding which beach to visit!<br /> You might see dolphins playing just offshore or find yourself in complete solitude on... more .<br /></strong> <a href="http://www.tripadvisor.in/Tourism-g297604-Goa-Vacations.html"><br />GOA,INDIA </p> <p><strong>Laid out by British architect Edwin Lutyens, the Indian capital is a striking modern metropolis.<br /> A gracious contrast to Old Delhi's winding streets, the grand... more <br /></strong> <a href="http://www.tripadvisor.in/Tourism-g304551New_Delhi_National_Capital_Territory_of_Delhi-Vacations.html"><br />NEW DELHI,INDIA </p> <p><strong>The north Indian city of Varanasi, or Benares, is regarded as sacred by Hindus, Buddhists and Jains.<br /> Situated in the fertile Ganga valley and on the banks of the... more <br /></strong> <a href="http://www.tripadvisor.in/Tourism-g297685-Varanasi_Uttar_PradeshVacations.html"><br />VARANSI,INDIA </p> <p><strong>Udaipur, known as the Venice of the East, boasts several sparkling lakes against a backdrop of the Aravail hills.<br /> Jag Niwas and Jag Mandir, islands in

Robin Joseph 05615904411

Fateh Sagar... more <br /></strong> <a href="http://www.tripadvisor.in/Tourism-g297672Udaipur_Rajasthan-Vacations.html"><br />UDAIPUR,INDIA </p> <p><strong>If you take one look at the glorious stucco buildings that line Jaipur's wide streets,<br /> you'll understand why this is nicknamed "The Pink City." Spend your days... more <br /></strong> <a href="http://www.tripadvisor.in/Tourismg304555-Jaipur_Rajasthan-Vacations.html"><br />JAIPUR,INDIA </p> <p><strong>Known as both the "Garden City" and "The Silicon Valley of India,<br />" Bangalore (officially "Bengaluru") is a techies paradise, boasting the highest concentration of... more <br /></strong> <a href="http://www.tripadvisor.in/Tourism-g297628-Bangalore_Karnataka-Vacations.html"><br />BANGALORE,INDIA </p> <p><strong>Mumbai (formerly known as Bombay), India, is famous for its chaotic streets.<br /> For bargains and people-watching, outdoor bazaars top the list of attractions. Popular... more <br /></strong> <a href="http://www.tripadvisor.in/Tourism-g304554-Mumbai_Bombay_MaharashtraVacations.html"><br />MUMBAI,INDIA </p> <p><strong>Look for spicy dishes flavoured with tamarind and coconut in Kochi,<br /> and dont be surprised if your dinner is served up on a banana leaf. <br />The region is a major... more <br /></strong> <a href="http://www.tripadvisor.in/Tourism-g297633-Kochi_Cochin_Greater_Kochi_hjVacations.html"><br />KOCHI(Cochin),INDIA </p> <p><strong>Education, the arts and music are staples of life in the culturerich city of Pune.<br /> The Pataleshwar Cave Temple, dating to the eighth century and dedicated to the... more <br /></strong> <a href="http://www.tripadvisor.in/Tourismg297654-Pune_Maharashtra-Vacations.html"><br />PUNE,INDIA </p> <p><strong>The dramatic and romantic desert fortress of Jaisalmer is an exotic city in Rajasthans great Thar Desert.<br /> "The Golden City" rose to prominence as a result of its... more <br /></strong> <a href="http://www.tripadvisor.in/Tourismg297667-Jaisalmer_Rajasthan-Vacations.html"><br />JAISALMER,INDIA </p>

</div> <div style="clear: both;">&nbsp;</div> </div> </div> <!-- end content --> <div style="clear: both;">&nbsp;</div> </div> <!-- end page --> <div id="footer"> <p id="legal">Copyright &copy; 2007 Travel Portal. All Rights Reserved. Designed by <a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">Robin Joseph pandey</a>.</p> <p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p> </div> <div align="center">This Travel portal is <a href='http://localhost:1905/visual%20studio%20websites/Home.aspx'>your dream travel portal</a></div></body>

</html>

Robin Joseph 05615904411

Customer Support Page

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Custome_Support.aspx.cs" Inherits="Custome_Support" %> <!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 id="Head1" runat="server"> <title>Travel Portal by Robin Joseph</title> <link href="style/default.css" rel="stylesheet" type="text/css" />

</head> <body> <div id="page"> <div id="sidebar"> <div id="logo"> <h1><a href="#">Travel Portal</a></h1> <h2><a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">By Robin Joseph</a></h2> </div> <!-- end header -->

Robin Joseph 05615904411

<div id="menu"> <ul> <li class="first"><a href="Home.aspx#">Home</a></li> <li><a href="Destination.aspx#">Destinations</a></li> <li><a href="Custome_Support.aspx#">Customer Support</a></li> <li><a href="about.aspx#">About Us</a></li> <li><a href="Contact.aspx#">Contact Us</a></li> <li></li> </ul> </div> <!-- end menu --> <div id="login"> <h2 class="title1">Customer Login</h2> <form id="form1" method="post" action="#"> <fieldset> <label for="inputtext1">Username:</label> <input id="inputtext1" type="text" name="inputtext1" value="" /> <label for="inputtext2">Password:</label> <input id="inputtext2" type="password" name="inputtext2" value="" /> <input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" /> <p><a href="#">Forgot your password?</a><br /> <a href="#">Register for Free!</a></p> </fieldset> </form> </div> </div> <!-- end sidebar --> <div id="content"> <div><img src="images/img08.jpg" alt="" width="740" height="220" /></div> <div class="boxed"> <h1 class="title2">WE ARE HERE FOR YOUR HELP!</h1> <p class="title2">&nbsp;</p> <p><strong>Hello guys you are warmly welcome at <br /> <br /><b>Amit Travel Portal</b> <br /><br />In case of any problem or any inconviniance,You can Contact us at this number<br />9211420420</strong><br />THANK YOU FOR TAKING OUR HELP </p> </div> <div class="boxed orange"> <div class="col-one"> <h2 class="title3">Lorem Ipsum Dolorem</h2> <ul> <li><a href="#">Semper vestibulum</a></li> <li><a href="#">Vestibulum luctus</a></li> <li><a href="#">Integer rutrum</a></li> <li><a href="#">Etiam malesuada</a></li> <li><a href="#">Elementum facilisis</a></li> <li><a href="#">Ut tincidunt</a></li> <li><a href="#">Odio sagittis</a></li> </ul> </div> <div class="col-two"> <h2 class="title3">Lorem Ipsum Dolorem</h2> <ul> <li><a href="#">Semper vestibulum</a></li>

Robin Joseph 05615904411

<li><a href="#">Vestibulum luctus</a></li> <li><a href="#">Integer rutrum</a></li> <li><a href="#">Etiam malesuada</a></li> <li><a href="#">Elementum facilisis</a></li> <li><a href="#">Ut tincidunt</a></li> <li><a href="#">Odio sagittis</a></li> </ul> </div> <div style="clear: both;">&nbsp;</div> </div> </div> <!-- end content --> <div style="clear: both;">&nbsp;</div> </div> <!-- end page --> <div id="footer"> <p id="legal">Copyright &copy; 2007 Travel Portal. All Rights Reserved. Designed by <a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">Robin Joseph pandey</a>.</p> <p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p> </div> <div align="center">This Travel portal is <a href='http://localhost:1905/visual%20studio%20websites/Home.aspx'>your dream travel portal</a></div></body>

</html>

About Us Page

Robin Joseph 05615904411

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Custome_Support.aspx.cs" Inherits="Custome_Support" %> <!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 id="Head1" runat="server"> <title>Travel Portal by Robin Joseph</title> <link href="style/default.css" rel="stylesheet" type="text/css" />

</head> <body> <div id="page"> <div id="sidebar"> <div id="logo"> <h1><a href="#">Travel Portal</a></h1> <h2><a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">By Robin Joseph</a></h2> </div> <!-- end header --> <div id="menu"> <ul> <li class="first"><a href="Home.aspx#">Home</a></li> <li><a href="Destination.aspx#">Destinations</a></li> <li><a href="Custome_Support.aspx#">Customer Support</a></li> <li><a href="about.aspx#">About Us</a></li> <li><a href="Contact.aspx#">Contact Us</a></li> <li></li> </ul>

Robin Joseph 05615904411

</div> <!-- end menu --> <div id="login"> <h2 class="title1">Customer Login</h2> <form id="form1" method="post" action="#"> <fieldset> <label for="inputtext1">Username:</label> <input id="inputtext1" type="text" name="inputtext1" value="" /> <label for="inputtext2">Password:</label> <input id="inputtext2" type="password" name="inputtext2" value="" /> <input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" /> <p><a href="#">Forgot your password?</a><br /> <a href="#">Register for Free!</a></p> </fieldset> </form> </div> </div> <!-- end sidebar --> <div id="content"> <div><img src="images/img08.jpg" alt="" width="740" height="220" /></div> <div class="boxed"> <h1 class="title2">WE ARE HERE FOR YOUR HELP!</h1> <p class="title2">&nbsp;</p> <p><strong>Hello guys you are warmly welcome at <br /> <br /><b>Amit Travel Portal</b> <br /><br />In case of any problem or any inconviniance,You can Contact us at this number<br />9211420420</strong><br />THANK YOU FOR TAKING OUR HELP </p> </div> <div class="boxed orange"> <div class="col-one"> <h2 class="title3">Lorem Ipsum Dolorem</h2> <ul> <li><a href="#">Semper vestibulum</a></li> <li><a href="#">Vestibulum luctus</a></li> <li><a href="#">Integer rutrum</a></li> <li><a href="#">Etiam malesuada</a></li> <li><a href="#">Elementum facilisis</a></li> <li><a href="#">Ut tincidunt</a></li> <li><a href="#">Odio sagittis</a></li> </ul> </div> <div class="col-two"> <h2 class="title3">Lorem Ipsum Dolorem</h2> <ul> <li><a href="#">Semper vestibulum</a></li> <li><a href="#">Vestibulum luctus</a></li> <li><a href="#">Integer rutrum</a></li> <li><a href="#">Etiam malesuada</a></li> <li><a href="#">Elementum facilisis</a></li> <li><a href="#">Ut tincidunt</a></li> <li><a href="#">Odio sagittis</a></li> </ul> </div> <div style="clear: both;">&nbsp;</div>

Robin Joseph 05615904411

</div> </div> <!-- end content --> <div style="clear: both;">&nbsp;</div> </div> <!-- end page --> <div id="footer"> <p id="legal">Copyright &copy; 2007 Travel Portal. All Rights Reserved. Designed by <a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">Robin Joseph pandey</a>.</p> <p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p> </div> <div align="center">This Travel portal is <a href='http://localhost:1905/visual%20studio%20websites/Home.aspx'>your dream travel portal</a></div></body>

</html>

Contact us Page

Robin Joseph 05615904411

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Contact.aspx.cs" Inherits="Contact" %> <!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 id="Head1" runat="server"> <title>Travel Portal by Robin Joseph</title> <link href="style/default.css" rel="stylesheet" type="text/css" />

<style type="text/css"> #form1 { height: 348px; } .style4 {} </style>

</head> <body> <div id="page"> <div id="sidebar"> <div id="logo"> <h1><a href="#">Travel Portal</a></h1> <h2><a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">By Robin Joseph</a></h2> </div> <!-- end header --> <div id="menu"> <ul> <li class="first"><a href="Home.aspx#">Home</a></li> <li><a href="Destination.aspx#">Destinations</a></li> <li><a href="Custome_Support.aspx#">Customer Support</a></li> <li><a href="about.aspx#">About Us</a></li> <li><a href="Contact.aspx#">Contact Us</a></li> <li></li> </ul> </div> <!-- end menu --> <div id="login"> <h2 class="title1">Customer Login</h2> <form id="form2" method="post" action="#"> <fieldset> <label for="inputtext1">Username:</label> <input id="inputtext1" type="text" name="inputtext1" value="" /> <label for="inputtext2">Password:</label> <input id="inputtext2" type="password" name="inputtext2" value="" /> <input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" />

Robin Joseph 05615904411

<p><a href="#">Forgot your password?</a><br /> <a href="#">Register for Free!</a></p> </fieldset> </form> </div> </div> <!-- end sidebar --> <div id="content"> <div><img src="images/img08.jpg" alt="" width="740" height="220" /></div> <div class="boxed"> <h1 class="title2">CONTACT US!</h1> <p style="text-align: left; font-size: x-large"> <form id="form1" runat="server"> <table> <tr><td>First Name:</td> <td><asp:TextBox Id="txtFirstName" runat="server"> </asp:TextBox></td> <td><asp:RequiredFieldValidator ID="rfvFirstName" runat="server" ControlToValidate="txtFirstName" ErrorMessage="First Name can't be left blank" SetFocusOnError="true">* </asp:RequiredFieldValidator> </td> </tr> <tr> <td>Last Name:</td> <td><asp:TextBox Id="txtLastName" runat="server"> </asp:TextBox></td> <td><asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtLastName" ErrorMessage="Last Name can't be left blank" SetFocusOnError="true">* </asp:RequiredFieldValidator> </td> </tr> <tr><td>User Name:</td> <td><asp:TextBox Id="txtUser" runat="server"> </asp:TextBox></td> <td><asp:RequiredFieldValidator ID="txtUserName" runat="server" ControlToValidate="txtUser" ErrorMessage="User Name can't be left blank" SetFocusOnError="true">* </asp:RequiredFieldValidator> </td> </tr> <tr><td>Password:</td> <td><asp:TextBox Id="txtpwd1" runat="server" TextMode="Password"> </asp:TextBox></td> <td><asp:RequiredFieldValidator ID="txtpwd" runat="server"

Robin Joseph 05615904411

ControlToValidate="txtpwd1" ErrorMessage="Password can't be left blank" SetFocusOnError="true">* </asp:RequiredFieldValidator> </td> </tr> <tr><td>Confirm Password:</td> <td><asp:TextBox Id="txtRePwd" runat="server" TextMode="Password"> </asp:TextBox> </td> <td><asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="txtRePwd" ControlToValidate="txtpwd1" Operator="Equal" ErrorMessage="Password and confirm password do not match" SetFocusOnError="true"> </asp:CompareValidator> </td> </tr> <tr><td>Gender:</td> <td><asp:RadioButtonList ID="rdoGender" runat="server"><asp:ListItem>Male</asp:ListItem> <asp:ListItem>Female</asp:ListItem> </asp:RadioButtonList> </td> <td><asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="rdoGender" ErrorMessage="Gender can't be left blank" SetFocusOnError="true">* </asp:RequiredFieldValidator> </td> </tr> <tr><td>Address</td> <td><asp:TextBox ID="txtAdress1" runat="server" TextMode="MultiLine"> </asp:TextBox> </td> <td><asp:RequiredFieldValidator ID="rfvAddress" runat="server" ControlToValidate="txtAdress1" ErrorMessage="Address can't be blank" SetFocusOnError="true">* </asp:RequiredFieldValidator> </td> </tr> <tr><td>Email Id: </td> <td><asp:TextBox ID="txtEmailID" runat="server"> </asp:TextBox> </td> <td><asp:RequiredFieldValidator ID="RequirdFieldValidator3"

Robin Joseph 05615904411

runat="server" ControlToValidate="txtEmailID" ErrorMessage="Email can't be left blamk" SetFocusOnError="true">* </asp:RequiredFieldValidator> </td> </tr> <tr><td><asp:Label ID="lblMsg" runat="server"> </asp:Label> </td> <td><asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="true" ShowSummary="false" /> </td> </tr> <tr><td> </td> <td> <asp:Button ID="btnsave" runat="server" CssClass="style4" Text="Sign up" Width="176px" /> </td> </tr> </table>

</form>

</p> </div> <div class="boxed orange"> <div class="col-one"> <h2 class="title3">Lorem Ipsum Dolorem</h2> <ul> <li><a href="#">Semper vestibulum</a></li> <li><a href="#">Vestibulum luctus</a></li> <li><a href="#">Integer rutrum</a></li> <li><a href="#">Etiam malesuada</a></li> <li><a href="#">Elementum facilisis</a></li> <li><a href="#">Ut tincidunt</a></li> <li><a href="#">Odio sagittis</a></li> </ul> </div> <div class="col-two"> <h2 class="title3">Lorem Ipsum Dolorem</h2> <ul> <li><a href="#">Semper vestibulum</a></li> <li><a href="#">Vestibulum luctus</a></li> <li><a href="#">Integer rutrum</a></li> <li><a href="#">Etiam malesuada</a></li> <li><a href="#">Elementum facilisis</a></li> <li><a href="#">Ut tincidunt</a></li> <li><a href="#">Odio sagittis</a></li> </ul>

Robin Joseph 05615904411

</div> <div style="clear: both;">&nbsp;</div> </div> </div> <!-- end content --> <div style="clear: both;">&nbsp;</div> </div> <!-- end page --> <div id="footer"> <p id="legal">Copyright &copy; 2007 Travel Portal. All Rights Reserved. Designed by <a href="http://localhost:1905/visual%20studio%20websites/Home.aspx">Robin Joseph pandey</a>.</p> <p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p> </div> <div align="center">This Travel portal is <a href='http://localhost:1905/visual%20studio%20websites/Home.aspx'>your dream travel portal</a></div></body>

</html>

Hardware Requirement

Hardware is the term given to machinery itself and to various individual pieces of equipment. It refers to the physical devices of a computer system. Thus the input, storage, processing control and output devices are hardware.

Minimum Hardware Requirement Of Client Side:

Processor RAM

: :

Any Pentium IV or Equivalent Machine 512 MB

Robin Joseph 05615904411

HDD FDD CD-ROM

: : :

40 GB 1.44 MB 52X

15 inches Color Monitor 104 Keys Keyboards Printer : DeskJet 670 C

Software Requirement

Software means a collection of program where the objective is to enhance the capabilities of the hardware machine. Minimum Software Requirement Of Client Side:

Operating System Software Database

: : :

Windows XP3/Window 7 Visual Studio 2010 SQL SERVER

Robin Joseph 05615904411

Robin Joseph 05615904411

MAINTENANCE

Once the software is delivered and developed, it enters the maintenance phase. After implementation systems need maintenance. Beyond monkey testing during Software development some errors may not appear. During its usage by the end-user with actual data certain errors may disclose.

Therefore some residual errors or bugs remain in the system that must be removed as they are discovered. Many of these surfaces only after the system have been in operation sometimes for a long time. These errors once discovered need to be removed on an urgent basis for the smooth running of the system, leading to the software getting changed.

Though Maintenance is not a part of software development, it is an extremely important activity in the life of a software product. Maintenance involves understanding the existing software (code and related documents), understanding the effects of change, making the changes-to both the code and documents-testing the new parts and retesting the old part.

For successful and smooth running of the system, maintenance is the prominent part of the project. Any error, which hinders the functioning of any part of the project, may lead to bad impression of the developer. There are majorly two types of errors: Compilation error and Runtime errors. Compilation errors are errors during coding and are to be taken care by the developer during development process.

Runtime errors are those which occurs during running of the program. Whenever there is an occurance of error an Error Window opens in the middle of the screen displaying the the type of error, Error Number and the Nearest Possible reason as to why the error has occurred. With the occurance of this Error Window the operator (End-user) should note the type of error, the

Robin Joseph 05615904411

error number and the description of the error and should immediately report to the concerned Developer or Administrator.

Now comes the role of the Maintenance Personals. After knowing the entire details from the enduser like where or at which screen does this error occurred or what type of data was feeded by the user or the point of malfunctioning. Considering this error as the main reason for the malfunctioning the programmer now re-examines all the possible factors, which act behind the particular screen where error has occurred.

After debugging the required error the programmer itself tests the same screen or process with dummy data. Only after getting completely satisfied with problem rectification the programmer compiles and runs the program

COST ESTIMATION OF THE PROJECT

Cost in a project is due to the requirements for software, hardware, and human resources. Hardware resources are computer time, terminal time and memory required for the project. Software resources include the tools and compilers needed during development. The bulk of cost of software development is due to human resources needed. Cost estimates are determined in terms of person-months (PM).

Total No. Of Persons Involved In This Project: 1. Project Manager 2. Senior Programmer 3. Junior Programmers

Since this Project will complete in 4 months

Robin Joseph 05615904411

Cost Estimate: (Salary of Project Manager + Salary of Senior Programmer + 2 * Salary of Junior Programmer) * 2

FUTURE APPLICATION OF THE PROJECT

The future of the Project looks more promising.

The aim of this project i.e. Online tourism is all about taking information about beautiful places of India and to make easily a trip to that place . This project is totally web base. This software has a feature here no requirement to go anywhere and follow the queue. There no need need to give information each tie u can register only once for our records and then you can our website frequently. Any one can use this site for travling purpose.

In future, we can have the SMS facility for the users and employee search engine that can provide the result on the basis of different criteria to search. We can also have one more module of implementing this project on web.

Robin Joseph 05615904411

BIBLIOGRAPHY WEB REFRENCES

BIBLIOGRAPHY

ASP.NET UNLEASHED.Stephen Walther. Mastering in Sql Server....Brad McGehee

Web References http://opensmpp.logica.com/introhtml/menu.htm www.devshock.com www.msdn.com http://www.asp.net/ http://msdn.microsoft.com/netframework/windowsforms/ www.sas.com www.bonrix.net

Robin Joseph 05615904411

Robin Joseph 05615904411

You might also like