Online Tenders

This application allows contractors who are interested in filing tenders for various jobs related to the company. Each contractor is given a unique id for login and other operations. Contractor logs in with this id and files tenders for jobs he would like to handle.

Contractor can modify/delete his tenders. He can also search for jobs based on location, duration etc.

This provides typical users option like forgot password, registartion, change password and change profile.

 

Technologies and Products used

Steps to download, deploy and run this project

The following are the steps to related to be taken to run the existing part of the application:

  1. Download tender.zip and unzip it into any directory in your system. (For example if you extract to d:\ then it will create a directory tenders in d:\)
  2. Open Visual Web Developer 2005 Express Edition.
  3. Open the project from the directory into which you extracted project.For example, d:\tenders
  4. Goto Solution Explorer and make default.aspx the startup page.
  5. Run project from VWD 2005 Express Edition.
  6. Change the path used in web.config and Database.cs as it refer to the path of the database file.
  7. You should see login.aspx page.