Passing parameters to server

State some of the different ways in order to pass parameters to the server?

E

Expert

Verified

Parameters can be passed to the server by using either the GET or POST method.

Code which shows example of both the methods are as follows:

Get: XmlHttpObject.Open("GET", "file1.txt", true);

Post: XmlHttpObject.Open("POST", "file2.txt", true);

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.