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 are the rules and regulations which should be followed while creating the well-formed XML document?
Write about the Dynamic update?
State the reason why workflows are based on the Extensible Models.
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
Write down the ToolTipService timing properties in the WPF?
What is meant by the Runtime services?
Explain the ToolTip control and how it can be associated with the other controls?
Explain the syntax of the “for” loop.
Why the data validations should be performed at a client side?
What are XML attribute?
18,76,764
1948930 Asked
3,689
Active Tutors
1455741
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!