all asp.net interives questions



all asp.net interives questions..

Answer / vamsi

basics and consepts of asp.net2.0 codes

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object

4 Answers   Syntax Softtech,


Describe the difference between inline and code behind - which is best in?

0 Answers  


What is .net remoting?

0 Answers  


how can you bind data from dataset to XML file

2 Answers   LG Soft,


What are the uses of reflection?

0 Answers  






What is a uri query?

0 Answers  


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


Authentication and Authorization

2 Answers   Syntel,


What is routing in MVC?

0 Answers   Infosys,


What is asp.net and its advantages?

0 Answers  


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


What do you mean by authentication and authorization

3 Answers  


Categories