摘要: 要绑定的数据结构如下,一个Category包含多个SubCategory:public class Category { public string Name { get; set; } public ObservableCollection<SubCategory> SubCategories { get; set; } } public class SubCategory { public int Id { get; set; } public string SubCategoryName { get; set... 阅读全文
posted @ 2013-05-09 17:48 三叶草╮ 阅读(1740) 评论(0) 推荐(0)
摘要: var bMoveable=true;var strFrame; document.writeln('<iframe id=endDateLayer frameborder=0 width=162 height=211 style="position: absolute; z-index: 9998 阅读全文
posted @ 2013-05-09 11:10 三叶草╮ 阅读(407) 评论(0) 推荐(0)