prav_roy
Well-known member
hi have one problem
im using following format for my combobox
cmbMailId.DataSource = dSS.Tables(0)
cmbMailId.DisplayMember = "responsemailid"
cmbMailId.ValueMember = "referenceno"
but the problem is that my combobox is not responding to selectedindexchanged event,
wht i want to do is, im displyaing mail id's in the combobox, when i change an item from the combobox in back end i want to get the referenceno
how to do it
Please help
Thank you
im using following format for my combobox
cmbMailId.DataSource = dSS.Tables(0)
cmbMailId.DisplayMember = "responsemailid"
cmbMailId.ValueMember = "referenceno"
but the problem is that my combobox is not responding to selectedindexchanged event,
wht i want to do is, im displyaing mail id's in the combobox, when i change an item from the combobox in back end i want to get the referenceno
how to do it
Please help
Thank you