Home

What is the correct answer?

4

To open Microsoft Word from ASP.NET page use

A. Response.Content

B. Response.ContentType

C. Request.Content

D. Request.ContentType

Correct Answer :

B. Response.ContentType


Related Questions

Anything appearing before ________ is cleared Checkboxes have same name and different values while Radio Buttons have… ___________ sets the time out period for a particular page in seconds To send attachments using SMTP use .DirectoryInfo gives information about any Directory To display HTML tags as it is use ______________ creates a read-only recordset that can scroll in any direction. This control does not produce an HTML output The default method of a WebForm is ASP.NET uses _______ as the code behind _________ object represents all information sent form a server to a browser One difference between ASP.NET and ASP is that ASP is more structure than… To count the number of times an user visited a page, use Radio Button's have same name and different values while Checkboxes have… You can send an e-mail with an attachment using only SmtpMail class What class does the ASP.NET Web Form class inherit from by default? Which DLL translate XML to SQL in IIS? To make a RepeaterControl viewable, the controls ____________ must be… ____________ converts virtual path to default path Why is Global.asax is used? .FileInfo gives information about any file and .File gives information… What class does a Web Service Inherit? There can be more than one Global.asax file Can you use client-side event handler and server-side event handler for… You have an image that is clickable and you want a pop-up window to display… A _____________ is a logical naming scheme for grouping related types… To count how many users have logged in the web site till date use In ASP.NET if a file is saved, it is save only in the server machine. To pass queries to Crystal Reports use __________.CreateObject("ADODB.Connection") creates a new connection.