ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  WebChartViewer.IsPartialUpdateRequest(Page)
Posted by Patrick on Apr-27-2014 19:16
Support,

I am attempting to implement zooming on a financial chart.

I followed the C# simplezoomscroll.aspx example.

I have my app setup where the WebChartViewer1 chart is in a user control.

When I click Zoom the post back fires but in Page_Load if (WebChartViewer.IsPartialUpdateRequest(Page)) always evaluates to False.

Can you give me any hints as what to look for?

Thank you,
Patrick

  Re: WebChartViewer.IsPartialUpdateRequest(Page)
Posted by Peter Kwan on Apr-29-2014 03:15
Hi Partrick,

I have just tested myself. I modified simplezoomscroll.aspx to draw a financial chart, and
put the charting part in a user control. It works normally in my case. My test project is in:

http://www.advsofteng.com/finance_zoomscroll_user_control.zip

If the above still cannot solve the problem, is it possible to create an example that I can
run to allow me to reproduce the problem?

Regards
Peter Kwan

  Re: WebChartViewer.IsPartialUpdateRequest(Page)
Posted by Patrick on Apr-29-2014 05:32
I will take a look at the sample code. If I still have the issue I will provide the sample (it
may be a week until I can look at it).

Thank you for the follow up and providing the sample code.