Posted on: 9/19/2014 6:56:21 AM | Views : 408

hi
how to remove the dublicate entry for column which is binding to gridview

  <asp:TemplateField HeaderText="Paper ID">                             <ItemTemplate>                                 <asp:Label ID="rollno" runat="server" Text='<%# Eval("rollnum")%>'></asp:Label>                             </ItemTemplate>                     &nbs ...

Go to the complete details ...