Click here to Skip to main content
15,903,388 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: outlook express Pin
ppp00110-Mar-05 7:09
ppp00110-Mar-05 7:09 
GeneralRe: outlook express Pin
Guinness4Strength10-Mar-05 4:49
Guinness4Strength10-Mar-05 4:49 
GeneralSkinnable Application in C# Pin
sim_san9-Mar-05 22:15
sim_san9-Mar-05 22:15 
GeneralError in reading xml... Pin
vinu.netguy9-Mar-05 20:50
vinu.netguy9-Mar-05 20:50 
GeneralRe: Error in reading xml... Pin
mav.northwind9-Mar-05 21:39
mav.northwind9-Mar-05 21:39 
GeneralRe: Error in reading xml... Pin
vinu.netguy9-Mar-05 22:14
vinu.netguy9-Mar-05 22:14 
GeneralRe: Error reading xml... Pin
vinu.netguy9-Mar-05 22:16
vinu.netguy9-Mar-05 22:16 
GeneralRe: Error reading xml... Pin
mav.northwind9-Mar-05 22:40
mav.northwind9-Mar-05 22:40 
GeneralRe: Error reading xml... Pin
vinu.netguy9-Mar-05 22:44
vinu.netguy9-Mar-05 22:44 
GeneralRe: Error reading xml... Pin
vinu.netguy10-Mar-05 1:29
vinu.netguy10-Mar-05 1:29 
GeneralError in xml... Pin
vinu.netguy9-Mar-05 20:45
vinu.netguy9-Mar-05 20:45 
GeneralDBF Export from SQL with .NET Pin
davethiss9-Mar-05 20:30
davethiss9-Mar-05 20:30 
GeneralRe: DBF Export from SQL with .NET Pin
Guinness4Strength10-Mar-05 4:55
Guinness4Strength10-Mar-05 4:55 

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.