-
Which of the following is not a valid state management tool?
Skill/Topic: IntermediateA) Application StateB) Hidden Form FieldC) QuerystateD) Cookies
-
The number of forms that can be added to a aspx page is
Skill/Topic: IntermediateA) 2B) 3C) 1D) More than 3
-
How do you turn off the Session state for a webform ?
Skill/Topic: IntermediateA) In Web.config file set the tag to TrueB) In Web.config file set the tag to falseC) Set the Session state to false in webform properties windowD) Set the EnableSession state to false in webform properties window
-
What is the significance of Server .MapPath
Skill/Topic: AdvancedA) Returns the physical file path that corresponds to virtual specified pathB) Returns the Virtual Path of the web folderC) Maps the specified virtual path to Physical pathD) None
-
Which method displays the custom control
Skill/Topic: AdvancedA) The PrerenderB) RenderC) Page_LoadD) Display
-
Custom Controls are derived from which of the classes
Skill/Topic: BeginnerA) System.Web.UI.WebcontrolB) System.Web.UI.CustomcontrolC) System.Web.UI.Customcontrols.Webcontrol
-
-
-
Check the ASP.NET site performance
What approach you take to check the ASP.NET site performance and remedy for it.
-
The Following are the minimum requirement to run Asp.net pages
Skill/Topic: BeginnerA) Java Virtual MachineB) Common Language RuntimeC) Windows explorer
-
What is the default authentication mode for IIS
Skill/Topic: IntermediateA) WindowsB) AnonymousC) Basic AuthenticationD) None
-
The first event to be triggered in an aspx page is
Skill/Topic: BeginnerA) Page_Load()B) Page_Init()C) Page_click()
-
-
Which of the following are not a member of Server Object
Skill/Topic: AdvancedA) ExecuteB) TransferC) OpenD) HTMLDecode
-
View State Life Span
What is the life span of view state?
-
How do we Delete, Update, Select data in a Dataset
Skill/Topic: AdvancedA) Using SQLDataAdapterB) Using SQLDataReaderC) Using SQLCommandD) None
-
How do you explicitly kill a user’s session ?
Skill/Topic: IntermediateA) Session.Close ( )B) Session.Discard ( )C) Session.AbandonD) Session.End
-
The Asp.net server control, which provides an alternative way of displaying text on web page, is
Skill/Topic: BeginnerA) < asp:label >B) < asp:listitem >C) < asp:button >
-
-
What executable unit gets created when we build an ASP.Net application?
Skill/Topic: BeginnerA) . EXEB) . DLLC) . COM
ASP.NET Interview Questions
Ans