-
Client Sertificate is a collection of
Skill/Topic: AdvancedA) ServerB) ResponseC) CollectionD) Request
-
-
What is the out put of Following codeString a=”Hello”;String b=”World”String c= a+bResponse.Write ( “C “);
Skill/Topic: AdvancedA) Hello worldB) CC) A+bD) None of the above
-
What is the Server.MachineName does
Skill/Topic: AdvancedA) Gets the Server’s Machine NameB) Gets the Referred Web site name on the serverC) Gets the Client Machine NameD) None
-
-
How do you add ASP.Net 3rd party component
Skill/Topic: AdvancedA) By add/Remove items in the project menuB) Add reference of dll file and place the code where ever requiredC) Cannot add 3rd party component to asp.net
-
Why is Global.asax is used for ?
Skill/Topic: AdvancedA) To implement application & Session level eventsB) To store configuration informationC) To store styling informationD) None of the above
-
Why do we use XMLSerializer class
Skill/Topic: IntermediateA) RemotingB) WebServicesC) Xml documentary Files
-
What is the purpose of code behind ?
Skill/Topic: IntermediateA) To separate different sections of a page in to different filesB) To merge HTML layout and code in to One fileC) To separate HTML Layout and code to different fileD) To ignore HTML usage
-
What is the maximum number of cookies that can be allowed to a web site
Skill/Topic: IntermediateA) 1B) 10C) 20D) 30E) More than 30
-
How do you disable client side validation ?
Skill/Topic: IntermediateA) Set the language property to C#B) Set the Runat property to serverC) Set the ClientTarget property to DownlevelD) Set the inherits property to codeb
-
Select the caching type supported by ASP.Net
Skill/Topic: IntermediateA) Output CachingB) DataCachingC) Both a & bD) None of the above
-
How ASP.Net Different from ASP
Skill/Topic: BeginnerA) Scripting is separated from the HTML, Code is interpreted seperatelyB) Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on serverC) Code is separated from the HTML and interpreted Code is interpreted separately
-
Which namespace allows us to formauthentication ?
Skill/Topic: AdvancedA) System.Web.Ui.Forms.SecurityB) System.Web.SecurityC) System.Web.ConfigurationD) System.Web.Services
-
Whats is the significance of Response.ClearHeaders( )
Skill/Topic: AdvancedA) Clears all Headers from the buffer streamB) Clears all the section value from rendered HTML FileC) Clears the content of the Rendered pageD) None of the above
-
What is GAC? What are Strong and Weak Types?
Global Assembly cache.
-
-
-
-
ASP.NET Interview Questions
Ans