2009年10月8日

GridView 模版列编辑状态Dropdownlist 事件

摘要: 最近项目中有这样的需求,当GridView 模版列编辑时,有Dropdownlist 和Textbox.TextBox 中的值需要通过Dropdownlist 选择来动态取得。方法如下:[代码] 阅读全文

posted @ 2009-10-08 11:06 AndyCai 阅读(339) 评论(0) 推荐(0) 编辑

asp.net panel 动态加载控件

摘要: [代码] 阅读全文

posted @ 2009-10-08 10:52 AndyCai 阅读(512) 评论(2) 推荐(0) 编辑

asp.net js 方法传参

摘要: asp.net 前台页面有Js 方法用于模态对话框页面的打开. function OpenEdit(frmWin,width,height) { var me; me = window; var returnVal = window.showModalDialog(frmWin,me,'dialogWidth='+width +'px;dialogHeight='+height+'px;h... 阅读全文

posted @ 2009-10-08 10:48 AndyCai 阅读(630) 评论(0) 推荐(0) 编辑

导航