I\'m trying to add an array of controls to an aspx page (C# code behind). These are the similar controls (search criteria for separate fields but will have the same values)
From your question it looks like you are trying dynamically render controls on the screen
Here is a good article on doing this.