<asp:GridView ID="AIGrid" runat="server" AutoGenerateColumns="False" PageSize="25" AllowPaging="true" OnPageIndexChanging="OnAIGrid_PageIndexChanging" ShowFooter="true" OnRowCreated ="AIGrid_RowCreated" Font-Size="10pt" CssClass="grid" OnRowDataBound="AIGrid_RowDataBound"> <Columns> </Columns> </asp:GridView>
if (e.Row.RowType == DataControlRowType.Footer) { GridViewRow Footerrow = new GridViewRow(1, 0, DataControlRowType.Footer, DataControlRowState.Insert); Label txtCountry = new Label(); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)