I have a textbox multiple on my site and I was wondering if there was anyway I could break up the results. For example, I have UK coastal, S Canada, Routes: E's & Z's, May-August, Night time.
At the moment it is displayed as you see it but I'm wanting it to appear in a list without having to use several instance od text strings, reason being the variable size of the list.
There are number of ways, maybe use rich text field instead of multiple text box. Or in the xslt use split function and write out the elements on new line or use inline c# in template and split the string that way.
Thanks for replying. The split function would have been what I wanted however its been decided to do this part a completly different way. Thank you for your help anyway.
Manipulating Textstrings
Hi All,
I have a textbox multiple on my site and I was wondering if there was anyway I could break up the results. For example, I have UK coastal, S Canada, Routes: E's & Z's, May-August, Night time.
At the moment it is displayed as you see it but I'm wanting it to appear in a list without having to use several instance od text strings, reason being the variable size of the list.
any ideas?
Cheers,
Alec
Alec,
There are number of ways, maybe use rich text field instead of multiple text box. Or in the xslt use split function and write out the elements on new line or use inline c# in template and split the string that way.
Regards
Ismail
Ismail,
Thanks for replying. The split function would have been what I wanted however its been decided to do this part a completly different way. Thank you for your help anyway.
Cheers
Alec
is working on a reply...