Friday, March 12, 2010

Make the PagerTemplate of GridView to always visible

To show GridView's PagerTemplate row to be visible all the time use the GridView.BottomPagerRow.Visible = true; after calling the DataBind() method.