DRopDown Combox Box vb.NET
Hi Guys,
I am populating the data in the Dropdown Comobo from the Database, How can i enter(append) the data in Dropdown, can you guys help me with VB.NET code..
Thanks,
[182 byte] By [
saidev] at [2007-11-11 7:58:59]

# 1 Re: DRopDown Combox Box vb.NET
After adding data to dropdownlist, you can remove/insert/add a few more into the dropdown. What do you mean by append the data...
if aaa is one of the listitem in dropdownlist, do you mean aaabbb is apending?
If you want to occomplist the same, get the index of aaa in dropdownlist and say dropdownlist.items(index).text="aaabbb".
Hope the above explanation clarifies your query
vcs at 2007-11-11 23:13:33 >
