Grid view footer
Ø Grid view footer :-
We have to use showfooter key word for this.
Note:-First column name no. Is 0.
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" ShowFooter="true">
Ø Displaying data in grid view footer .
In this method we need to use footer row property.
Comments
Post a Comment