Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In your code, you can iterate through the collection as an array:

Wiki MarkupThe list is:
<% for (int i = 0; i < List.Count; i++) { %>
<%= List\[i\] %>
<% } %>