thanks for your efforts,
How to retrive in behind the code,
this is checkboxed gridview ,
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" CellPadding="4"
Font-Bold="True" ForeColor="#333333" GridLines="None"
Style="position: relative">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
<asp:CheckBox ID="chkSelectAll" runat="server" />
</HeaderTemplate>
<ItemTemplate>
<asp:CheckBox ID="chkBxmsg" runat="server" />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="uname" HeaderText="Name" />
<asp:BoundField DataField="pw" HeaderText="Pass" />
</Columns>
<RowStyle BackColor="#FFFBD6" ForeColor="#333333" />
<FooterStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#FFCC66" ForeColor="#333333" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" />
<HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
please give the solution for this.
thanks.
Dn2010, if this helps please login to Mark As Answer. | Alert Moderator