Add array of controls to an aspx page

后端 未结 5 2119
暗喜
暗喜 2021-01-06 08:13

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)

5条回答
  •  天涯浪人
    2021-01-06 08:21

    You should look into dynamically creating controls.

    http://support.microsoft.com/kb/317794

提交回复
热议问题