Guest User

Untitled

a guest
Jan 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Form
  2. Num of Students: <DropDownList> //2 to 6
  3. Name: <TextBox>
  4. Date Of Birth: <DateTimePicker>
  5.  
  6. for (i = 1; i < x; i++) {
  7. row = '<table>
  8. '<input id="Name" type="text" class="form-control>' +
  9. '<input id="DateOfBirth2" type="text" class="form-control>' +
  10. '</table>';
Add Comment
Please, Sign In to add comment