Posted on: 5/12/2014 4:23:55 PM | Views : 381

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 ...