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);
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
How can height of a combo box drop-down list can be adjusted?
Explain the syntax of the “for” loop.
Differentiate between the default skin and the named skin?
Explain the term Metadata?
Briefly explain about Web server controls in ASP.NET?
Write the difference between System.StringBuilder and System.String classes?
Describe in brief regarding the visual basic?
Write the name of the control that you will use to make sure which values in the two different controls match?
Write down the various open source tool accessible for the VB.NET?
18,76,764
1929624 Asked
3,689
Active Tutors
1419162
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!