How can I configure asp.net applications that are running on a remote machine?
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" %>
Explain what a diffgram is and a good use for one?
1 Answers Siebel Systems, Syntax Softtech,
Is it possible to perform data validations in the database?
Is asp.net a programming language?
What is http post and http get?
Can u able to get the xml document in crystal report if yes how its possible
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How will you maintain versioning in asp.net 2.0?
How do you store a value in viewstate and retrieve them?
Explain the difference between panel and groupbox classes using .net?
What is a session government?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?