Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to implement md5 algorithm in c# Pin
OriginalGriff21-Feb-14 0:10
mveOriginalGriff21-Feb-14 0:10 
GeneralRe: how to implement md5 algorithm in c# Pin
AmitGajjar23-Feb-14 19:02
professionalAmitGajjar23-Feb-14 19:02 
QuestionInsert Multi Rows from Datagridview to another datagridview Pin
haipt23220-Feb-14 23:03
haipt23220-Feb-14 23:03 
AnswerRe: Insert Multi Rows from Datagridview to another datagridview Pin
Richard MacCutchan20-Feb-14 23:27
mveRichard MacCutchan20-Feb-14 23:27 
GeneralRe: Insert Multi Rows from Datagridview to another datagridview Pin
haipt23221-Feb-14 0:08
haipt23221-Feb-14 0:08 
SuggestionRe: Insert Multi Rows from Datagridview to another datagridview Pin
Eddy Vluggen21-Feb-14 0:28
professionalEddy Vluggen21-Feb-14 0:28 
GeneralRe: Insert Multi Rows from Datagridview to another datagridview Pin
Richard MacCutchan21-Feb-14 0:30
mveRichard MacCutchan21-Feb-14 0:30 
QuestionHow do i load a XML data to a Combobox? Pin
Member 1061426220-Feb-14 22:24
Member 1061426220-Feb-14 22:24 
XML
hi friends,

I have search this on this net but most XML data they have used only with one attributes. My XML structure as follows and this data is in the file called "CountList.xml"



<Countries>

<Country>

<ISO>USA</ISO>

<Name>United States</Name>

</Country>


<Country>

<ISO>RUS</ISO>

<Name>Russian Federation</Name>

</Country>


<Country>

<ISO>PRC</ISO>

<Name>China</Name>

</Country>

</Countries>



How do I load above data to a combobox, have Display Member as Name and the Value Member as ISO?
Note: I don't want to use any form of LINQ!

AnswerRe: How do i load a XML data to a Combobox? Pin
Wayne Gaylard20-Feb-14 22:37
professionalWayne Gaylard20-Feb-14 22:37 
QuestionThreading and system.diagnostics Pin
Syed Ata-Ur-Rehman20-Feb-14 9:56
Syed Ata-Ur-Rehman20-Feb-14 9:56 
AnswerRe: Threading and system.diagnostics Pin
Dave Kreskowiak20-Feb-14 13:15
mveDave Kreskowiak20-Feb-14 13:15 
AnswerRe: Threading and system.diagnostics Pin
Bernhard Hiller20-Feb-14 22:12
Bernhard Hiller20-Feb-14 22:12 
QuestionDll libraries Pin
Blubbo20-Feb-14 3:37
Blubbo20-Feb-14 3:37 
AnswerRe: Dll libraries Pin
Alan N20-Feb-14 6:53
Alan N20-Feb-14 6:53 
AnswerRe: Dll libraries Pin
Richard MacCutchan20-Feb-14 6:55
mveRichard MacCutchan20-Feb-14 6:55 
QuestionDShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 2:59
BBatts20-Feb-14 2:59 
AnswerRe: DShow.Net Problem With Opening Camera Pin
Simon_Whale20-Feb-14 3:30
Simon_Whale20-Feb-14 3:30 
GeneralRe: DShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 3:56
BBatts20-Feb-14 3:56 
GeneralRe: DShow.Net Problem With Opening Camera Pin
Simon_Whale20-Feb-14 4:06
Simon_Whale20-Feb-14 4:06 
GeneralRe: DShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 4:25
BBatts20-Feb-14 4:25 
AnswerRe: DShow.Net Problem With Opening Camera Pin
Eddy Vluggen20-Feb-14 8:06
professionalEddy Vluggen20-Feb-14 8:06 
GeneralRe: DShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 8:08
BBatts20-Feb-14 8:08 
QuestionJoystick Driver Project Pin
uddajay20-Feb-14 2:51
uddajay20-Feb-14 2:51 
AnswerRe: Joystick Driver Project Pin
Richard MacCutchan20-Feb-14 2:55
mveRichard MacCutchan20-Feb-14 2:55 
AnswerRe: Joystick Driver Project Pin
Dave Kreskowiak20-Feb-14 3:32
mveDave Kreskowiak20-Feb-14 3:32 

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.