ASP Programming Question:
Download Job Interview Questions and Answers PDF
How to handle Error in ASP
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
B. Using On Error Resume
C. Using On Error Resume Next (Answer)
D. Using On Error Goto 0
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the difference between client-side script and server-side script? | How to Display images using Response object? |