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..