tags:

views:

43

answers:

1

The data that's required for the charts to be drawn comes from an AJAX call (PageMethod call) and the chart needs to be re/drawn after the PageMethod call is completed. Is it possible to redraw the MS chart from JS without using the UpdatePanel??

A: 

Used ICallbackEventHandler

Narmatha Balasundaram