views:

15

answers:

0

Hey all,

I'm currently using a number of charts on a page to display a few statistics for a voting program using the Chart control. One chart is contained in a control that displays a "featured" item to vote on. Below that control is another control that builds a DataList that displays all of the other things to vote on. When someone votes a Chart is generated and overlaid on top of the item that was voted on. This happens in both the featured item and the Datalist items. Its currently possible to vote on the featured item and then vote on any number of list items without any issues. If a user votes the other way around so for a DataList item and then a featured item all of the DataList items charts disappear, and if I check the link sure enough its broken. Both of the main controls exist on a Default page. I'm guessing the disappearance has to do with the DataList not reloading after the post from the Featured Item to get the chart. Is there a way to force a reload on the DataList when the Featured control updates via the Default page to relay the request?

-Ian