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 XOML files?
Explain the use of Copy Project command?
List some of the new features of ASP.NET AJAX 4.0?
Specify the requirements to run ASP.NET AJAX applications on the server?
How we can populate the dataset before querying the DataSet object by using LINQ to DataSet?
Explain Custom User Controls in the ASP.NET?
Write down the different ways of hosting the WCF service?
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
Explain about the types of ASP Objects?
List the different ways to send the data across pages in the ASP.NET?
18,76,764
1926995 Asked
3,689
Active Tutors
1436191
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!