Hi,
What I am trying to do is make a webpage that hits a database, and makes a chart based on the data. The problem I am having is that it seems I can only hit the database on the server-side, but can only edit the chart on the client-side.
The only way I could think of getting around this is writing vbScript functions, and calling them in my ASP.NET code, which I believe isn't possible? I know how to bind it to a control on the form, but not call it straight from my code.
Also, is there an easier way to accomplish this? I am using VB.NET 2003 and am using the MSChart Control. Any input would be appreciated. Thanks,
Paul
What I am trying to do is make a webpage that hits a database, and makes a chart based on the data. The problem I am having is that it seems I can only hit the database on the server-side, but can only edit the chart on the client-side.
The only way I could think of getting around this is writing vbScript functions, and calling them in my ASP.NET code, which I believe isn't possible? I know how to bind it to a control on the form, but not call it straight from my code.
Also, is there an easier way to accomplish this? I am using VB.NET 2003 and am using the MSChart Control. Any input would be appreciated. Thanks,
Paul