how can we assigns items on listbox so that it will show
rowwise please write the code for it.
Answer Posted / sajad aziz
listbox.items.add("item name")
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
List the different types of assembly?
What is the use of system.diagnostics.process class?
Explain the services provided by common language infrastructure.
Name a feature which is common to all .net languages?
what is common type system?
What is the source code for display the picture in button click event?
What is internal keyword in .net framework?
How to send xml file on server using http protocol?
Name some different types of control?
What is the difference between readonly variable and constant variable?
Name the tool which can convert visual basic old version to .net compatibility version?
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.
List the two main parts of .net?
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.
What is a static class?