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 is data type and how many types of data types are there in .NET ?
Explain about the ASP.NET AJAX Framework.
Illustrate the term Namespace also its uses?
Explain the use of Copy Project command?
In what way we can alter height of the combo box drop-down list?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Why XMLHttpRequest object is used in the AJAX?
Explain MaskedTextBox control and what does the Mask property do?
Write down in brief the various types of Triggers in the WPF?
Define the term DTD?
18,76,764
1925039 Asked
3,689
Active Tutors
1428669
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!