programming languages Online Quiz - 170
Description: programming languages Online Quiz - 170 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What important standard is used to connect client browsers with web servers ?
Given an ASP.NET Web Form called WebForm1, what class does the WebForm1 class inherit from by default ?
What tool is used to manage the GAC ?
What is the file extension used for ASP.NET files ?
What ASP.NET object is used to get information about the web servers ?
What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time ?
When an ASP.NET server control is added to a Web Form, Visual Studio .NET adds one item to the class for the form. What item is added ?
What is the Web.config file used for ?
After capturing the SelectedIndexChanged event for a ListBox control, you find that the event handler doesn’t execute. What could the problem be ?
What HTML element is the asp:Label control rendered as when the target is Netscape Communicator ?
What method must be overridden in a custom control ?
What is used to validate complex string patterns like an e-mail address ?
You are the developer of a web application that is retrieving historical books information from a database server and displays it to the users of your application. What cache strategy will give you the best performance ?
Which is not ture about Smartnavigation ?
Can two different .net programming languages be mixed in a single ASPX file ?
Which is true about ASP.net support ?
What HTML element is the asp:Label control rendered as when the target is Netscape Communicator ?
What tool is used to manage the GAC ?
What is the Web.config file used for ?
After capturing the SelectedIndexChanged event for a ListBox control, you find that the event handler doesn’t execute. What could the problem be ?