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);
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
What is an Intermediate Language (IL)?
Briefly describe the function of a CheckState property of a CheckBox control?
Write main difference between classic ADO and ADO.NET?
What do you mean by the term WPF?
State what are Collections and Generics?
Write about the architecture of ADO.NET in brief.
Write name of the class which can be used for converting the data types?
Explain about standard query operators in LINQ?
List the binders that are provided by .NET Framework 4.0?
18,76,764
1930934 Asked
3,689
Active Tutors
1458874
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!