asp.net - Issue: losing pagination bar after timer refresh -


i have application build widh asp webforms, have timer in page update gridview, on first refresh timer gridview lose pagination bar.

<asp:gridview id="grdboitereception"  runat="server"   autogeneratecolumns="false"   gridlines="none"                                                    datakeynames="x,y"  scrollable="true" enablemodelvalidation="true"                                                    allowsorting="true"    onsorting="grdboitereception_sorting"   pagersettings-visible="true" onrowdatabound="grdboitereception_rowdatabound"     onpageindexchanging="grdboitereception_pageindexchanging"     pagesize="20" allowpaging="true"> 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -