how can we assigns items on listbox so that it will show
rowwise please write the code for it.

Answers were Sorted based on User's Feedback



how can we assigns items on listbox so that it will show rowwise please write the code for it...

Answer / prashant n

Lisbox1.Items.Add "Prashant"
Lisbox1.Items.Add "Chinchu"
Lisbox1.Items.Add "Pallavi"
Lisbox1.Items.Add "Suresh"
Lisbox1.Items.Add "Polika"

Is This Answer Correct ?    4 Yes 2 No

how can we assigns items on listbox so that it will show rowwise please write the code for it...

Answer / vinod

ListBox1.Items.Add(TextBox1.Text)

Is This Answer Correct ?    3 Yes 1 No

how can we assigns items on listbox so that it will show rowwise please write the code for it...

Answer / sajad aziz

listbox.items.add("item name")

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More VB.NET Interview Questions

What is the Difference between CLR & CTS?

3 Answers  


is it possible to use flexgrid in vb dotnet?

9 Answers   Banking, Microsoft, NetBIOS,


What is static member?

0 Answers  


Is vb.net a programming language?

0 Answers  


Explain the difference between c# and vb.net?

0 Answers  






how many server controls are presented in vb.net

2 Answers  


Explain the difference between thread and process?

0 Answers  


Which is the tool which can convert visual basic old version to .net compatibility version?

0 Answers  


Explain the difference between int and int32?

0 Answers  


What is the importance of a Button control?

0 Answers  


What are the two main parts of .net?

0 Answers  


What is the source code for display the picture in button click event?

0 Answers  


Categories