Total members 11890 |It is currently Thu Apr 18, 2024 10:00 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





In this article we show some places where we can use ASP.
1- Displaying alert box:
Displaying a small window at client side is done using JavaScript but you can use ASP to control the content of this small window or showing it or not at first place.

2- Data validation:
Data validations for example: entering a character in age parameter text box cause an error message to appears. Validation can be done at client slide using JavaScript or at server side using ASP. This is based on the requirement of the web application. Validation at server side take more time than client side and this must be taken into consideration especially on high hits websites

3- Application logic : Example - User Authentication :
Most of the application logic requirements should be implemented using ASP. The web application asks the user to enter (username/password), these inputs is sent to web application and ASP is ran to verify the user using members table and from that we can say it is login or not. The successful login message is send back using ASP scripting.



_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 




cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com