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 do you understand by vb.net?

0 Answers  


What is the use of errorprovider control?

0 Answers  


Described strong typing and weak typing?

0 Answers  


What is internal keyword in .net framework?

0 Answers  


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

0 Answers  






Which control is an example of an object in vb net?

0 Answers  


What is the Difference between Web User Control and Web Custom Control?

6 Answers   Benchmark,


Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.

0 Answers  


What do you mean by Redim in VB.NET?

0 Answers  


Explain about the feature anonymous type?

0 Answers  


how to deploy vb.net with key and evaluation time? any one can help me?

0 Answers   TSYS,


Name the class which allows an element to be accessed using unique key?

0 Answers  


Categories