Sunday, 28 April 2013

How can we assigns items on listbox so that it will show. | VB.Net Interview Questions

Rowwise please write the code for it.
Lisbox1.Items.Add "Prashant"
Lisbox1.Items.Add "Chinchu"
Lisbox1.Items.Add "Pallavi"
Lisbox1.Items.Add "Suresh"
Lisbox1.Items.Add "Polika"

No comments: