11 2013 档案

摘要:第一次接触RadioBttonList时候,觉得这个控件完全可以取代RadioButton,操作更加简便。直到今天,完成了一个小小的功能,才发现,尺有所短不是瞎掰的。需求如下:Add Proration Rate radio buttons.Radio button for a fixed rateSelected by defaultMeaning using HR user for calculationRadio button for Based on old logic亲爱的Radio之间隔了其他控件,于是,List毫无用武之地。只能定义Group将Radio绑在一组内。前台 1 2. 阅读全文
posted @ 2013-11-18 20:26 Genie in the bottle 阅读(1079) 评论(0) 推荐(0)
摘要:在Gridview中加入Dropdownlist模板列,加入DropDownlist 是一种常用的操作,其中涉及到如何获取选择项和Gridview重新绑定两个要点。 如图 前台代码如下 1 2 3 4 5 6 7 8 9 62 63 64 65 66 67 68 69 70 73 74 75 76 77 78 ... 阅读全文
posted @ 2013-11-17 16:52 Genie in the bottle 阅读(644) 评论(0) 推荐(1)