Created
June 6, 2012 15:58
-
-
Save gprasant/2882870 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input data-val="true" id="Name" name="Name" type="text" value=""> | |
<input data-val="true" data-val-number="The field PhysicsScore must be a number." data-val-required="The PhysicsScore field is required." id="PhysicsScore" name="PhysicsScore" type="text" value=""> | |
<input data-val="true" data-val-number="The field MathScore must be a number." data-val-required="The MathScore field is required." id="MathScore" name="MathScore" type="text" value=""> | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment