Skip to content

Instantly share code, notes, and snippets.

@gprasant
Created June 6, 2012 15:51
Show Gist options
  • Save gprasant/2882846 to your computer and use it in GitHub Desktop.
Save gprasant/2882846 to your computer and use it in GitHub Desktop.
@Html.TextBoxFor(student => student.Name)
@Html.TextBoxFor(student => student.PhysicsScore)
@Html.TextBoxFor(student => student.MathScore)
@Html.TextBoxFor(student => student.PhysicsGrade)
@Html.TextBoxFor(student => student.MathGrade)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment