Hello everyone,
i noticed that :
Try
if not filupload1.filebytes.longlength > 100000 then'som emore code goes hereend if
Catch EX as exception
msgbox("oh oh !!! the number was to long to process")
End try
The msgbox is never showed. and no matter what, the error page still comes up, and is not handled.
My question
Why? and how to manipulate it to ignore the error and execute the Catch part?
thanks
Go to the complete details ...