How to search for a specific tag in XML using C# [ Microsoft Infopath]
I'm a web application student and I'm working to solve an issue pulling in some tags from different XML documents for an Info Path Project I'm working on for a client.
I'm trying to pull in
Code:
<tagX>123</tagX>
but in my code there's many "TagX"s and I need to pick a specific one.
The way I'm supposed to find it is direct my program to pull that specific one based on what is encased in....
I have been onto several sites, and I still have not located the answer I am looking for.
I have an idea drawn out on paper to create a SharePoint Helpdesk. I have several forms that would be used, and on the MAIN form there will be a drop-down menu for the user to select which type of Helpdesk Request they would like to submit. After the selection, a form will display under the area based on their selection. For Example: if the...