resim değeri null olarak döndürülüyor.

osunwa
14-10-2012, 18:07   |  #1  
OP Taze Üye
Teşekkür Sayısı: 0
2 mesaj
Kayıt Tarihi:Kayıt: Eki 2012

formumda listboxa tıklandığı anda 5-6 textbox bilgileri ve bir resim veritabanından çekilip forma yansıtılacak.fakat değer sürekli null dönüyor forma tıkladığımda.kod altta.soru nedir? 

private void btnresimsec_Click(object sender, RoutedEventArgs e) 

openFileDialog1.Title = "Lütfen Dosya Seçiniz"; 
openFileDialog1.Filter = " (*.jpg)"*.jpg"(*.png)"*.png"(*.bmp)"*.bmp"(*.gif)"*.gif"; 
openFileDialog1.ShowDialog(); 
resim = openFileDialog1.FileName.ToString(); 

//PICTUREBOX'A BU ŞEKİLDE RESİM ATILIR. 
image1.Source = (ImageSource)new ImageSourceConVerter().ConvertFromString(resim); 


private void listBox1_SelectionChanged(object sender, SelectionChangedEventArgs e) 

try 

txtad.Text = ds.Tables[1].Rows[listBox1.SelectedIndex].ItemArray[0].ToString().Trim(); 
txttur.Text = ds.Tables[1].Rows[listBox1.SelectedIndex].ItemArray[1].ToString().Trim(); 
txtsure.Text = ds.Tables[1].Rows[listBox1.SelectedIndex].ItemArray[2].ToString().Trim(); 
txtyonetmen.Text = ds.Tables[1].Rows[listBox1.SelectedIndex].ItemArray[3].ToString().Trim(); 
txtoyuncular.Text = ds.Tables[1].Rows[listBox1.SelectedIndex].ItemArray[4].ToString().Trim(); 
txtsenaryo.Text = ds.Tables[1].Rows[listBox1.SelectedIndex].ItemArray[5].ToString().Trim(); 
byte[] resim = (byte[])ds.Tables[1].Rows[listBox1.SelectedIndex].ItemArray[7]; 
image1.Source = GetBitmapImage(resim); 

}

Kapalı Hesap (153535)
15-10-2012, 01:07   |  #2  
Kapalı Hesap
Teşekkür Sayısı: 27
2,297 mesaj
Kayıt Tarihi:Kayıt: Eki 2009

Programı veritabanıyla birlikte bana gönderebilirseniz size yardımcı olmaya çalışıcam böyle anlayamıyorum hatanın neden kaynaklandığını.Özelden mesaj atın ben size yarın içinde dönerim.

Son Düzenleme: Kapalı Hesap (244290) ~ 15 Ekim 2012 01:10