Posted by Jamsi in
ASP.NET on Dec 1st, 2006 |
No Comments
I had the need to create a datagrid check all function, similar to those that you see in yahoo, gmail, hotmail etc.
My Datagrid looked like this;
<asp:datagrid id="dgList" Runat="server" width="600px" AutoGenerateColumns="False">
<Columns>
<asp:TemplateColumn>
<HeaderTemplate>
<asp:CheckBox...