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

how to create crystal reports in asp.net & vb.net with syntax

2 Answers  


How would you implement inheritance using vb.net?

0 Answers  


Explain about garbage collection?

0 Answers  


What are the differences between c# and visual basic.net?

0 Answers  


Allowed program to auto-correct the database when loading a presentation.

0 Answers   HCL,


What is intermediate langauge?

0 Answers  


when we will use console ?

3 Answers  


Can we use a crystal report into a another crystal report

7 Answers  


Explain managed code?

0 Answers  


how to connect crystal report with vb.net ?

2 Answers   Patni,


Explain how to achieve polymorphism in vb.net?

0 Answers  


What are the different types of a stream?

0 Answers  


Categories