6
Answers

comboBox_SelectedIndexChanged

roi kruv

roi kruv

13y
3.1k
1

hey...
i'm working on windows form, and on that form i have a comboBox that attached to a dataBase, and several empty
textBoxes that dosen't attached to anything...
now what i want is this:
when i choose a value from the comboBox then the empty textBoxes will fill with data from the dataBase...
for example, if the comboBox attached to a "person" table to the "ID" column, then when i choose an ID number from the comboBox then the empty textBoxes will fill with that same person data, like age,birthDate,height exc...

i know that i'm suppose to use the function "SelectedIndexChanged", but how?
if someone can help me or even post a similer example it will help alot
thanks! 
 
Answers (6)
0
winston 0

winston 0

NA 10 0 20y
but my client may be without .Net FrameWork in his PC. so i think i can't use .Net Remoting.
0
send2manivannan

send2manivannan

NA 127 0 20y
Why not....! You can use the .NET Remotting with HTTP Channel.