ajw93
|
| Posted: 04/19/2005, 9:13 AM |
|
I have a checkbox list of items whose values are pulled from my database on a form -- the list is getting pretty long and my user would like to have the list wrap into multiple columns. In straight ASP pages, I have used the MOD function to do this but I can't quite figure out what to do when using CCS, since the list is created using the CCCreateList function. (I can't find any doc on this function, but I haven't looked very hard yet.)
Would I be able to put something similar to MOD in the beforeshow event of the list to get the list in multiple columns?
Thanks!
Amy
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 04/20/2005, 12:56 AM |
|
Amy,
It is pure coding task and it looks like checkbox list values are stored in a special collection. But it is not documented anywhere in CCS docs. So it is unclear if it is possible to access them or not. I recommend you to contact YesSoftware support bout this.
_________________
Regards,
Nicole |
 |
 |
|