Checking It

Select the correct answer or answers to the following questions.

Multiple Choice

1:Is validation using Validator classes taking place on the client or on the server?
  1. On the client.

  2. On the server.

  3. On the client if possible; if not, on the server.

  4. Both on the client and the server.

2:Can you output text and HTML tags to the Web page directly?
  1. Yes, using the Response object.

  2. No, it must be done through Web controls.

  3. Yes, using HtmlControls.

  4. Both a. and c.

3:What would be the equivalent of opening another form when using Web pages?
  1. Doing a post-back.

  2. Navigating to another URL.

  3. Navigating to another URL within the same application.

  4. There is no equivalent. ...

Get Visual Basic® .NET by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.