JonHodgson
Posts: 1
|
| Posted: 04/22/2009, 10:25 AM |
|
Hi,
I'm very new to Codecharge Studio, and overall am getting on ok.
However, maybe I'm being an idiot, but I can't understand how to get the ajax hide-show feature to work.
I'm not sure whether it's attached to the control that you want to hide/show, to the control that is supposed to instigate the hide/show, or how to get the events to actually work.
Since I also want the hide status to be settable with a GET parameter, maybe I'm just better off doing it in PHP using an update pabel, but even if that's the case it's still driving me nuts not getting this.
I've tried various things, but none of it is working, and I haven't found any clear documentation on it.
|
 |
 |
damian
Posts: 838
|
| Posted: 04/22/2009, 3:25 PM |
|
look at some of the suggestions in here to see if they can be made to match your needs....
http://forums.codecharge.com/posts.php?post_id=104849&s_keyword=ajax
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
Waspman
Posts: 948
|
| Posted: 04/23/2009, 1:00 PM |
|
I never got the Ajax H/S to work. Use the Hide and Show event (Before show, After insert or whatever)on a panel. You can control with all the usual parameters. I do it all the time it's dead easy...T
_________________
http://www.waspmedia.co.uk |
 |
 |
|