views:

12

answers:

0

I'm using a chart component on my asp.net WinForms application and I'm getting an unexpected behavior.

I've a tree with some links, and when I click on some node, my chart data should update and show the new chart obviously. But, I click the node, my code-behind update the data, but my component (that is inside an update panel) don't change. I guess an important detail is when I click on another tab and come back after, the updated chart is showed.

Some suggestion?