Suggestions?
Hi,
I'm sorry about the delay. To change it, You'll need to enter in the code and alter the method BindData() of manageusers.aspx.vb file. There you should change the line:
If Not Page.IsPostBack Then UserGrid.PageSize = 15 UserGrid.CurrentPageIndex = 0 Else UserGrid.PageSize = CInt(ddlPageSize.SelectedItem.Value) End If