Would you like to react to this message? Create an account in a few clicks or log in to continue.

[ASK] get query result from SQL to ComboBox

2 posters

Go down

[ASK] get query result from SQL to ComboBox Empty [ASK] get query result from SQL to ComboBox

Post  yanuar199 Sun Dec 21, 2008 2:57 pm

ada bisa bantuin aq plis...

mau add item combobox dari resultnya query SQL pake c#..
Thx
yanuar199
yanuar199

Number of posts : 16
Age : 34
Lokasi : muka di depan monitor, tangan kanan di atas mouse, tangan kiri diatas keyboard, pantat di atas kursi
Points : -2
Reputation : 0
Registration date : 2008-12-09

http://www.mobiletech-indonesia.com

Back to top Go down

[ASK] get query result from SQL to ComboBox Empty Re: [ASK] get query result from SQL to ComboBox

Post  J0N6Q Sun Dec 28, 2008 8:40 pm

kalau untuk add item aja kamu bisa lihat contoh berikut ini :

List<String> coba = new List<string>();

foreach (String a in coba)
{
comboBox1.Items.Add(a);
}

Nah, sebelum nya result query dari SQL kamu, disimpan terlebih dahulu ke sebuah List<String>.
J0N6Q
J0N6Q
Admin

Number of posts : 25
Age : 35
Lokasi : nomaden
Points : -18
Reputation : 0
Registration date : 2008-11-14

http://www.havingnews.com

Back to top Go down

[ASK] get query result from SQL to ComboBox Empty Re: [ASK] get query result from SQL to ComboBox

Post  yanuar199 Sat Jan 03, 2009 8:55 pm

hhmmm....
ntar di coba..
thx
yanuar199
yanuar199

Number of posts : 16
Age : 34
Lokasi : muka di depan monitor, tangan kanan di atas mouse, tangan kiri diatas keyboard, pantat di atas kursi
Points : -2
Reputation : 0
Registration date : 2008-12-09

http://www.mobiletech-indonesia.com

Back to top Go down

[ASK] get query result from SQL to ComboBox Empty Re: [ASK] get query result from SQL to ComboBox

Post  J0N6Q Wed Feb 11, 2009 2:02 am

yanuar199 wrote:hhmmm....
ntar di coba..
thx

Gimana bro hasil dari percobaan nya???Sukses kah??
J0N6Q
J0N6Q
Admin

Number of posts : 25
Age : 35
Lokasi : nomaden
Points : -18
Reputation : 0
Registration date : 2008-11-14

http://www.havingnews.com

Back to top Go down

[ASK] get query result from SQL to ComboBox Empty Re: [ASK] get query result from SQL to ComboBox

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum