|
arkadaşlar bu kodlar c dili bunu vb ye çevirebilecek varmı lütfen çok acil lazım
oledbcommand cmdoku=new oledbcommand ("select * from uyeler where uyeno=" + textboxuyeno.text + "" , form_ana.baglanti) ;
oledbdatareader oku;
form_ana.baglanti.open();
while (oku.read())
{
textboxad.text=convert.tostring(okul["adisoyadi"]);
form_ana.baglanti.close();
textboxuyeno.enabled=false;
|