Click here to Skip to main content
16,016,580 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
ASP.NET
<asp:GridView ID="grid1" DataKeyNames="ID" runat="server" AutoGenerateColumns="False" CellPadding="2" ForeColor="Black" GridLines="None" Width="920px" BackColor="LightGoldenrodYellow" BorderColor="Tan" BorderWidth="1px" Height="988px" Style="text-align: center;" AllowPaging="True" PageSize="5" OnPageIndexChanging="grdData_PageIndexChanging" AllowSorting="True">
                          <AlternatingRowStyle BackColor="PaleGoldenrod"/>
                          <Columns>
                              <asp:TemplateField>
                                  <ItemTemplate>
                                      <asp:CheckBox ID="chkDel" runat="server" />
                                  </ItemTemplate>
                              </asp:TemplateField>
Posted
Comments
Suvendu Shekhar Giri 23-Dec-15 20:24pm    
Haven't you forgotten to add question to the block of code?
Unless you describe clearly about your problem, how can we help you?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900