Avatar of RadhaKrishnaKiJaya
RadhaKrishnaKiJaya

asked on 

Check a Node in XML Doc in C#

Hello Experts,
I have an XML Document named ErrorRowsXml as below.  I need to check the existence of the node ERROR_DETAIL in C#.  How can I do that.

Thank you very much in advance.

- <ERROR_REPORT>
- <ERRORS STATUS="TRUE">
  <ERROR CODE="" DESC="" />
  </ERRORS>
  <ERROR_DETAIL FIELD_NO="" ERROR_MESSAGE="" FIELD_NAME="" />
</ ERROR_REPORT >
C#.NET ProgrammingXMLASP.NET

Avatar of undefined
Last Comment
RadhaKrishnaKiJaya

8/22/2022 - Mon