Click here to Skip to main content
15,913,836 members
Home / Discussions / C#
   

C#

 
AnswerRe: Change default Form in WPF Program. Pin
Super Lloyd5-Aug-09 17:43
Super Lloyd5-Aug-09 17:43 
AnswerRe: Change default Form in WPF Program. Pin
Super Lloyd5-Aug-09 17:44
Super Lloyd5-Aug-09 17:44 
GeneralRe: Change default Form in WPF Program. Pin
Joshua Henderson5-Aug-09 22:58
Joshua Henderson5-Aug-09 22:58 
QuestionHow to populate a ListView's ListItem and SubItem from data in a SQL database Pin
Richard A. Arnold5-Aug-09 15:55
Richard A. Arnold5-Aug-09 15:55 
AnswerRe: How to populate a ListView's ListItem and SubItem from data in a SQL database Pin
Christian Graus5-Aug-09 16:00
protectorChristian Graus5-Aug-09 16:00 
QuestionRe: How to populate a ListView's ListItem and SubItem from data in a SQL database Pin
Richard A. Arnold6-Aug-09 5:38
Richard A. Arnold6-Aug-09 5:38 
AnswerRe: How to populate a ListView's ListItem and SubItem from data in a SQL database Pin
Richard A. Arnold6-Aug-09 6:57
Richard A. Arnold6-Aug-09 6:57 
GeneralRe: How to populate a ListView's ListItem and SubItem from data in a SQL database Pin
Richard A. Arnold6-Aug-09 7:37
Richard A. Arnold6-Aug-09 7:37 
Alright, I finally figured it out.

I remmed out the lines dealing with the DataColumn and it works properly now, without any duplicates.
When I studied it I discovered that by having the lines:

foreach (DataColumn dCol in addressBookDataSet.Addresses.Columns), for which there were 5-columns including the autoincremented ID column, I was actually telling it to return the resultset times the number of columns.

Oh well, one learns as they go along.

Thanks again Christian Graus

Your suggestion was the key to getting this to work.

Muchas gracias

Richard
QuestionDatabase Data Entry problem Pin
jestgr5-Aug-09 12:41
jestgr5-Aug-09 12:41 
AnswerRe: Database Data Entry problem Pin
Christian Graus5-Aug-09 13:21
protectorChristian Graus5-Aug-09 13:21 
QuestionHELp needed Pin
unlucky_dreamer5-Aug-09 11:58
unlucky_dreamer5-Aug-09 11:58 
AnswerRe: HELp needed Pin
Luc Pattyn5-Aug-09 12:23
sitebuilderLuc Pattyn5-Aug-09 12:23 
GeneralRe: HELp needed Pin
unlucky_dreamer5-Aug-09 12:26
unlucky_dreamer5-Aug-09 12:26 
AnswerRe: HELp needed Pin
Christian Graus5-Aug-09 12:24
protectorChristian Graus5-Aug-09 12:24 
GeneralRe: HELp needed Pin
unlucky_dreamer5-Aug-09 12:29
unlucky_dreamer5-Aug-09 12:29 
GeneralRe: HELp needed Pin
Christian Graus5-Aug-09 13:20
protectorChristian Graus5-Aug-09 13:20 
GeneralRe: HELp needed Pin
unlucky_dreamer6-Aug-09 11:31
unlucky_dreamer6-Aug-09 11:31 
QuestionAssigning a SQL query result to a variable Pin
JohnQuar15-Aug-09 11:44
JohnQuar15-Aug-09 11:44 
AnswerRe: Assigning a SQL query result to a variable Pin
Christian Graus5-Aug-09 12:25
protectorChristian Graus5-Aug-09 12:25 
GeneralRe: Assigning a SQL query result to a variable Pin
JohnQuar15-Aug-09 15:16
JohnQuar15-Aug-09 15:16 
AnswerRe: Assigning a SQL query result to a variable Pin
PIEBALDconsult5-Aug-09 17:08
mvePIEBALDconsult5-Aug-09 17:08 
GeneralRe: Assigning a SQL query result to a variable Pin
JohnQuar16-Aug-09 4:49
JohnQuar16-Aug-09 4:49 
GeneralRe: Assigning a SQL query result to a variable Pin
PIEBALDconsult6-Aug-09 12:38
mvePIEBALDconsult6-Aug-09 12:38 
GeneralLearning C# syntax for a Trading Platform Pin
jelamiju15-Aug-09 11:27
jelamiju15-Aug-09 11:27 
GeneralRe: Learning C# syntax for a Trading Platform Pin
Christian Graus5-Aug-09 11:41
protectorChristian Graus5-Aug-09 11:41 

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.