$("#btn").click(function (){ $("[id*=CheckBoxList1] input:checked").each(function () { alert($(this).next().html()); }); });
Login to post response