listbox items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bujjai
    New Member
    • May 2007
    • 8

    listbox items

    when i remove listbox item next item should come to the previous item

    example:

    1
    2
    3
    when i remove 2...... 3 shuold come 2 place... i want java script .. i have to write C# applciation
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Well, if you remove an option, the options below will automatically move up one place. See this link for some example code/explanations.

    Comment

    Working...