0
我可以开发一个控制,让我做这样的事情:ASP.NET:自定义子标记
<MyRadioList>
<MyRadioButton/>
<MyRadioButtonWithInfoButton/>
<MyRadioButton/>
<MyRadioButtonWithBlueColor/>
</MyRadioList>
也就是说,我可以把我的电台列表里面我自己的控制标签。
可以使用模板化的用户控件来完成吗?
我无法扩展ListItem,因为它是一个密封的类 – codymanix 2010-10-05 07:46:44
在看到ListItem是一个密封类时,我确定你碰到了不密封且可扩展的ListItemControlBuilder。 – TheGeekYouNeed 2010-10-05 17:02:32