摘要:
//这里是HTML代码<asp:DropDownList ID="ddlWorkType" runat="server" Width="150px"> </asp:DropDownList>//这里在后台绑定值[csharp] view plaincopyprint?DataSetworkTypeDts=_publicCodeManager.GetCodeValues(((int)PersonnelPublicCodeType.JobProperty).ToString());if(workTypeDts!=n 阅读全文
posted @ 2013-01-28 12:58
kevin_h_wang
阅读(2216)
评论(0)
推荐(0)
摘要:
最近遇到了一个问题,困扰了我好几天,是这样的,我点击grid上的一个单元格时,会弹出上传下载的公共页面,实现方式:function OnMouseUp(tableName, itemName) { var column = igtbl_getColumnById(itemName); if (column != null) { var cell = igtbl_getCellById(itemName); if (cell != null) { if (cell.Column.Key == "ATTACHMENT") { var OID = '<%=OID % 阅读全文
posted @ 2013-01-28 11:35
kevin_h_wang
阅读(200)
评论(0)
推荐(0)