Results 1 to 2 of 2

Thread: combo box sort resort

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2003
    Posts
    93

    combo box sort resort

    I have a combo box that is being filled from a stored procedure. I need to add additional items to the box that aren't part of the stored procedure results. I'm adding them this way:

    cboModel.Items.Add("89-0353")

    This adds 89-0353 to the top of the list in the combo box.

    The question I have is can the combo box be resorted so that the items are in ascending order?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    The combobox has a sorted property try setting it to True and see if it'll do all the work for ya.

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