1.

Syntax to add extra row above the GridView Header

Answer»

Below code will HELPS you to ADD one more header to the GridView

< ASP:GridView ID="gridviewid" runat="server" Caption="Here is the extra header above gridview header" >



Discussion

No Comment Found