Re: Implementation Data Controls in asp.net hi,
I do have AllowPaging = True.
<asp:GridView ID="projectGridView" runat="server" AutoGenerateColumns="False" DataKeyNames="ProjID"
AllowPaging="True" OnRowCreated="projectGridView_RowCreated" GridLines="None" AllowSorting="true" OnSorting="projectGridView_Sorting"
OnRowDataBound="projectGridView_RowDataBound" OnDataBound="projectGridView_DataBound"
OnPageIndexChanging="projectGridView_PageIndexChan ging" PagerSettings-Position="TopAndBottom" PagerStyle-HorizontalAlign="Right" PagerSettings-Mode="Numeric">
__________________ H2O
Without us, no one can survive.. |