View Single Post
  #1   Report Post  
oursmp oursmp is offline
Junior Member
 
Posts: 1
Default Displaying MS Excel Chart control in ASP.NET Application

Hi,

We are working on an ASP.NET (VB.NET) application. In one of the screens of our application, we need to show a graph and for this we are using MS Excel Graph control. We have the graph prepared in Excel. The application would feed in certain values into certain cells of the excel file and the graph would be drawn by the graph control based on these cells.

We need some help on how exactly to display the excel graph control directly on the screen of ASP.NET application.

Thanks for the help
oursmp