ASP.NET – Pass the array to the client

I have an array of about 50-200 hyperlinks. How can I pass this array to the client so that I can traverse the array and display each hyperlink as a list item?
The array will be stored in the “application” because it rarely changes system-wide. Is there a more efficient way to implement a hyperlink list?

Thank you

This link is a very good place to start The place of Web Forms and JSON and JQuery:

http://encosia.com/2008/03/27/using-jquery-to-consume-aspnet-json-web-services/< /p>

See also JSON.NET: http://www.codeplex.com/Json

I have one that contains about 50-200 hyperlinks An array of. How can I pass this array to the client so that I can traverse the array and display each hyperlink as a list item?
The array will be stored in the “application” because it rarely changes system-wide. Is there a more efficient way to implement a hyperlink list?

Thank you

This link is a very good place to start using Web Forms and JSON and JQuery:

http://encosia.com/2008/03/27/using-jquery-to-consume-aspnet-json-web-services/

See also JSON.NET : Http://www.codeplex.com/Json

Leave a Comment

Your email address will not be published.