ASP MCQ

How do you get information from a form that is submitted using the 'get' method?

Answer

Correct Answer: Request.QueryString

Note: This Question is unanswered, help us to find answer for this one

WSDL stands for _________________ ?

Answer

Correct Answer: Web Services Description Language

Note: This Question is unanswered, help us to find answer for this one

Which method do you invoke on the DataAdapter control to load your generated dataset with data?

Answer

Correct Answer: Fill( )

Note: This Question is unanswered, help us to find answer for this one

Which set of acronyms is not associated with ASP?

Answer

Correct Answer: BÖC, OU812, GNR, BTO

Note: This Question is unanswered, help us to find answer for this one

Which of these objects is NOT an ASP component

Answer

Correct Answer: LinkCounter

Note: This Question is unanswered, help us to find answer for this one

ASP.NET is a _________________________ ?

Answer

Correct Answer: Database Programming Language same as SQL.

Note: This Question is unanswered, help us to find answer for this one

Custom Controls are derived from which of the classes

Answer

Correct Answer: System.Web.UI.Customcontrols.Webcontrol

Note: This Question is unanswered, help us to find answer for this one

The first event to be triggered in an aspx page is.

Answer

Correct Answer: Page_Init()

Note: This Question is unanswered, help us to find answer for this one

The Asp.net server control, which provides an alternative way of displaying text on web page, is

Answer

Correct Answer: < asp:label >

Note: This Question is unanswered, help us to find answer for this one

If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used?

Answer

Correct Answer: CompareValidator

Note: This Question is unanswered, help us to find answer for this one

To add a custom control to a Web form we have to register with.

Answer

Correct Answer: All of these

Note: This Question is unanswered, help us to find answer for this one

Which of the following is used to send email message from my ASP.NET page?

Answer

Correct Answer: Both System.Web.Mail.MailMessage and System.Web.Mail.SmtpMail

Note: This Question is unanswered, help us to find answer for this one

ASP comes with a standard component that displays a different advertisement each time a user enters or refreshes a page, what is the name of this component?

Answer

Correct Answer: AdRotator

Note: This Question is unanswered, help us to find answer for this one

How do you write

Answer

Correct Answer: Response.write('Hello World')

Note: This Question is unanswered, help us to find answer for this one

How do you get information from a form that is submitted using the

Answer

Correct Answer: Request.Form

Note: This Question is unanswered, help us to find answer for this one

How can you script your ASP code in JavaScript?

Answer

Correct Answer: Start the document with: <%@ language='javascript' %;>

Note: This Question is unanswered, help us to find answer for this one

Where does ASP code execute?

Answer

Correct Answer: On the web server

Note: This Question is unanswered, help us to find answer for this one

You add a PrintPreviewDialog ppd1 to your Windows Form, in order for your users to preview the document which they want to print. Which property of ppd1 should you set in order to specify the document to preview?

Answer

Correct Answer: Document

Note: This Question is unanswered, help us to find answer for this one

Which DLL translate XML to SQL in IIS?

Answer

Correct Answer: SQLISAPI.dll

Note: This Question is unanswered, help us to find answer for this one

What is the correct way to include the file "time.inc"?

Answer

Correct Answer:

Note: This Question is unanswered, help us to find answer for this one