-
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 is the extension of a web user control file ?
Skill/Topic: BeginnerA) .AsmxB) . AscxC) .Aspx
-
Which DLL translate XML to SQL in IIS
Skill/Topic: IntermediateA) SQLISAPI.dllB) SQLXML.dllC) LISXML.dllD) SQLIIS.dll
-
How to open more than one datareader at a time
Skill/Topic: AdvancedA) Use different datareader variableB) Use different datareader and connection variableC) Can not be done
-
Which one of the following namespaces contains the definition for IdbConnection
Skill/Topic: AdvancedA) System.Data.InterfacesB) System.Data.CommonC) System.DataD) System.Data.Connection
-
What is the difference between Server.Transfer & Response.Redirect
Skill/Topic: AdvancedA) No DifferenceB) Server.Transfer needs a roundtrip, Response.Redirect does notC) Response.Redirect needs roundtrip, Server.Transfer does notD) Server.Transfer can transfer user between 2 applicaions
-
Which of the following extension does a webservice file will have
Skill/Topic: AdvancedA) .AsmxB) .AspxC) .AscxD) .Resx
-
What is the lifespan for items stored in viewstate
Skill/Topic: AdvancedA) Exists for the Life of the current pageB) 20 minsC) 2 minsD) 2 sec
-
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
-
-
-
-
-
How do you manage states in asp.net application
Skill/Topic: IntermediateA) Session ObjectsB) application ObjectsC) ViewstateD) CookiesE) All of the above
-
What does Response.End will do?
Skill/Topic: IntermediateA) It will stop the server processB) It will stop the client processC) None of the above
-
What is the size of the session ID
Skill/Topic: AdvancedA) 32 bit long stringB) 32 bit long doubleC) 32 bit long characterD) 32 bit long integer
-
-
What is the difference between html and asp.net controls?
Asp.net controls one hidden value for each control to maintain state that is exact difference if u put runat="server" and attch one hidden value to html control that works as asp.net control to see this open view source in web browser u will find this answer ok bye
-
How many Cookies we can use in a single Application ???
In web.config file how many cookies we can used?? plz help me
-
Cookies and Session Variables
How does cookies differ from session variables?
ASP.NET Interview Questions
Ans