What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?
1 4752What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?
1 10124What definition correctly defines a label server control
with the name set to lblHoop?
a)
What is the name of the process the browser uses to find the address of a web server? a) DMZ b) DNS c) Active Directory d) Database lookup
1 5388What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object
7 22284What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
2 7497When 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? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.
4 7329When 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? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class.
4 19144What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.
4 7729Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by default? a) System.Web.Form b) System.Web.GUI.Page c) System.Web.UI.Page d) System.Web.UI.Form
3 17528What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout
2 7808What is the Web.config file used for? a) To store the global information and variable definition for the application. b) Configures the time that the server-side codebehind module is called c) To Configure the Web Server. d) To Configure the Web browser.
8 37340
What are the steps to follow to host a web application on a web server?
Which .NET framework supports Web API?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What are the components of ado.net?
What language does asp.net use?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is Dynamic Web and discuss its usage with the help of real life examples?
Explain global assembly cache.
How to find last error which occurred?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Explain server side state management system.
What are client activated objects?
Can we have multiple master pages in asp net?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
How will create assesblies at run time?