Updating a gridview based on dundas chart callback
Posted
by Daud
on Stack Overflow
See other posts from Stack Overflow
or by Daud
Published on 2009-01-22T16:35:06Z
Indexed on
2010/05/31
18:03 UTC
Read the original article
Hit count: 298
I have a dundas pie chart which when clicked issues a client callback which updates another chart associated with it. Basically its like a drill down thing. I also want to update my gridview based on the user's selection of the pie. But since the update of chart is being done using dundas client callback I'm unable to rebind my Gridview. Is there any way to do it? .
© Stack Overflow or respective owner