CharlesChen's Technical Space

简单实用是我一直在软件开发追求的目标(I Focus on. Net technology, to make the greatest efforts to enjoy the best of life.)
Not the best, only better
  博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

2008年9月20日

摘要: 项目中用到了一个Repeate控件的一个ItemTemplate中嵌套了一个GridView中,这样数据绑定的时候首先就先绑定外层的Repeate控件,在Repeate控件中ItemDataBound()事件中对GridView控件进行绑定. 从项目中提取出下面的模型:见下的Repeater嵌套一个GridView控件. Code highlighting produced by Ac... 阅读全文

posted @ 2008-09-20 17:37 Charles Chen 阅读(683) 评论(0) 推荐(0) 编辑