Passing parameters to server
State some of the different ways in order to pass parameters to the server?
Expert
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);
Differentiate between SQL invalidation and SQL notification?
What is data type and how many types of data types are there in .NET ?
Illustrate in .NET about different types of directives?
What is the difference between HTTP-Post and HTTP-Get?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Can the 'throws' clause can be used to raise an exception?
What are the steps involve in Assembly execution?
Name the parameters which control generally connection pooling behaviours?
Why the UpdateProgress control is used in the AJAX?
State various implementations of the LINQ?
18,76,764
1922950 Asked
3,689
Active Tutors
1419070
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!