Accessing controls created dynamically (c#)

后端 未结 3 1560
刺人心
刺人心 2020-12-01 20:10

In my code behind (c#) I dynamically created some RadioButtonLists with more RadioButtons in each of them. I put all controls to a specific Panel. What I need to know is how

3条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-01 21:00

    When are you doing this in your code? Be sure you do this at the right time in the ASP life cycle or your controls don't exist yet: http://msdn.microsoft.com/en-us/library/ms178472.aspx

提交回复
热议问题