Click here to Skip to main content
15,885,128 members
Home / Discussions / C#
   

C#

 
GeneralRe: Coding Style Questions Pin
Kevin Marois9-Dec-13 6:59
professionalKevin Marois9-Dec-13 6:59 
GeneralRe: Coding Style Questions Pin
PIEBALDconsult9-Dec-13 9:30
mvePIEBALDconsult9-Dec-13 9:30 
GeneralRe: Coding Style Questions Pin
Kevin Marois9-Dec-13 9:51
professionalKevin Marois9-Dec-13 9:51 
GeneralRe: Coding Style Questions Pin
PIEBALDconsult9-Dec-13 10:02
mvePIEBALDconsult9-Dec-13 10:02 
AnswerRe: Coding Style Questions Pin
V.9-Dec-13 20:51
professionalV.9-Dec-13 20:51 
QuestionEye tracking code Pin
polycom1239-Dec-13 5:44
polycom1239-Dec-13 5:44 
QuestionPersists GridView Textbox Value Pin
wernlin9-Dec-13 5:22
wernlin9-Dec-13 5:22 
Questionc# listview insert not working Pin
dbushong9-Dec-13 4:11
dbushong9-Dec-13 4:11 
I am trying to insert (not add) data to a listview. The listview has 7 cols.
The code I am using is:

ListViewItem item = lvBOM.Items[2];

lvBOM.Items.Insert(2,"Hi");

This code is activated by a button click. The result is that a row is inserted but the word "HI" does not appear.
Full row select is set to true.
c# 2013 framework 4.51. Desktop app.


Thank you,
Duke

modified 9-Dec-13 10:43am.

QuestionRe: c# listview insert not working Pin
Richard MacCutchan9-Dec-13 5:37
mveRichard MacCutchan9-Dec-13 5:37 
AnswerRe: c# listview insert not working Pin
dbushong9-Dec-13 5:51
dbushong9-Dec-13 5:51 
GeneralRe: c# listview insert not working Pin
Richard MacCutchan9-Dec-13 6:13
mveRichard MacCutchan9-Dec-13 6:13 
GeneralRe: c# listview insert not working Pin
dbushong9-Dec-13 7:18
dbushong9-Dec-13 7:18 
GeneralRe: c# listview insert not working Pin
Richard MacCutchan9-Dec-13 7:34
mveRichard MacCutchan9-Dec-13 7:34 
GeneralRe: c# listview insert not working Pin
dbushong9-Dec-13 7:43
dbushong9-Dec-13 7:43 
GeneralRe: c# listview insert not working Pin
Richard MacCutchan9-Dec-13 7:47
mveRichard MacCutchan9-Dec-13 7:47 
GeneralRe: c# listview insert not working Pin
dbushong9-Dec-13 8:03
dbushong9-Dec-13 8:03 
GeneralRe: c# listview insert not working Pin
dbushong9-Dec-13 8:41
dbushong9-Dec-13 8:41 
GeneralRe: c# listview insert not working Pin
Richard MacCutchan9-Dec-13 8:59
mveRichard MacCutchan9-Dec-13 8:59 
QuestionC# XML or Database Pin
Member 104453489-Dec-13 2:57
Member 104453489-Dec-13 2:57 
AnswerRe: C# XML or Database Pin
Richard MacCutchan9-Dec-13 3:34
mveRichard MacCutchan9-Dec-13 3:34 
GeneralRe: C# XML or Database Pin
Member 104453489-Dec-13 9:22
Member 104453489-Dec-13 9:22 
AnswerRe: C# XML or Database Pin
thatraja9-Dec-13 3:54
professionalthatraja9-Dec-13 3:54 
GeneralRe: C# XML or Database Pin
Nicholas Marty9-Dec-13 4:15
professionalNicholas Marty9-Dec-13 4:15 
GeneralRe: C# XML or Database Pin
Member 104453489-Dec-13 9:22
Member 104453489-Dec-13 9:22 
GeneralRe: C# XML or Database Pin
harold aptroot9-Dec-13 6:30
harold aptroot9-Dec-13 6:30 

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.