asp.net httphandler stay on page
Posted
by rod
on Stack Overflow
See other posts from Stack Overflow
or by rod
Published on 2010-04-05T18:33:31Z
Indexed on
2010/04/05
18:43 UTC
Read the original article
Hit count: 208
asp.net-2.0
Hi All,
I have an ashx custom handler I goto to view my images. When I come accross an image that's not there I'm trying to throw a JavaScript alert saying the file is not found. But I want it to stay on the page? Is this possible? Insted it just goes to the blank page of the ashx handler.
Thanks, Rodney
© Stack Overflow or respective owner