web technology Online Quiz - 63
Description: web technology Online Quiz - 63 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
interfaces represent concrete types that convey implementation details such as fields and method implementations.
Which one of the following keywords causes a compile time error if used in a static method?
alternative of multiple inheritance in c#?
What ASP.NET object encapsulates the user’s data as it is sent from a form in a page?
What ASP.NET object is used to get information about the web servers hostname?
When working with ASP.NET server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control?
What is the use of the WebForm.aspx.cs file?
What happens if an ASP.NET server control with event-handling routines is missing the runat="server" attribute from its definition?
What is used to validate complex string patterns like an e-mail address?
You need to identify a type that meets the following criteria: ? Is always a number.? Is not greater than 65,535. Which type should you choose?