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 concept of constructor?
Explain the use of Windows Installer.
Write about the architecture of ADO.NET in brief.
Specify advantages of the XML schemas over DTD.
What is the concept of CAS?
What are the steps involve in Assembly execution?
Illustrate the term Web User Control?
Write the name of the control that you will use to make sure which values in the two different controls match?
Distinguish among Compiler and Interpreter?
What is Code Access Security (CAS)?
18,76,764
1924648 Asked
3,689
Active Tutors
1455394
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!