Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chieftain1

    Sending XML Data Using a Web Form

    I already have a key for my app settings in my web.config file that sends the XML to a Web Service. What I don't know is what code is needed that captures the information from the XML control imported into a Web form. It may be better to not use an XML Control. If that's the case, I would...
  2. chieftain1

    Sending XML Data Using a Web Form

    How can I send XML data from a Web form? I’m using VS.NET 2003. I have no problem sending data that’s inserted in Web form text boxes and I’m trying to use a similar routine to send the XML. I can view the XML data on the Web page because I’ve inserted an XML Control that references my...
  3. chieftain1

    Sending XML Data Using a Web Form

    How can I send XML data from a Web form? I’m using VS.NET. I have no problem sending data that’s inserted in Web form text boxes and I’m trying to use a similar routine to send the XML. I can view the XML data on the Web page because I’ve inserted an XML Control that references my stylesheet...
  4. chieftain1

    Sending XML Data Using a Web Form

    How can I send XML data from a Web form? I’m using VS.NET. I have no problem sending data that’s inserted in Web form text boxes and I’m trying to use a similar routine to send the XML. I can view the XML data on the Web page because I’ve inserted an XML Control that references my stylesheet...
  5. chieftain1

    Import XML data to a Web Form and Submit data in C#

    I’ve created several web forms in VS.NET in C# that do similar functions (allow users to insert data in text boxes, and check boxes, then submit an XML message via SOAP). This one is a bit different. I want users to submit data from an Excel Spreadsheet generated XML file, select items in a...
  6. chieftain1

    Import XML data to a Web Form and Submit data in C#

    I’ve created several web forms in VS.NET in C# that do similar functions (allow users to insert data in text boxes, and check boxes, then submit an XML message via SOAP). This one is a bit different. I want users to submit data from an Excel Spreadsheet generated XML file, select items in a...

Part and Inventory Search

Back
Top