Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
Omar Kh
1.8k
165
2.6k
how to parse xml into combobox?
Apr 12 2020 8:38 AM
i have a xml String which contains the following data below
and im tring to parse the Curs section to a combo box which the Display Memeber would be CurName
and the Value Memeber would be
CurNo
i have tried many way but with no luck !
im using c# windows forms any help?
<
Data
>
<
Result
>
ok
</
Result
>
<
RemNo
>
114
</
RemNo
>
<
ListNo
>
5
</
ListNo
>
<
m_bb_cont
>
0
</
m_bb_cont
>
<
m_s_cont
>
65
</
m_s_cont
>
<
m_s_cont_change
>
1
</
m_s_cont_change
>
<
m_s_no
>
111
</
m_s_no
>
<
m_s_no_name
>
company name
</
m_s_no_name
>
<
m_s_no_change
>
1
</
m_s_no_change
>
<
m_use_file
>
maser
</
m_use_file
>
<
m_ss_dob_must
>
0
</
m_ss_dob_must
>
<
m_bb_dob_must
>
0
</
m_bb_dob_must
>
<
m_allow_fraction
>
1
</
m_allow_fraction
>
<
g_issue_id_must
>
0
</
g_issue_id_must
>
<
nat_no_must
>
0
</
nat_no_must
>
<
paytypes
>
<
paytype
>
<
no
>
1
</
no
>
<
name
>
CASH
</
name
>
</
paytype
>
<
paytype
>
<
no
>
2
</
no
>
<
name
>
CREDIT
</
name
>
</
paytype
>
<
paytype
>
<
no
>
3
</
no
>
<
name
>
other banks
</
name
>
</
paytype
>
</
paytypes
>
<
Curs
>
<
Cur
>
<
CurNo
>
2
</
CurNo
>
<
CurName
>
USD
</
CurName
>
<
CurCode
>
USD
</
CurCode
>
</
Cur
>
<
Cur
>
<
CurNo
>
9
</
CurNo
>
<
CurName
>
JOD
</
CurName
>
<
CurCode
>
JOD
</
CurCode
>
</
Cur
>
</
Curs
>
</
Data
>
Reply
Answers (
3
)
how to convert binary file to wave file in .net
getting error while storing date into database in vs2013