How do I open an ashx file?


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

Post New Answer

More ASP.NET Interview Questions

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 does the "EnableViewState" property do? Why would I want it on or off?

2 Answers   Photon Infotech, Siebel Systems, Syntax Softtech,


What is preprocessor in .net and type, where it use?

0 Answers  


If 200 is for all successful operation then why do we have 201 response codes?

0 Answers  


What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()

2 Answers   Syntax Softtech, winfoware,






can we call webservice in Html form?

1 Answers   Bank Of America, BirlaSoft, Microsoft,


What is an iHTTPModule, and explain its implementation with its limitations?

1 Answers   Siebel,


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

0 Answers   EDS,


What is the difference between the get method () and post method ()?

0 Answers  


What are the namespaces used in asp.net mvc? : asp.net mvc

0 Answers  


How does session work in asp net?

0 Answers  


difference between caching objects in session objects?

2 Answers  


Categories