CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: poker

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,322

    How do you open Excel from a link in ASP?

    We're working on an intranet. There is a XLS document that my users have access to but I want to put a link on an ASP page that will open the Excel and the actual Excel file.

    I DO NOT want them...
  2. Replies
    0
    Views
    1,157

    How to create a TOC of links with subheaders

    I need to create a page the displays what looks like a table of contents. I need it to loop in such a way that I can produce sub header after sub header. It would be a list of URLs that the logged...
  3. Re: How do modify a large XML file to become smaller?

    Got it. Thanks. Everything works now. I'll be able to specify elements in the source file and create unique files for my department.



    XmlDocument sourceDoc = new XmlDocument();
    ...
  4. Re: How do modify a large XML file to become smaller?

    I made one change to your code in the foreach section. It looped as expected after the edit. My problem is that I can't get it to write the node called 'applicant'.



    ...
  5. Re: How do modify a large XML file to become smaller?

    Thanks. I'll try this if nothing else comes up. I was hoping to select instead of delete elements. The original files has 500 columns to sort.
  6. How do modify a large XML file to become smaller?

    I get a larger XML file from an outside source. I would like to read specific elements and write them to a new XML file for my intended user. My user doesn't need the other elements.

    I tried...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured