there's a dropdown displaying 1-10 from where the user selects the number of textboxes he wants - if he chooses unlimited, it shows him a textbox wherein he enters the exact number of textboxes he'd like. if he enters 40, it shows him 40 textboxes which are created at runtime.
my question is, how do i enter the data from 40 - or 'whatever number he enters' textboxes into the MS SQL database. there's no way i can create a column name dynamically, and that'd be too tedious and messy. is there any way i can do this?