vivekprabhu
09-23-2006, 07:59 PM
Can any guide me with this ASP questions...
Any site or codes tht can help?? i need help esp with 2nd nd 3rd
QUESTIONS
1. Create a Guestbook
You are required to create a Guestbook Screen for every user of your site which should accept personal information about the user and store it into a Database. You should perform all possible validations before storing the data. (you can take the fields as per your choice)
2. Create an Online Tracking system You are required to create an online tracking system for the Webmaster which should show the current online status of all the users currently logged on to your site with the following details about every user:
SessionId
Current Page requested
Time of request
Browser used for making the request
If a user remains inactive for 10 minutes, then it should be assumed he is not online. You are not supposed to use any permanent storage features.
3. Create an ASP page that should provide the user a form containing the following:
A Simple text field for entering the Name of Customer
A Drop down combo box for allowing to choose the city of the Customer.
A submit button.
When the submit button is clicked, it should show the same page with the filled name and the Selected City.
The data for the cities should be filled from a table containing 2 fields :
Cityid – Numeric field
CityName – Charcter field
We are assuming the data in the table is already filled.
Any site or codes tht can help?? i need help esp with 2nd nd 3rd
QUESTIONS
1. Create a Guestbook
You are required to create a Guestbook Screen for every user of your site which should accept personal information about the user and store it into a Database. You should perform all possible validations before storing the data. (you can take the fields as per your choice)
2. Create an Online Tracking system You are required to create an online tracking system for the Webmaster which should show the current online status of all the users currently logged on to your site with the following details about every user:
SessionId
Current Page requested
Time of request
Browser used for making the request
If a user remains inactive for 10 minutes, then it should be assumed he is not online. You are not supposed to use any permanent storage features.
3. Create an ASP page that should provide the user a form containing the following:
A Simple text field for entering the Name of Customer
A Drop down combo box for allowing to choose the city of the Customer.
A submit button.
When the submit button is clicked, it should show the same page with the filled name and the Selected City.
The data for the cities should be filled from a table containing 2 fields :
Cityid – Numeric field
CityName – Charcter field
We are assuming the data in the table is already filled.