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 ...