.NET 2.0 Form Wizard Dynamic Controls and Overlapping content

Hi,
hope somebody can help with this issue i'm having.

One of the steps in my wizard has a dynamically built list of items. Users can either add items to the list or remove items(the user chooses items from a dropdownlist and it updates the list above). I'm dynamically building the list using a separate TableRow for each item and i'm placing the Table inside a Placeholder control.

The issue i'm having is that if I add 2 many items, all the other controls etc on the page are pushed down to where the 'Previous'/'Next buttons are overlapping my content. So, in other words, the step buttons are not being pushed down as the list grows.

Does anybody have any suggestions.
Thanks in advance.
fitzer72
 
Back
Top