web technology Online Quiz - 63
Description: web technology Online Quiz - 63 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
String mystring; Creates a(n)
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?
The CLR uses which format for assembly version numbers?
C# language does not support
Which one is faster? response.redirect or server.transfer
alternative of multiple inheritance in c#?
You have been asked to debug a Web-based ASP.NET application. For some reason, the debugging information is not presented. What could be missing?
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?
What ASP.NET object encapsulates the state of the client and the browser?
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 is the Web.config file used for?
What happens if an ASP.NET server control with event-handling routines is missing the runat="server" attribute from its definition?
After capturing the SelectedIndexChanged event for a ListBox control, you find that the event handler doesn’t execute. What could the problem be?
What is used to validate complex string patterns like an e-mail address?
You need to customize the error messages from your web application. What file will you modify to customize the error messages?
If you want to ask the user to select between two or more mutually exclusive options, you would employ which of the following controls?
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?