摘要: private void BindDDL(int zfid) {string sql = "SELECT id, cntitle ,fid FROM T_lm where fid=" + zfid + " and ty<>4 and isshow=1 order by [sort] asc"; DataSet ds = Db.GreatDs(sql); DataView treedv = new DataView(ds.Tables[0]); foreach (DataRowView Row in treedv) { ddlm.Items.A 阅读全文
posted @ 2012-09-05 09:37 沅江 阅读(334) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript" language="javascript"> var array = new Array(); $(function () { $.each($(".input16.center"), function (i, item) { array[i] = $(this).val(); }) }) var beginMoving = false; function MouseDownToMove(obj) { obj.style.zIndex = 1; obj.mous 阅读全文
posted @ 2012-09-05 09:32 沅江 阅读(535) 评论(0) 推荐(0) 编辑