how can we assigns items on listbox so that it will show
rowwise please write the code for it.
Answer Posted / 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 |
Post New Answer View All Answers
Explain how does the xmlserializer work?
Explain the difference between .dll extension and .exe extension files?
What is the difference between system.applicationexception class and system.systemexception?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is the role of new keyword?
What is branching logic control in VB.NET?
What is visual basic.net culture?
What do you mean by deserialization?
Write a VB.Net console program to check whether a number is perfect or not.
What is strong typing and weak typing?
Explain i.tostring method?
Name the tool which can convert visual basic old version to .net compatibility version?
What are the different types of applications supported in .net (or) .net framework?
What is DLL HELL in VB.NET
Explain about branching logic control in vb.net?