Tag Archives: ASP tutorial

How to make a website using ASP(TUTORIAL-16)

ONLINE NESCAFE OF COLLEGE CAMPUS-16 (FORM OF CHANGING DATABASE OF ADMIN) CHANGE_PASSWORD.ASP   This page shows you the how the form is created for changing the password of administrator in the database ADMIN.     <html> <body> <form method=”post” action=”Validate_Password.asp”> … Continue reading

Posted in Computer | Tagged , , , , | Leave a comment

How to make a website using ASP(TUTORIAL-15)

ONLINE NESCAFE OF COLLEGE CAMPUS-15 (FORM OF UPDATING PRODUCTS FROM DATABASE) UPDATE.ASP   This page shows you the how the form is created for updating any item to the database PRODUCTS.   <html> <body> <form method=”post” action=”update_item.asp”> <table align=”center” cellpadding=”0″ … Continue reading

Posted in Computer | Tagged , , , , | Leave a comment

How to make a website using ASP(TUTORIAL-14)

ONLINE NESCAFE OF COLLEGE CAMPUS-14 (FORM OF DELETING PRODUCTS FROM DATABASE) DELETE.ASP   This page shows you the how the form is created for deleting any item to the database PRODUCTS.   <html> <body> <form method=”post” action=”Delete_item.asp”> <table align=”center” cellpadding=”0″ … Continue reading

Posted in Computer | Tagged , , , , | Leave a comment

How to make a website using ASP(TUTORIAL-13)

ONLINE NESCAFE OF COLLEGE CAMPUS-13 (FORM OF ADDING PRODUCTS TO DATABASE) ADD.ASP   This page shows you the how the form is created for adding any item to the database PRODUCTS.     <html> <body> <form method=”post” action=”Add_item.asp”> <table align=”center” … Continue reading

Posted in Computer | Tagged , , , , | Leave a comment

How to make a website using ASP(TUTORIAL-12)

ONLINE NESCAFE OF COLLEGE CAMPUS-12 (forms of FUCTIONS OF ADMINISTRATOR) FUNCTIONS OF ADMIN.ASP This page is simply divided into two frames. The top frame is the page HEADER OF FUNCTIONS OF ADMIN.ASP and the bottom frame is named ADMIN DOWN. … Continue reading

Posted in Computer | Tagged , , , , | Leave a comment

How to make a website using ASP(TUTORIAL-11)

ONLINE NESCAFE OF COLLEGE CAMPUS-11 (FUCTIONS OF ADMINISTRATOR) HEADER OF FUNCTIONS OF ADMIN.ASP After creating the homepage, first of all you have to create all the script for all the functions to be performed by the administrator. For example, in … Continue reading

Posted in Computer | Tagged , , , , | Leave a comment

How to create a website using ASP(TUTORIAL-10)

ONLINE NESCAFE OF COLLEGE CAMPUS-10 (DATABASE CONNECTIVITY, CHECKING FROM DATABASE) verifyadmin.ASP   Whenever you login in any site, first of all, it is checked if the user has ever sign up and the details of the user are present in … Continue reading

Posted in Computer | Tagged , , , , | Leave a comment

How to create a website using ASP(TUTORIAL-9)

ONLINE NESCAFE OF COLLEGE CAMPUS-9 (DATABASE CONNECTIVITY, CHECKING FROM DATABASE) verifyuser.ASP   Whenever you login in any site, first of all, it is checked if the user has ever sign up and the details of the user are present in … Continue reading

Posted in Computer | Tagged , , , , | 2 Comments

How to create a website using ASP(TUTORIAL-8)

ONLINE NESCAFE OF COLLEGE CAMPUS-8 (VALIDATIONS of REGISTRATION FORM, DATABASE CONNECTIVITY, INSERTION  IN DATABASE) masterdb.ASP You must have registered in various websites and for that you must have fill a registration form. Whenever you make a mistake in filling up … Continue reading

Posted in Computer | Tagged , , , , | Leave a comment

How to create a website using ASP(TUTORIAL-7)

ONLINE NESCAFE OF COLLEGE CAMPUS-7 (DATABASE CREATION and CONNECTIVITY) Now as you have created a registration form, you must create a database so that the user details get stored in the database. FIRST OF ALL, LET ME MAKE IT CLEAR … Continue reading

Posted in Computer | Tagged , , , | Leave a comment

How to create a website using ASP(TUTORIAL-6)

ONLINE NESCAFE OF COLLEGE CAMPUS-6 (attributes of form tag and REGISTRATION FORM) SIGN UP.ASP You must have registered in various websites and for that you must have fill a registration form. Today I am going to teach you about how … Continue reading

Posted in Computer | Tagged , , | Leave a comment

How to make a website using ASP(TUTORIAL-5)

ONLINE NESCAFE OF A COLLEGE CAMPUS-5  (creating HOMEPAGE using FRAMES) FRAME.asp This script is used divide the entire home page into 5 frames and inserting each part we have into one of the frames in appropriate position so that our home … Continue reading

Posted in Computer | Tagged , , | Leave a comment

How to make a website using ASP(TUTORIAL-4)

ONLINE NESCAFE OF A COLLEGE CAMPUS-4  (APPLICATION AND RESPONSE OBJECTS) LEFT FRAME.asp This page is used only for increasing the attraction of your site and checking the number of visitors of the site. The entire script between the <%  and … Continue reading

Posted in Computer | Tagged , , | Leave a comment

How to make a website using ASP(TUTORIAL-3)

ONLINE NESCAFE OF A COLLEGE CAMPUS-3 (creating a LOGIN FORM FOR USER and providing LINK) LOGIN PAGE.ASP The script below shows you how to build a simple login form for userwith the help of the FORM tag. The TABLE tag … Continue reading

Posted in Computer | Tagged , , | Leave a comment

How to make a website using ASP(TUTORIAL-2)

ONLINE NESCAFE OF A COLLEGE CAMPUS-2 (creating a LOGIN form) LOGIN FOR ADMIN.ASP The script below shows you how to build a simple login form with the help of the FORM tag. The TABLE tag is used only for the … Continue reading

Posted in Computer | Tagged , , | Leave a comment