I am using asp.net web forms with c# and use scaffolding to create the views for adding entries to my database.
Now to my question: Is there a way to add multiply entries (through scaffolding)?
For example: I want it to be possible to add another entry field for a phone number (or something else) if the user has already filled in one in the first line.
Is this possible by using scaffolding or other extensions (if yes, how do I get it going?)? Do i have to modify the views/templates by myself? Are there any known projects where this is already realised?