JohnS 0 Newbie Poster

Hi!

I'm back in the land of building a dynamic form, as a response to button click events.

The page has a static table and the intention is to use a button click to add dynamic rows to this table. Each row itself will have one or more eventable controls.

So, clicking the button should add one row.

As the button click event is handled after On_Init, Page_Load, etc, what is the best way to ensure the new row is drawn?

And that's before I ask about the best way to handle dynamic controls!

Thanks,

John