ravula2000
IS-IT--Management
I want to add a Record No (Serial NO) column in the datagrid. I think may be I Can use Template column. But I don’t know how to use it.. Can some one explain me with the code.
Thanks
Srini
Thanks
Srini
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<asp:TemplateColumn>
<ItemTemplate>
<asp:Label id="lblRecordNumber" Runat="server"></asp:Label>
</ItemTemplate>
</asp:TemplateColumn>