Waspman
Posts: 948
|
| Posted: 03/04/2009, 10:14 AM |
|
I've just upgraded from the first version of the CCS 4 to the latest version and I'm having problems with a project I created.
It's the hide and show event. I have 2 update panels each of which is hidden based on a parameter passed via URL. If one is set to Hide & Show, fine it works, butif both are set to hide and show one goes heywire and won't show regardless. Then when I take off all the event actions none show.
I know I always have trouble upgrading, but in the same version...come on guys? It's a great product but sometimes it does try my patience [Grrr]
_________________
http://www.waspmedia.co.uk |
 |
 |
damian
Posts: 838
|
| Posted: 03/04/2009, 4:44 PM |
|
does your show/hide syntax use an if/else statement?
sometimes if you just check for presence (or lack) of variable once your condition is met all following results have same setting applied so you need to also do else and apply opposite setting....
this might be the issue...
ive just upgraded a 2.x to 4.x site and it worked very well, about an hour of mods only (so far!)
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
|