InstantASP Community Forums
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


Change the default number of items... Expand / Collapse
Author
Message
Posted 11/04/2006 12:37:59
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 03/10/2006 13:09:42
Posts: 14, Visits: 21
I am trying ot change the default display in Manage Users from 15/page to 100/Page.  I did not see anything in the .aspx file for Manage Users.

Suggestions?

Post #10606
Posted 02/01/2007 14:50:17
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 02/01/2007 14:49:07
Posts: 4, Visits: 7
I'd be curious to learn how to do this too!
Post #12207
Posted 03/01/2007 07:13:30


Support Supremo

Support SupremoSupport SupremoSupport SupremoSupport SupremoSupport SupremoSupport SupremoSupport SupremoSupport Supremo

Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568, Visits: 2,507
redtwister (4/11/2006)
I am trying ot change the default display in Manage Users from 15/page to 100/Page.  I did not see anything in the .aspx file for Manage Users.

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

Post #12212
« Prev Topic | Next Topic »

Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ryan Healey, Mark Christianson, James Trott

Permissions Expand / Collapse

All times are GMT, Time now is 8:17pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.031. 8 queries. Compression Disabled.
Home | Products | Purchase | Support | Company | Contact Us
Privacy Statement | © 1999-2007 InstantASP Limited. All Rights Reserved.