Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net Charts dissapear on postback

Hi

In my ASP.net web app I have two charts and GridViews that are loaded on page load.

Both the Gridviews are not visible. I have a checkbox above each GridView. If the user
checks the box then I want the GridView to become visible.

Is there a way to do this without having to reload the charts which at the moment disappear
on postback
ASKER CERTIFIED SOLUTION
Avatar of hilltop
hilltop
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Thanks