var cbLevelArr = '<%=this.strLevel %>';
            $("input[name='cbLevel']").each(function() {
                var cllarr = "," + $(this).attr("value") + ",";
                if (cbLevelArr.indexOf(cllarr) != -1) {
                    $(this).attr("checked", true);
                }