i am using this code in my program qand it keeps giving me the following error :
" Key is not unique in collection "
i know it is unique all of my keys are i checked them over and over ....

ListView1.ListItems.Add , "d", depname
ListView1.ListItems.Add , "n", coursename
ListView1.ListItems.Add , "c", credits
ListView1.ListItems.Add , "t", coursedes


------------------
- regards -
- razzaj -