What language is asp.net written in?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is the Global.asax used for?

9 Answers  


Can we override the enablepartialrendering property of the scriptmanager class?

0 Answers  


Explain client side state management system.

0 Answers  


what is the cursor

1 Answers   Wipro,


What is a runtime version?

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,


How response object is related to asp's response object?

0 Answers  


What are the types of authentications in ASP.NET?

2 Answers   Accenture, BirlaSoft,


A brief difference between Session and Cookies in asp.net

5 Answers   HCL, HCL Comnet,


repeater and gridview diff? Why is repeater fast than gridview?

3 Answers   TCS,


Explain cookies with example.

0 Answers  


Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?

1 Answers   Zenith,


Categories