madhu.mahesh23 Posted December 23, 2010 Report Share Posted December 23, 2010 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. 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.