forum

home / developersection / forums / how to check a string exists in a xml node's value asp.net

How to check a string exists in a xml node's value asp.net

Anonymous User 3809 02-May-2013
Hi Everyone!

My xml will be like below

<Employee>
      <Emp>
        <Name id="1" link="/office1/manager"></Name>
        <Name id="2" link="/office/sweeper"></Name>
        <Name id="3" link="/office2/manager"></Name>
       </Emp>
  </Employee>

I want to get the "id" of the employees who contains string "manager" in "link"

Please help me!

Any secession will be welcome!

Thanks! 


xml xml 
Updated on 02-May-2013

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By