-
-
-
-
-
Which of the following is true ?
Skill/Topic: BeginnerA) User controls are displayed correctly in the Visual Studio .NET DesignerB) Custom controls are displayed correctly in VS.Net DesignerC) User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
-
Why is Global.asax is used
Skill/Topic: BeginnerA) Implement application and session level eventsB) Declare Global variablesC) No use
-
How do you trace the application_End event on runtime?
Skill/Topic: IntermediateA) By DebuggingB) By TracingC) Can not be done
-
Web Controls Supports CSS
Skill/Topic: IntermediateA) TrueB) False
-
Session Object classes are defined in which of the following namespace?
Skill/Topic: IntermediateA) System.Web.UIB) System.Web.SessionStateC) System.Web
-
Which control supports paging
Skill/Topic: IntermediateA) RepeaterB) DatagridC) BothD) None
-
Is it Possible to Serialize HashTable with XMLSerializer
Skill/Topic: AdvancedA) YesB) No
-
What is the Full Form of WSDL
Skill/Topic: AdvancedA) Web System Description LanguageB) Web Services Detail LanguageC) Web Service Description LanguageD) None
-
Is it possible edit data in a repeater control
Skill/Topic: AdvancedA) NoB) Yes
-
Select the output of the statement < form method=post action=”test.aspx” >
Skill/Topic: AdvancedA) Transfers all the form data to test.aspx with HTTP headersB) Transfers all the form data to test.aspx with out HTTP headersC) Calls post method on test.aspxD) None of the above
-
Whats the significance of Request.MapPath( )
Skill/Topic: AdvancedA) Maps the specified virtual path to a physical pathB) Maps the specified absolute path to virtual pathC) None
-
Which method displays the custom control
Skill/Topic: AdvancedA) The PrerenderB) RenderC) Page_LoadD) Display
-
ASP.NET Catch All Errors at application level
How Can We catch all the errors of an Application in one place in asp.net?No separate Try catch blocks please!!!!!is there any method for that?please let me know..
-
-
-
ASP.NET Interview Questions
Ans