62,244
社区成员




<asp:LinkButton ID="btn_View" runat="server" CausesValidation="false"
CommandName="cm_VIEW" CommandArgument='<%# Eval("F_PutOnRecordAuditUniquelyID") %>'
OnClientClick='<%# this.查看路径(Eval("F_PutOnRecordAuditUniquelyID")) %>' Text="查看"> </asp:LinkButton>
protected string 查看路径(object param)
{
return string.Format("ShowWindowsWithButton(location.href,'劳动保障监察案件立案审批表','NewLiAn.aspx?Action=1&uid={0}');return false;", param);
}