Hi,

Im begining to write a dunamically generated, database driven form. It will be split into several sections, each section having a "next" button, that will save the current section and proceed to the next.

Ive not begun yet but as its generated dynamically this will all be on the same page and either postback, or redirect to itself and the questions will be loaded into a repeater, choosing the input type based on whatevers in the database.

Ive read several posts on here already regarding this and found some good advice, but my porblem is that one section of the form works slightly differently.

I need to ask all the names and birthdates of everyone who lives with you, so I would need the form fields, an input button and then when pressed save the data and load into a repeater, which will have its own delete button as itemcommand.

My issue is I've no idea how to go about this dynamcioally, or even if its a good idea. I hope someone can offer any advice.

Thanks Dave