What is Server Object?
Answers were Sorted based on User's Feedback
Answer / guest
It Controls the ASP execution environment. It can set the
amount of time script can run before an error occurs.
Converts a virtual path to a physical path on the server.
Takes a user supplied string and encode it into proper
format for a URL string.
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / hema
Server object exposes the functionality of the server
through its properties and methods.
| Is This Answer Correct ? | 8 Yes | 3 No |
What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.
where should i get free version of Test Director to download
Define request object?
What are the event handlers of Session Object?
How do I open an asp file in excel?
What are the methods in Session Object?
What is Response object? How is it related to ASP's Response object?
How to include active x controls in asp code?
How do I view an aspx file?
Explain how is method overriding different from overloading?
What are the methods in Application Object?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.