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);
What improvements are prepared in CAS in .NET 4.0?
List the basic characteristics of the Cloud computing?
Explain different implementations of the LINQ?
Distinguish between the .EXE and .DLL files?
Describe ExpandoObject and DynamicObject classes.
Explain the function of a CustomValidator control?
Explain MaskedTextBox control and what does the Mask property do?
Explain the importance of the Strong Name tool?
What is an Intermediate Language (IL)?
Name the events that are fired during a page load?
18,76,764
1959000 Asked
3,689
Active Tutors
1436514
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!