ASP.NET Web Controls and HTTP Status Codes
Quiz covering ASP.NET server controls, web form programming, and HTTP protocol status codes for web developers
Questions
204 code specifies request was sucessful but does not require the return of an entity-body
- True
- False
300 code speicifies requested resource has multiple possibilities, each with different locations
- True
- False
HTML status code 305 specifies
- The resource has permanently moved to a different URI.
- The server has refused to fulfill the request.
- The document/file requested by the client was not found.
- The requested resource can only be accessed through the proxy specified in the location field.
HTML Code 412 specifies
- The server will not accept the request without a valid Content-Length header field.
- A precondition specified in one or more Request-Header fields returned false.
- The document/file requested by the client was not found.
- The request first requires authentication with the proxy.
HTML status code 502 specifies
- Not Implemented
- Internal Server Error
- Bad Gateway
- HTTP Version Not Supported
HTML code 205 specifies ___________ .
- The client failed to sent a request in the time allowed by the server.
- The request was successful but the User-Agent should reset the document view that caused the request.
- The requested response is at a different URI and should be accessed using a GET command at the given URI.
- Reserved for future use.
500 error code is used to speicify
- HTTP Version Not Supported
- The upstream server failed to send a request in the time allowed by the server.
- The server received an invalid response from the upstream server while trying to fulfill the request.
- The request was unsuccessful due to an unexpected condition encountered by the server.
302 code is used for specifying
- The requested resource has been found under a different URI but the client should continue to use the original URI.
- Reserved for future use.
- The request was successful and a new resource was created.
- The syntax of the request was not understood by the server.
HTML status code 100 specifies
- The requested response is at a different URI and should be accessed using a GET command at the given URI.
- The method specified in the Request-Line is not allowed for the specified resource.
- Tells the client that the first part of the request has been received and that it should continue with the rest of the request or ignore if the request has been fulfilled.
- The expectation given in the Expect request-header could not be fulfilled by the server.
The variable accessed using this object has scope of which type?
- session
- application
- request
- page
When the Web page is loaded in the browser, the cursor is already placed inside of the TextBox, ready to start typing. Using which of the following methods, you can place the cursor inside the TextBox?
- Focus
- AutoPostBack
- Submit
- Selected
Consider two button server controls being specified with the same 'OnCommand' event. How does the event differentiate between the two buttons being clicked?
- Using runat property
- Using Text property
- Using CommandName property.
- Using ID property
LinkButton Server Control behaves like a
- Label
- Hyperlink
- Link to another page
- Button
What is Drupal ?
- Programming Language
- Content Management System
- Scripting Language
- Operating System
Are both CheckBox server control and checkBoxList server control, the same?
- True
- False
Drupal is written in which programming language ?
- Java
- c#
- PHP
- ASP.net