Home

Asp Programming MCQ Question with Answer

Asp Programming MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Asp Programming MCQ Question Answer PDF

Question No : 1
Choose the form in which Postback occur

HTMLForms
Webforms
Winforms
None of these

Question No : 2
Web.config file is used...

Configures the time that the server-side codebehind module is called
To store the global information and variable definitions for the application
To configure the web server
To configure the web browser

Question No : 3
Which of the following object is not an ASP component?

LinkCounter
Counter
AdRotator
File Access

Question No : 4
The first event triggers in an aspx page is.

Page_Init()
Page_Load()
Page_click()
None of these

Question No : 5
Difference between Response.Write() andResponse.Output.Write().

Response.Output.Write() allows you to buffer output
Response.Output.Write() allows you to write formatted output
Response.Output.Write() allows you to flush output
Response.Output.Write() allows you to stream output

Question No : 6
Which of the following method must be overridden in a custom control?

The Paint() method
The Control_Build() method
The default constructor
The Render() method

Question No : 7
How do we create a FileSystemObject?

Server.CreateObject("Scripting.FileSystemObject")
Create("FileSystemObject")
Create Object:"Scripting.FileSystemObject"
Server.CreateObject("FileSystemObject")