Multiple Rows selection in a web is a requirement. and in asp.net web you can using checkbox(runnet-server) control,A checkbox column must of course be accompanied with a CheckAll / UnCheckAll functionality.
we can ussing Jquery select CheckBox Multiple Rows Column.
here is the code:
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script><script type="text/javascript">
<!--
$(function(){
$("#chk").click(function(){
if($(this).attr(“checked”)==true){
$(“input[name='chk_list']“).each(function(){
$(this).attr(“checked”,true);
});
}
else{
$(“input[name='chk_list']“).each(function(){
$(this).attr(“checked”,false);
});
}
});
});
});
// –></script>
<asp:TemplateColumn>
<HeaderTemplate>
<input type=checkbox id="chk" />check all
</HeaderTemplate>
<HeaderStyle Width="10%" CssClass="zi1B" BackColor="#EFEFEF" Height="22"></HeaderStyle>
<ItemTemplate>
<asp:CheckBox id="chk_list" name="chk_list" Runat="server" value='<%# DataBinder.Eval(Container.DataItem, "SchemeID") %>'></asp:CheckBox>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateColumn>
you must pay attention the red color words.



Thanks for the review!
viagra I rarely comment on blogs but yours I had to stop and say Great Blog!!
Very nice site! cheap viagra
Very nice site!
da best. Keep it going! Thank you
Hi! xprHhz
mm.. nice..
Thanks
hmm… funny )