Results 1 to 6 of 6

Thread: [RESOLVED] [2005] combobox databinding

Threaded View

  1. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    617

    Re: [2005] combobox databinding

    oops why did i post that unfinish. anyway here the remaining part:

    vb Code:
    1. Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
    2.         MessageBox.Show(ComboBox1.ValueMember)
    3.     End Sub

    and this return the string "pk_clientID" regardless of what ive selected in the combobox item its return the same value.
    Last edited by jlbantang; Jul 18th, 2008 at 10:59 AM.

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