Dropdown of Numbers

ronniefalcon

New Member
is there a built-in helper that creates a drop-down/select of numbers from start to end like 1 to 50\[code\]<select> <option value='http://stackoverflow.com/questions/3575104/1'>1</option> <option value='http://stackoverflow.com/questions/3575104/2'>2</option> <option value='http://stackoverflow.com/questions/3575104/3'>3</option> <option value='http://stackoverflow.com/questions/3575104/4'>4</option> <option value='http://stackoverflow.com/questions/3575104/5'>5</option></select>\[/code\]I dont want to create a custom helper or use for loop
 
Back
Top