How do you trap errors in ASP and how do you invoke a
component in ASP ?



How do you trap errors in ASP and how do you invoke a component in ASP ?..

Answer / questpond

BY using try catch

<a href="http://www.questpond.com">ASP.NET Interview
questions</a>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Why is it preferred to not use finalize for clean up?

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 do you get records number from 5 to 15 from a dataset of 100 records?

3 Answers   Syntax Softtech,


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

0 Answers  


Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?

1 Answers  






What are the different methods of session maintenance in asp.net?

0 Answers  


What are the new features implemented in ASP.NET?

0 Answers   TCS,


Who creates jsessionid?

0 Answers  


How can you ensure a permanent cookie?

0 Answers  


What is the use of session state and application state and difference between them?

0 Answers  


after which page life cycle event all properties of control will be "fully loaded "

10 Answers   FactorH,


How Web Service help? What is the difference between Remoting & Web Servcies?

2 Answers  


Categories