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.
Up arrow icon