Results 1 to 2 of 2

Thread: Sorting Data on Web Pages

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2001
    Posts
    52

    Sorting Data on Web Pages

    Hi;
    I am kind of new to the Web and I would like to know how to sort records on the web page.
    For example, if we have some addresses displays on the ASP Page and if we would like to sort them in different order; How can it be done? When we do this, "Does it make another trip to the Server/Database? If we can get the recordset as XML data, Is there any Advantage?"

    thanks
    Jacob

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    When getting the data from the database append 'ORDER BY fieldname ' then either leave blank for ascending or enter DESC for descending to your SQL statement

Posting Permissions

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



Click Here to Expand Forum to Full Width