I'm adding controls at run-time to the Page Form
object.
Each control has an Id.
On postback, I want to be able to access these controls and their values.
Currently, when I do a postback, the form has no controls in the Form.Controls
Collection.
How can I rectify this?
Is this only possible if you add the controls to the page every time the page loads?