Results 1 to 2 of 2

Thread: tornado-grid navigation with page numbers

  1. #1
    Join Date
    Sep 2003
    Posts
    4

    tornado-grid navigation with page numbers

    does the tornado version displayes a grid
    with page numbers navigation,
    besides the navigation buttons of next,prev,top etc.

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    * You can use the ASPdbDS to use the Datagrid to accomplish that..
    * You can also use the SuperGoto to go to a record or page (P3 for page 3)

    Reference -

    # = Goto Row 15 (e.g. 15)
    P# = Goto Page 3 (e.g. P3)
    Col ? Value (e.g. 3 > 88)
    FieldName ? Value (e.g. Salary ? 123456)
    ? = operator (=, >, <, >=, <=, <>)
    Col = String (e.g. Name = Frank)
    Col starts with 'F' (e.g. Name = f%)
    Col contains 'F' (e.g. Name = %F%)
    Col = Visual Column # or Fieldname
    Col is 0 based
    Value type autodetect (S, N, D and B)

    Fk
    Last edited by Frank; 10-02-2005 at 11:09 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •