Sunday, May 25, 2014

Namespace Interview Questions on ASP.Net(6)

Namespace Interview Questions on ASP.Net(6)






1.What is the namespace used for web based applications?
A. System.Web.UI is the namespace used for web based applications.

2.What  is the namespace used for Web Server Control?
A.  System.Web.UI.Control is the namespace used for Web Server Control.

3. Where does the Web page belong in the .NET Framework class hierarchy?
A. System.Web.UI.Page

4.Where do you store the information about the user's locale?
A. System.Web.UI.Page.Culture

5. Which class is inherited when an ASP.NET server control is added to a Web form?
A.  The System.Web.UI.WebControls class is inherited when an ASP.NET server control is added to a Web form.

6. Which namespaces are necessary to create a localized application?
A. The System.Globalization and System.Resources namespaces are essential to develop a localized application.

0 comments:

Post a Comment