Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created February 9, 2010 20:55
Show Gist options
  • Select an option

  • Save JeremySkinner/299651 to your computer and use it in GitHub Desktop.

Select an option

Save JeremySkinner/299651 to your computer and use it in GitHub Desktop.
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
<% int count = 0; %>
<% for (int i = 0; i < ((ICollection)Model).Count; i++) { %>
<input type="hidden" name="<%= ViewData.TemplateInfo.GetFullHtmlFieldName("") %>[<%= i %>]" />
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment