摘要:
方法: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)
浙公网安备 33010602011771号