-
-
Create Setup
How to create setup in ASP.NET?
-
What data types do a Rangevalidator supports
Skill/Topic: AdvancedA) IntegerB) StringC) DateD) All of the above
-
-
Does the “EnableViewState” allows the page to save the users input on a form
Skill/Topic: IntermediateA) YesB) No
-
What is the difference between HTTP handlers & HTTP modules
Skill/Topic: AdvancedA) Httphandler is an class and Httpmodule is an assemblyB) Httphandler is an event handler and httpmodule is module to do some taskC) Both of the aboveD) None of the above
-
The code will be processed on web server when the runat attribute of the < Script > tag has the following value.
Skill/Topic: BeginnerA) DesktopB) ClientC) Server
-
How do you register a user control?
Skill/Topic: BeginnerA) Add Tag prefix, Tag nameB) Add Source, Tag prefixC) Add Src, Tagprefix, Tagname
-
Select the validation control used for “PatternMatching”
Skill/Topic: IntermediateA) FieldValidatorB) RegularExpressionValidatorC) RangeValidatorD) PatternValidator
-
When is the user controls code is executed
Skill/Topic: AdvancedA) After the webform loadsB) After the page_init event of webformC) Before Page_init event of web form
-
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
-
-
Authentication Levels
How we can set Different levels of Authentication in .Net?What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?
-
-
Web Services / Windows Services Usage
What are the usages/advantages of Web services/windows services
-
Cookies and Session Variables
How does cookies differ from session variables?
-
How many Cookies we can use in a single Application ???
In web.config file how many cookies we can used?? plz help me
-
Webform Button
A button in a webform is class or object? If it is object than which is class for that object?
-
-
Virtual function in c#
Explain virtual function in c# with an example
ASP.NET Interview Questions
Ans