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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -