We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

how to display a diagram in asp.net page

Hi,

please let me know how to display a diagram (.edd) in a asp.net page.

thanx


1 Reply

YG Yavanaarasi G Syncfusion Team December 31, 2007 10:04 AM UTC

Hi chi,

Sorry for the delay in responding.

How to display a diagram (.edd) in a asp.net page

The DiagramWebControl uses a custom HTTP handler for processing client requests for rendering the diagram image on to the web page.

Please add the following HTTP handler in your web.config file:

[Web.Config]

$httpHandlers>
$add verb="*" path="diagram_renderer.aspx" type="Syncfusion.Web.UI.WebControls.Diagram.DiagramRenderHandler, Syncfusion.diagram.web, Version=5.102.0.51, culture=Neutral,PublicKeyToken=3d67ed1f87d44c89"/>
$add verb="*" path="samplebrowser.ashx" type="SourceCodeTab.SourceHandler,SourceCodeTab,Version=5.102.0.51, culture=Neutral,PublicKeyToken=3d67ed1f87d44c89"/>
$/httpHandlers>

Note: We have used "$" symbol instead of "<".

Please let me know if you have any concerns.

Regards,
Yavana.G



Loader.
Live Chat Icon For mobile
Up arrow icon