07 2017 档案
layer 弹出在 iframe内部弹出不居中是原因
摘要:parent.layer..confirm('您确定要删除这个模型吗?',{ shade: false, fixed: false, btn: ['确定', '取消'] //按钮 }, function () {}}: parent是父级的意思 阅读全文
posted @ 2017-07-13 16:29 Geok 阅读(2747) 评论(0) 推荐(0)
关于 DropDownList 循环绑定中遇到的问题
摘要:1绑定DataTable 简单直接下部分就ok了 this.DropDownList1.DataSource = DataTable; this.DropDownList1.DataTextField = "Name"; this.DropDownList1.DataValueField = "id 阅读全文
posted @ 2017-07-11 16:37 Geok 阅读(280) 评论(0) 推荐(0)