Pages

Showing posts with label On-Error-Resume-next-Asp-vbscript. Show all posts
Showing posts with label On-Error-Resume-next-Asp-vbscript. Show all posts

Wednesday, July 4, 2012

On Error Resume Next Asp Vbscript

On Error Resume next Asp

Error Handling using the on error resume next statement asp

The on Error resume next statement in code tells ASP to skip the error and execute the next line of code, instead of stopping the execution of the script. There, a script is completely executed even if there is errors.