User Profile

Collapse

Profile Sidebar

Collapse
NegarZaeem
NegarZaeem
Last Activity: Aug 31 '08, 12:55 PM
Joined: Aug 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • NegarZaeem
    replied to Create XML file with C# or ASP
    in .NET
    How can I create this special xml file

    I want to creat this XML file with C# or ASP
    [code=xml]<?xml version="1.0" standalone="yes "?>
    <Info>
    <News>
    <Item>
    <Id>1</Id>
    <Title>Test1</Title>
    <Body>testing 1 testing1 testing1</Body>
    </Item>
    <Item>
    ...
    See more | Go to post
    Last edited by jhardman; Sep 3 '08, 05:32 PM. Reason: Moved to .NET forum. ASP forum is for "classic" ASP only

    Leave a comment:


  • NegarZaeem
    replied to Create XML file with C# or ASP
    in .NET
    creating a sprecial xml file

    I want to creat this XML file with C# or ASP
    [CODE=xml]<?xml version="1.0" standalone="yes "?>
    <Info>
    <News>
    <Item>
    <Id>1</Id>
    <Title>Test1</Title>
    <Body>testing 1 testing1 testing1</Body>
    </Item>
    <Item>
    <Id>2</Id>...
    See more | Go to post
    Last edited by acoder; Sep 3 '08, 05:54 PM. Reason: Added [code] tags

    Leave a comment:


  • NegarZaeem
    started a topic Create XML file with C# or ASP
    in .NET

    Create XML file with C# or ASP

    I want to creat this XML file with C# or ASP
    Code:
    <?xml version="1.0" standalone="yes"?>
    <Info>
      <News>
        <Item>
          <Id>1</Id>
          <Title>Test1</Title>
          <Body>testing1 testing1 testing1</Body>
        </Item>
        <Item>
          <Id>2</Id>
          <Title>Test2</Title>
    ...
    See more | Go to post
    Last edited by kenobewan; Aug 31 '08, 12:05 PM. Reason: Please use code tags

  • NegarZaeem
    started a topic Creating a special xml file

    Creating a special xml file

    I want to creat this XML file with C# or ASP
    <?xml version="1.0" standalone="yes "?>
    <Info>
    <News>
    <Item>
    <Id>1</Id>
    <Title>Test1</Title>
    <Body>testing 1 testing1 testing1</Body>
    </Item>
    <Item>
    <Id>2</Id>
    <Title>Test2</Title>...
    See more | Go to post
No activity results to display
Show More
Working...