Search Result

Collapse
3 results in 0.0029 seconds.
Keywords
Members
Tags
infopath
  •  

  • 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....
    See more | Go to post

  • andyoye
    started a topic AND statement
    in .NET

    AND statement

    Code:
    public void FormEvents_Loading(object sender, LoadingEventArgs e)
            {
                XPathNavigator root = MainDataSource.CreateNavigator(); 
    
                XPathNavigator C1 = this.CreateNavigator();
                string txtC1 = C1.SelectSingleNode("/my:myFields/my:field76",     this.NamespaceManager).Value;
                 
    XPathNavigator C2 = this.CreateNavigator();
                 string
    ...
    See more | Go to post
    Last edited by tlhintoq; May 21 '09, 03:26 PM. Reason: [CODE] ... your code here ... [/CODE] tags added

  • brentc76
    started a topic SharePoint, InfoPath, Both, or Neither?

    SharePoint, InfoPath, Both, or Neither?

    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...
    See more | Go to post
Working...