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 an arraylist?

0 Answers  


What is the differnce between managed code and unmanaged code?

0 Answers  


what are the types of threading models in VB.net ?

1 Answers   Satyam,


What are the different types of applications supported in .net (or) .net framework?

0 Answers  


Explain how to achieve polymorphism in vb.net?

0 Answers  






What do you mean by Redim in VB.NET?

0 Answers  


what is diffrence constructor and destructor in vb

0 Answers   MCN Solutions,


write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.

0 Answers   College School Exams Tests,


hello dear friends my problem is that i want to save images that is pictures in SQL server using vb.net can any body help me to do so please

1 Answers  


i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate

0 Answers  


The default back end of the VB is

1 Answers   Hexaware,


i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?

0 Answers   IBM,


Categories