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

SHREE KARNI COLLEGE

MSC-IT – III SEM


ASP ASSIGNMENTS

1. WAP in ASP to print “Hello world”.


2. WAP to print days of the week by name.
3. WAP to print “GOOD MORNING”,”GOOD AFTERNOON”,”GOOD EVENING”,”GOOD NIGHT”
according to the time. (if-else)
4. WAP to print factorial through the procedure.
5. WAP to print HEADING H1-H6 using FOR loop.
6. WAP to print the number of students of MSC-IT using dynamic size array.
7. WAP to show the random link and display the multiple sites using response object.
8. WAP to store and retrieve the session variables.
9. WAP to remove all the session variables and destroy the session.
10. WAP to implementing the page counter.
11. WAP to create a web form with following labels : name, age, gender, address, email-id, phone
no and fetch the data using ASP code.
12. WAP to print the Server’s information such as (browser type, IP address, port number etc.)
13. WAP to create a web form with following labels : username and password.
 Create Cookie
 Retrieve Coookie
 Expiration date should be good for 20 days by taking the current date.
14. WAP to create the database with following fields :
rollno,name,marks1,marks2,marks3,marks4,marks5 and search the data with the help of rollno.
15. WAP to fetch the data using Querystring method.
16. WAP to rotate the different images using AdRotator component.
17. WAP to display the different contents each time when a visitor view the web page.
18. WAP to create a quick and easy navigation system.
19. WAP to print the browser’s information such as : (Browser name, browser version etc)
20. WAP to fetch the value of radio buttons.

You might also like