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 are literals and name the different types of literals in visual basic?
Briefly describe the term destructor?
How do dates, numbers, and currencies in a text box are formatted?
How we can prevent validation control from validating data at client end?
Explain what is Multicast delegate?
What is the root namespace for fundamental types in .NET Framework?
Explain the use of a Connection object?
Write down a feature that is common to all the .NET languages?
Explain about the DataContext class and also how it is related to the LINQ?
Write the name of the class that manages event and layout of every ToolStrip elements?
18,76,764
1939640 Asked
3,689
Active Tutors
1436161
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!