I need to call a .ashx handler and i will found a xml response that i need to convert into an datatble and bind to the gridview.
Dear friend whenever i try to parse the following XML
<?xml version="1.0" encoding="utf-8" ?>
- <DocumentElement>
- <Result>
<id display="Unique id">5384</id>
<PATIENT_ID>123456</PATIENT_ID>
<TEST_TYPE display="URS10">URS10</TEST_TYPE>
<TIME_STAMP display="TIME">2014-01-04T17:04:00+00:00</TIME_STAMP>
<MORNING_SAMPLE display="MORNING SAMPLE">true</MORNING_SAMPLE>
<GLUCOSE display="GLUCOSE">2</GLUCOSE>
<BILIRUBIN display="BILIRUBIN">Large +++</BILIRUBIN>
<KETONE display="KETONE">Negative</KETONE>
<SPECIFIC_GRAVITY display="SPECIFIC GRAVITY">1.030& ...
Go to the complete details ...