Click here to Skip to main content
15,919,778 members
Home / Discussions / C#
   

C#

 
GeneralRe: cTime Pin
Dave Kreskowiak10-Mar-05 10:29
mveDave Kreskowiak10-Mar-05 10:29 
GeneralRe: cTime Pin
exhaulted10-Mar-05 11:03
exhaulted10-Mar-05 11:03 
GeneralRe: cTime Pin
Dave Kreskowiak10-Mar-05 11:46
mveDave Kreskowiak10-Mar-05 11:46 
GeneralRe: cTime Pin
exhaulted10-Mar-05 21:32
exhaulted10-Mar-05 21:32 
GeneralLower Process Priority Pin
bk515110-Mar-05 4:18
bk515110-Mar-05 4:18 
GeneralRe: Lower Process Priority Pin
TylerBrinks10-Mar-05 4:39
TylerBrinks10-Mar-05 4:39 
GeneralRe: Lower Process Priority Pin
bk515110-Mar-05 4:47
bk515110-Mar-05 4:47 
GeneralRe: Lower Process Priority Pin
TylerBrinks10-Mar-05 5:16
TylerBrinks10-Mar-05 5:16 
GeneralRe: Lower Process Priority Pin
Guinness4Strength10-Mar-05 4:45
Guinness4Strength10-Mar-05 4:45 
GeneralRe: Lower Process Priority Pin
bk515110-Mar-05 5:07
bk515110-Mar-05 5:07 
GeneralRe: Lower Process Priority Pin
Guinness4Strength10-Mar-05 5:16
Guinness4Strength10-Mar-05 5:16 
GeneralRe: Lower Process Priority Pin
bk515110-Mar-05 7:44
bk515110-Mar-05 7:44 
GeneralDetect Missing Image Pin
rowlandISD10-Mar-05 3:36
rowlandISD10-Mar-05 3:36 
GeneralRe: Detect Missing Image Pin
turbochimp11-Mar-05 17:00
turbochimp11-Mar-05 17:00 
QuestionParse eml files? Pin
cool_wali10-Mar-05 3:06
cool_wali10-Mar-05 3:06 
QuestionKeystroke "stuffer"? Pin
LenHodder10-Mar-05 1:55
LenHodder10-Mar-05 1:55 
AnswerRe: Keystroke "stuffer"? Pin
J4amieC10-Mar-05 3:18
J4amieC10-Mar-05 3:18 
GeneralRe: Keystroke "stuffer"? Pin
LenHodder10-Mar-05 3:36
LenHodder10-Mar-05 3:36 
GeneralHighlighter.net Pin
Member 92015710-Mar-05 1:49
Member 92015710-Mar-05 1:49 
Generalempty string Pin
realmontanakid10-Mar-05 0:50
realmontanakid10-Mar-05 0:50 
GeneralRe: empty string Pin
mav.northwind10-Mar-05 3:12
mav.northwind10-Mar-05 3:12 
That's quite easy:
Name is set at exactly one location, so the value you see is the result of this.listBox1.SelectedItem.ToString();.
That means the selected item in your listBox1 is a DataRowView. DataRowView doesn't have an overloaded ToString method, so you simply get the type name.

But what's the question? Obviously you expect Name to be something else. Could it be that you don't want one of listBox1's items?

Without further info we can only guess...

mav
GeneralRe: empty string Pin
ESTAN10-Mar-05 3:25
ESTAN10-Mar-05 3:25 
GeneralRe: empty string Pin
realmontanakid10-Mar-05 3:44
realmontanakid10-Mar-05 3:44 
Generaloutlook express Pin
ppp0019-Mar-05 23:41
ppp0019-Mar-05 23:41 
GeneralRe: outlook express Pin
Michael P Butler10-Mar-05 4:46
Michael P Butler10-Mar-05 4:46 

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.