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 is AccordionExtender control?
Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.
Describe the term Cloud?
Why Windows Installer is used?
State the values that can be allocated to the DialogResult property of the Button control?
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
Write the difference between for loop and the while in C#.
Differentiate between sliding-time expiration and absolute expiration?
Differentiate between the ASP.NET session and a ASP session?
Illustrate Windows Workflow Foundation (WF).
18,76,764
1945456 Asked
3,689
Active Tutors
1451442
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!