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 clr?

0 Answers  


Explain some of the exclusive features which are present in vb?

0 Answers  


How to run a dos command in vb.net?

0 Answers  


Explain the difference between import system.data.sqlclient and system.data.oledb?

0 Answers  


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

2 Answers  






What is DLL hell?

2 Answers  


Explain an assembly?

0 Answers  


when we will use console ?

3 Answers  


What are the shared variables?

0 Answers  


What is multiple form in vb?

0 Answers  


How many ways the function can return values?

0 Answers  


What does VS.NET contains ?

3 Answers   Infosys,


Categories