|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is it possible to Use
On Error Resume Next and then, at the end, display ALL the errors on the page (not just one). Does ASP automatically hold error numbers in an array or something.....this would be really useful ........... thx in advance......if anyone answers |
|
#2
|
|||
|
|||
|
The Error object is what you're looking for, but it only contains information on the most recent error. I would suggest that on error you go to a label that appens the error information to an array and at the end of the page you can iterate through your array of errors.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > All Errors At Once? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|