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 do you mean by the term MISL CODE? Describe in brief.
Describe briefly LINQ (Language Integrated Query)?
Illustrate the advantages of ASP.Net?
How to access information about a user's locale?
Specify various types of assemblies and explain them.
In what way we can disable a context menu for the TextBox control?
State the use of DropDownStyle property of the ComboBox control?
Name the classes that are supported to make the XML DOM?
Explain the various Visual Basic features which support LINQ?
Write down in brief the various types of Triggers in the WPF?
18,76,764
1926604 Asked
3,689
Active Tutors
1427063
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!