vikas

vikas

  • NA
  • 22
  • 0

select xml data in c#

Jan 4 2010 12:29 AM
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)