Hi,
I am trying to create a custom web control that inherits from System.Web.UI.WebControls.Gridview
I would like to add a custom template field which has label control showing serial numbers,
i am able to add a serial number column during run time in a normal grid view, but i could'nt do it with the custom grid view,
Suggestions are very welcome