Jump to content
Software FX Community

GetHtmlData returning void in asp.net-please help me.


madhu.mahesh23

Recommended Posts

We are migrating asp files to aspx and we encountered a situation. Would like to know any one have any thoughts on this. 

As part of migration, ChartFX COM Components are being referenced from .net through Interop.

After the conversion of asp file to aspx, the method "GetHtmlData" in the of the ChartFX dll,is having a wrong return type, void.

In asp, this method is woking fine, as mentioned in the below code.

Response.Write chart.GetHtmlData("100%", "100%", "activeX")

but after the conversion ie.,

 Response.Write(chart.GetHtmlData("100%", "100%", "activeX")); --- here im getting an error, is there any alternate way to do this?? plz help me.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...