I have a whdg with one child column defined as an itemtemplate to contain hyperlinks.
If there are 4 hyperlinks in one row . How can I get each of them to appear on different lines like:
www.google.com
www.gmail.com
www.sd.com
www.sdf.com
instead of all of them on the same line(which is how its currently being rendered )
Currently the data for that column comes back as:
www.google.com\r\nwww.gmail.com\r\nwww.sd.com\r\nwww.sdf.com
Hello,
In order to achieve this functionality, you could modify the aspx file in the markup and add <br> tags like this: