How can I get the Selected Item for LookupEdit in C#?

try this:
this.bankaSubeleriIdLookUpEdit.Properties.GetDataSourceValue("IBANNo", this.bankaSubeleriIdLookUpEdit.ItemIndex).ToString();

Hiç yorum yok:

Yorum Gönder