To wrap up a call to a Web service the standard used is..?
No Answer is Posted For this Question
Be the First to Post Answer
Explain different types of validators in asp.net?
How do you open a page in a new window?
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" %>
What is CLS?
5 Answers IBM, PrimeLine, TCS,
Which template must you provide, in order to display data in a Repeater control?
3 Answers Siebel Systems, Wipro,
Explain the difference between or and orelse?
What is webresource axd?
What is custom events?
What is a viewbag?
What is the flow of processing of the request? : asp.net mvc
What do you mean by authorization?
Describe state management in asp.net?