how to sort a table using combobox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cygsoft
    New Member
    • Jun 2007
    • 29

    #1

    how to sort a table using combobox

    I hava a combobox. in that contain date,subject,se nder. How to sort date,sender and subject while using combox in inbox
  • cygsoft
    New Member
    • Jun 2007
    • 29

    #2
    hi

    i am explaining clearly. In a single combo box the values such as Date, Sender, Subject are stored.

    And I have some lists of senders of email in the page. If I choose Date in the Combobox then the sender lists should be sorted in Datewise manner. If i Choose Sender then the lists should be sorted alphabetically by Sender name.

    Can anyone please help...

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Well, you could use this script. If you still want to do this via a combo box, post some code.

      Comment

      • cygsoft
        New Member
        • Jun 2007
        • 29

        #4
        how to sort a table of data

        I have set values in a table .with in the combo box date, sender, subject are there . And under the combo box one submit button is there that is sort immediately. If ichoose date in the combobox and click sort immediately button it will sort the table of data using the date vise and i choose sender means it will sort according to the sender. How can i do this please help me.

        Thanks in Advance......

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          Merged threads. Please keep all posts on the same topic in the same thread.

          Comment

          • cygsoft
            New Member
            • Jun 2007
            • 29

            #6
            hi,


            I have table header sorting, now I want combobox sorting,Please reply

            I need urgently...


            Thanks in Advance.

            Comment

            • acoder
              Recognized Expert MVP
              • Nov 2006
              • 16032

              #7
              If you've got it working with table headers, to get it to work with combo boxes should be easy. Whatever you call onclick for the table header, call that onchange for the select drop down.

              Comment

              Working...