|
How to hide/unhide the graph |
Posted by Bill on Jan-20-2012 05:01 |
|
Hi Peter,
I'm using asp.net, .net 4.0 framework using c#.net code. I added ajax update panel in my
code. What is the code behind if im going to hide/unhide the graph using button?
TIA - Bill |
Re: How to hide/unhide the graph |
Posted by Peter Kwan on Jan-21-2012 00:19 |
|
Hi Bill,
I believe you can hide/unhide the panel using the visible property of the Sys.UI.Control object that represents you panel. See the Microsoft documentation:
http://msdn.microsoft.com/en-us/library/bb397455.aspx
Hope this can help.
Regards
Peter Kwan |
|