Sort a repeat region in a table by clicking on the table headers

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Sort a repeat region in a table by clicking on the table headers

    Sort a repeat region in a table by clicking on the table headers for ASP
    some help on this topic pls..

    Rgds MeTin


    MeTin Guest

  2. Similar Questions and Discussions

    1. Cant get data from table after clicking url link. Pleaseadvise.
      I am setting up an auction listing website. I have an upload page delivering data to a table called auctions which contains the columns of name,...
    2. NEW User: How do I display table on DataGrid without clicking on '+'.
      Hi, I have been trying display data from an Access database in my C# form. I have got to the point where I have stored data from the database into...
    3. Could not load type VTFixup Table from assembly Invalid token in v-table fix-up table.
      We are getting this error after clearing the web.config of database infomation - even after using the wizard to re-enter the information. I could...
    4. DW MX template - color changing table in repeat region
      Can Anyone help me with this script? It's out of the DW MX "Help" but it doesn't work. <tr bgcolor=''@@(_index & 1) ? '#FFFFFF' : '#CCCCCC'@@''>...
    5. repeat accross 2 table cells per row....
      I have the repeater below, which repeats a table row. However i'd like to display the results in two columns, so two table cells in the row, how do i...
  3. #2

    Default Re: Sort a repeat region in a table by clicking on the table headers

    Hi,
    You have two approaches to this problem
    a) you manually code the order in your SQL.
    This should be tricky, but this might help
    [url]http://www.google.com/search?hl=en&lr=&safe=off&c2coff=1&rls=GGLD%2CGGLD %3A2005-08%2CGGLD%3Aen&q=sort+on+clicking+the+header+SQL+D ESC+-.NET[/url]

    b) you get a (commercial) extension that will do this for you:

    [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/MXDynamicTableSorter/Overview/[/url]
    [url]http://www.tom-muck.com/extensions/help/SortRepeatRegion/[/url]

    Alexandru

    MeTin wrote:
    > Sort a repeat region in a table by clicking on the table headers for ASP
    > some help on this topic pls..
    >
    > Rgds MeTin
    >
    >
    Alexandru COSTIN Guest

  4. #3

    Default Re: Sort a repeat region in a table by clicking on the table headers

    Have a look at my 'dynamic sort' demo

    [url]http://www.charon.co.uk/files.aspx?categoryid=15&filecategoryid=10[/url]

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  5. #4

    Default Re: Sort a repeat region in a table by clicking on the table headers

    would this give you some inspiration?

    [url]http://www.designdetector.com/tips/flat-file-database-demo2.php[/url]

    Joost Kolkman


    MeTin wrote:
    > Sort a repeat region in a table by clicking on the table headers for ASP
    > some help on this topic pls..
    >
    > Rgds MeTin
    >
    >
    joost kolkman Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139