-
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?
-
What is the main role of View State?
what is the main purpose of view Sate.. like we can maintain value by session and etc but still we used view state why..???
-
-
When a .aspx page is requested from the web server, the out put will be rendered to browser in following format.
Skill/Topic: BeginnerA) HTMLB) XMLC) WML
-
Select the type Processing model that asp.net simulate
Skill/Topic: IntermediateA) Event-drivenB) StaticC) LinearD) TopDown
-
What is the advantage of Disconnected mode of ADO.Net in ASP.Net
Skill/Topic: AdvancedA) Automatically dump data at client PCB) Not necessary to connect with serverC) user data can update and retrieve in dataset and when connection connected, update values with serverD) All of the above
-
ASP.NET Repeater Control
Is it Possible in Repeater control to do a functionality of Edit, Update, Delete as Gridview,listview and etc Data binding Control?
ASP.NET Interview Questions
Ans