using xpath get the correct value in selectName
- by Sangeeta
Below I have written the code. I need help to get the right value in selectName. I am new to XPath. Basically with this code I am trying to achieve if employeeName = Chris I need to return 23549 to the calling function. Please help.
Part of the code:
public static string getEmployeeeID(string employeeName)
{
Cache cache =…