摘要: 阅读全文
posted @ 2011-09-20 15:37 PEPE YU 阅读(232) 评论(0) 推荐(1)
摘要: 昨天下午弄了一个CheckBoxList 功能暂够用……今早 同样 整了一个RadioButtonList……发现一个问题如果这样写View Code 1 [ToolboxData("<{0}:FBSRadioBtnList runat=server></{0}:FBSRadioBtnList>")] 2 public class FBSRadioBtnList : System.Web.UI.WebControls.RadioButtonList 3 { 4 #region Field 5 private string radioText; ... 阅读全文
posted @ 2011-09-20 10:19 PEPE YU 阅读(1702) 评论(6) 推荐(1)