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)
You should look into dynamically creating controls.
http://support.microsoft.com/kb/317794