for example u can use client side scripting languages like javascript and vbscript for form validations like, user name should not be blank, password must contain this no. of characters like that...which executes in client's browser, whereas server side scripting languages aka code-behind files executes in the server, processes the client's request and sends back the processed output to the client as HTML page...
|