ASP Programming Question:

How to handle Error in ASP

Tweet Share WhatsApp

Answer:

A. Using On Error Goto <ErrorPart>
B. Using On Error Resume
C. Using On Error Resume Next (Answer)
D. Using On Error Goto 0

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is the difference between client-side script and server-side script?How to Display images using Response object?