ASP.Net Interview Question and Answers

66. Which are the namespaces that are imported automatically by Visual Studio in ASP.Net?
 
    There are 7 namespaces which are imported automatically :
  • System
  • System.Collections
  • System.IO
  • System.Web
  • System.Web.UI
  • System.Web.UI.HTMLControls
  • System.Web.UI.HTMLControls
 
Your Name Your Email-ID
Your Answer
67. What is an Asp.net Web form?
  Asp.net Web forms are designed to use controls and features that are almost as powerful as the ones used with Windows forms, and so they are called Web forms.
The Web forms uses a server side object model that allows you to create functional controls, which are executed on the server and are rendered as HTML on the client.
 
Your Name Your Email-ID
Your Answer
68. What is a life span of a static variable?
  A static variable’s life span is till the class is in memory
 
Your Name Your Email-ID
Your Answer
69. What is the use of Smart Navigation property?
  It is a feature provided by ASP.NET to prevent flickering and redrawing when the page is posted back.
 
Your Name Your Email-ID
Your Answer
70. How many namespaces are in .NET version 1.1?
  124
 
Your Name Your Email-ID
Your Answer