2
Answers

select xml data in c#

vikas

vikas

14y
2.2k
1
i hav a xml file in asp.net with c# application.it contain data
<Root>
 <Inbox id="1" assigned_user_id="" bcc_address="" bcc_address_names="" cc_address="" cc_address_names="" to_address="" />
</Root>
i want to select data from xml file where id=1;
then outcome output bind with Detalview..

Answers (2)
Next Recommended Forum