I have a database that stores an arbitrary number of phone numbers. There are a few pages that (should) allow admins to change these numbers and add them.
I plan to create a custom control that will:
- Show all existing numbers
- Provide an edit button
- In Edit mode, will show an add button
- Have an add button that adds the requisite fields in a way that does not cause a postback.
- Provide a save button (of course)
These seems like a complicated task. I've done a bit of research, but haven't found any ready-made solutions. Is there anything I should have spotted or should know before I go about writing this from scratch?