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);
Briefly describe the term Microsoft Intermediate Language (MSIL)?
Describe Common Language Specification (CLS)?
Explain the requirement of Timer control in the AJAX.
What is meant by XCOPY?
Illustrate the advantages of ASP.Net?
Web form belongs to which class in a .NET Framework class hierarchy?
Explain about several validation controls which are available in ASP.NET AJAX 4.0?
Briefly explain ADO.NET and its features?
Which statement can be used to replace many if-else statements in the code.
What is meant by the Runtime services?
18,76,764
1944923 Asked
3,689
Active Tutors
1432737
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!