Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C Programming (http://www.velocityreviews.com/forums/f42-c-programming.html)
-   -   Catch broken Image url - c# (http://www.velocityreviews.com/forums/t644434-catch-broken-image-url-c.html)

eithan 11-14-2008 08:14 AM

Catch broken Image url - c#
 
Hello helpers,
I have an asp image controls pointing to a URLs on a remote site that I have no control of. It's possible that one of my pictures point to a picture that does not exist. I would like to catch this with c# code behind and display some text or whatever.

I have searched the forums for this and found someone trying to solve it in VB. I couldn't make it work, maybe because i use C# and know little of VB.

Thanks, Eithan.


All times are GMT. The time now is 11:40 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57