Jump to content
Software FX Community

RenderControl hangs the IE


Senthil

Recommended Posts

HI,

I am using IE 6.0.290 and ChartFx for VS 2005.  I have created a Chart an when i try to get the HTMltag of the Chart my program is hanging.

 Please help me to resolve the issue.

Please find the following code used.

Dim sw As New System.IO.StringWriterDim html As New HtmlTextWriter(sw)

chtChart.RenderControl(html)

Dim s As String = sw.ToString()

 

Regards

Senthil

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...