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);
Explain concept of the Destructor?
Explain how exception handling is changed in the .NET Framework 4.0?
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
Illustrate some of the points regarding CustomControls in WPF?
Explain the term Cloud Computing?
Name the events which occur when the client requests the ASP.NET page from IIS server?
List the types of data types that are present in .NET?
Explain about LinqDataSource control?
Explain Language Integrated Query (LINQ)?
Illustrate the terms Persistent cookie as well as Session cookie?
18,76,764
1937264 Asked
3,689
Active Tutors
1426224
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!