how to setup values for combobox in vb.net
Posted
by user225269
on Stack Overflow
See other posts from Stack Overflow
or by user225269
Published on 2010-03-20T00:00:58Z
Indexed on
2010/03/20
0:01 UTC
Read the original article
Hit count: 156
I want to setup values for a combobox in vb.net through code. But I don't know what's the code for setting it up. please help. I want to do something like this:
if combobox1.selecteditem="1" then
combobox2.values=("x", "y", "z")
end if
© Stack Overflow or respective owner