Pass array to client side for display
Posted
by Skoder
on Stack Overflow
See other posts from Stack Overflow
or by Skoder
Published on 2010-03-20T02:27:37Z
Indexed on
2010/03/20
2:31 UTC
Read the original article
Hit count: 444
Hey,
I have an array which contains around 50-200 hyperlinks. How can I pass this array to the client-side so that I can iterate through the array and display each hyperlinks as a list item? The array will be stored in 'Application' as it's system wide and rarely changes. Could there be a more efficient way of achieving the hyperlinks as a list?
Thanks
© Stack Overflow or respective owner