学习无止境!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年11月4日

摘要: 方法:public GridViewRow GetCurrentRow(Object CtrlInCell) { Control Ctrl = (Control)CtrlInCell; int Count = 0; while ((Ctrl = Ctrl.Parent) != null && Count < 5) { if (Ctrl.GetType().Name.Index... 阅读全文
posted @ 2010-11-04 11:28 钻石眼泪 阅读(1488) 评论(0) 推荐(0)