How do collect data in array?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shivasusan
    New Member
    • Oct 2008
    • 67

    How do collect data in array?

    i have data in database. I want to collect data in combo box.

    for ex:
    field name: New_song
    data: aaa
    bbb
    ccc
    ddd

    how?

    pls help me....
  • GazMathias
    Recognized Expert New Member
    • Oct 2008
    • 228

    #2
    If you mean have each value as an option in a select box then loop through the data using a recordset and response.write each value as an option value.

    Gaz.

    Comment

    Working...