Image Not Displaying

I'm connecting to the employees table in the Northwind database. I'm displaying the Photo column, but it does not display the image when I test the page.

When I view the properties of the broken image I get the following as the image address.

http://localhost:49582/WebSite1/syncfusion_image_generate.ashx?id=fbee428f-7dfc-43bf-99a9-7bac5b4f94dc


5 Replies

RS Rajarajeswari S Syncfusion Team July 5, 2008 06:39 AM UTC


Hi Derek,

To make the images to dispaly we should include the following handler in the web.config file.

$httpHandlers>
$add verb="*" path="syncfusion_image_generate.ashx" type="Syncfusion.Web.UI.WebControls.Shared.ImageRenderHandler,Syncfusion.Shared.Web"/>
$/httpHandlers>

Note:

Here "$" is used instead of "<"

Please try the above and let me know if this helps you out.

Regards,
Raji



AF Alban FAVEROT October 24, 2009 03:32 PM UTC

Thanks it works for me , i had to add also the Syncfusion.Shared.Web.dll in the Bin folder


GM Gowri Manohari D Syncfusion Team October 26, 2009 05:07 AM UTC

Hi Derek,

Thanks for the update.

Regards,
Gowri


GM Gowri Manohari D Syncfusion Team October 26, 2009 05:07 AM UTC

Hi Derek,

Thanks for the update.

Regards,
Gowri


GM Gowri Manohari D Syncfusion Team October 26, 2009 05:37 AM UTC

Hi Derek,

Thanks for the update. Yes you should add "Syncfusion.Shared.Web" also to bin folder.

Regards,
Gowri




Loader.
Up arrow icon