hello I need help with page indexing
hello I am making a gridview but I need to know how to make a page indexing
I tried this but doesn´t work, thanks for your help
<asp:GridView ID="dtgBusqueda" runat="server" autogeneratecolumns="False"
AllowPaging ="True" PageSize ="10" PagerStyle-Mode ="NumericPages"
Mode="NumericPages" onpageindexchanging="dtgBusqueda_PageIndexChanging "
onrowcommand="dtgBusqueda_RowCommand" >
|