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

Define serialization in .net?

0 Answers  


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

0 Answers   HCL,


1234 123 12 1 how to design above pic in vb.net?

2 Answers   ABC,


Explain how does the xmlserializer work?

0 Answers  


How to store decimal data in .net?

0 Answers  


Explain public assembly?

0 Answers  


What is different between web.config and machine.config and where it will be ?

0 Answers  


sql satement for 2nd maximum value

15 Answers   NIIT,


Name and explain some of the exclusive features which are present in vb?

0 Answers  


Explain the use of serialization and deserialization?

0 Answers  


visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?

5 Answers  


What are the types of generations in garbage collector?

0 Answers  


Categories