Senthil Posted August 24, 2007 Report Share Posted August 24, 2007 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 Quote Link to comment Share on other sites More sharing options...
Frank Posted August 29, 2007 Report Share Posted August 29, 2007 Where is this code ? In what event/method of the page? How was this chart created? Please post the complete web page that reproduces the problem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.