Re: [DOTNET] Dynamically added controls not visible on PostBack

2002-05-23 Thread Matt Milner
, you may want to add it in the init event of the page so it can get processed properly. HTH, Matt -Original Message- From: Bailey, Mark To: [EMAIL PROTECTED] Sent: 5/23/02 8:54 AM Subject: [DOTNET] Dynamically added controls not visible on PostBack Hi: I have a placeholder on my webform

[DOTNET] Dynamically added controls not visible on PostBack

2002-05-23 Thread Bailey, Mark
Hi: I have a placeholder on my webform, to which I add WebControls dynamically. The controls are added and appear fine on the form. The problem I notice is that when I post the form, I can't access these controls server-side. e.g.) If Page.IsPostBack Then ' on submit - check for value