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);
State the advantages Web services have over the Component Object Model (COM) and also the Distributed Component Object Model (DCOM)?
Define Server-side scripting and Client-side scripting?
Write down in brief the use of console application?
Explain the importance of the Strong Name tool?
State how the changes made to the DataSet object are identified since it was last loaded?
What is meant by the XML DOM?
Illustrate some of the points regarding CustomControls in WPF?
Describe about the characteristic of Anonymous type?
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
Why there is a requirement of user-defined controls?
18,76,764
1931971 Asked
3,689
Active Tutors
1412449
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!