ASP Programming
Description: ASP | |
Number of Questions: 15 | |
Created by: Avani Handa | |
Tags: ASP Programming |
Which of the following objects maintains information for the life of an application?
Which method of response object outputs the contents of the page buffer immediately but it does not stop processing the rest of the page?
Which of the following types of cursors in ASP allows you to move through a recordset and reflects all changes made by another user?
Which parameter of CreateTextFile method specifies the path of file to be created?
Which of the following File Access components in ASP is used for reading from and writing to a file?
Which of the following text files is used to record the activities of the visitors to your site?
Which of the following methods of TextStream method reads the specified number of characters from the text file?
____________ component of ASP provides communication with a database.
Which of the following properties of recordset object in ASP indicates that the current record postion is after the last record in a recordset?
____________ are the tools used to communicate with the server's environment and system.
Which of the following server variables describes a virtual path to the script being executed?
Which property of TextStream object indicates when the end of a particular line in a text file is reached?
_________ are used to exchange bits of information between different web pages.
________ method of TextStream object is used to write the given string to a text file and adds a newline character.
_________ method skips the specified number of characters in an open file.