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);
Which classes are used to handle standard menu in the MenuStrip control.
What is data type and how many types of data types are there in .NET ?
What is the role of the DynamicPopulateExtender control?
Illustrate the advantages of ASP.Net?
List the binders that are provided by .NET Framework 4.0?
What is a behavior of the Web browser when it receives the invalid element?
Specify advantages of the XML schemas over DTD.
List the types of data types that are present in .NET?
Illustrate the terms validation controls?
Illustrate the basic difference between the PenLineCap's Flat and Square values?
18,76,764
1947211 Asked
3,689
Active Tutors
1447941
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!