-
-
How do you post the current page to a different aspx page ?
Skill/Topic: BeginnerA) FORM ACTION="actiopage.aspx" RUNAT="server" method="post"B) FORM ACTION="actiopage.aspx" method="post"C) FORM id="Form1" method="post" runat="server"
-
What is the transport protocol used to call a webservice
Skill/Topic: BeginnerA) HTTPB) SOAPC) TCPD) SMTP
-
-
-
-
-
-
-
Virtual function in c#
Explain virtual function in c# with an example
-
-
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?
-
-
-
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
ASP.NET Interview Questions
Ans