Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
AnswerRe: ERP project - one project? Pin
Pete O'Hanlon15-May-11 9:23
mvePete O'Hanlon15-May-11 9:23 
GeneralRe: ERP project - one project? Pin
walterhevedeich15-May-11 19:21
professionalwalterhevedeich15-May-11 19:21 
AnswerRe: ERP project - one project? Pin
Prasanta_Prince15-May-11 21:18
Prasanta_Prince15-May-11 21:18 
AnswerRe: ERP project - one project? Pin
SilimSayo16-May-11 5:23
SilimSayo16-May-11 5:23 
QuestionIs There An Incantation I'm supposed To Recite To Make The Data Appear? Pin
Roger Wright14-May-11 20:32
professionalRoger Wright14-May-11 20:32 
AnswerRe: Is There An Incantation I'm supposed To Recite To Make The Data Appear? Pin
dan!sh 14-May-11 21:01
professional dan!sh 14-May-11 21:01 
GeneralRe: Is There An Incantation I'm supposed To Recite To Make The Data Appear? Pin
Roger Wright15-May-11 4:26
professionalRoger Wright15-May-11 4:26 
AnswerRe: Is There An Incantation I'm supposed To Recite To Make The Data Appear? Pin
OriginalGriff14-May-11 21:06
mveOriginalGriff14-May-11 21:06 
"All examples in MSDN include the line: ListView1.View = View.Details but it doesn't exist in VS 2010."

A quick look at your code says: replace ListView1 with lvDataSources in the examples and you will be fine. All that I can see you need to do, is add the line
lvDataSources.Items.Add(lvItem);
to the bottom of your foreach loop, and it should work.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

Manfred R. Bihy: "Looks as if OP is learning resistant."

GeneralRe: Is There An Incantation I'm supposed To Recite To Make The Data Appear? Pin
#realJSOP15-May-11 0:32
professional#realJSOP15-May-11 0:32 
GeneralRe: Is There An Incantation I'm supposed To Recite To Make The Data Appear? Pin
Luc Pattyn15-May-11 2:34
sitebuilderLuc Pattyn15-May-11 2:34 
GeneralRe: Is There An Incantation I'm supposed To Recite To Make The Data Appear? Pin
Roger Wright15-May-11 4:39
professionalRoger Wright15-May-11 4:39 
GeneralRe: Is There An Incantation I'm supposed To Recite To Make The Data Appear? Pin
Roger Wright15-May-11 4:28
professionalRoger Wright15-May-11 4:28 
QuestionBeginner c# question Pin
SFORavi14-May-11 16:10
SFORavi14-May-11 16:10 
AnswerRe: Beginner c# question Pin
Luc Pattyn14-May-11 16:57
sitebuilderLuc Pattyn14-May-11 16:57 
GeneralRe: Beginner c# question Pin
SFORavi14-May-11 18:34
SFORavi14-May-11 18:34 
AnswerRe: Beginner c# question Pin
Luc Pattyn14-May-11 18:39
sitebuilderLuc Pattyn14-May-11 18:39 
GeneralRe: Beginner c# question Pin
Roger Wright14-May-11 20:11
professionalRoger Wright14-May-11 20:11 
GeneralRe: Beginner c# question Pin
Richard MacCutchan14-May-11 21:32
mveRichard MacCutchan14-May-11 21:32 
AnswerRe: Beginner c# question Pin
PIEBALDconsult14-May-11 18:52
mvePIEBALDconsult14-May-11 18:52 
GeneralRe: Beginner c# question Pin
jschell16-May-11 8:37
jschell16-May-11 8:37 
AnswerRe: Beginner c# question Pin
jschell16-May-11 8:39
jschell16-May-11 8:39 
Questionhow to disable and enable network access with simple c# code Pin
MohammedMahmoud14-May-11 10:41
MohammedMahmoud14-May-11 10:41 
AnswerRe: how to disable and enable network access with simple c# code Pin
jschell14-May-11 11:31
jschell14-May-11 11:31 
GeneralRe: how to disable and enable network access with simple c# code Pin
MohammedMahmoud14-May-11 11:44
MohammedMahmoud14-May-11 11:44 
GeneralRe: how to disable and enable network access with simple c# code Pin
jschell16-May-11 8:29
jschell16-May-11 8:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.