I have some doubts in listveiw I have a listview with two columns, i want to add items to the first column which are given programmatically and the other column is from database... like
column1 column2
apple from database
orange "
banana "
can this be done.... can any one help me out with this...
I am using C# ,visual studio..