What are the two properties that are common in every
validation control?
Answers were Sorted based on User's Feedback
You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?
How can we identify that the Page is Post Back?
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" %>
In asp.net 3.5 we can go one page to onther page without using statemanagment concept?
What is the mvc framework?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
0 Answers InfoAxon Technologies,
How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.
Types of store procedure in Sqlserver?
What are the 3 types of web?
Explain the different types of assemblies?