We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[4699] A Simple Introduction to .NET Remoting

Last post 09-14-2005 10:49 AM by ramana. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [4699] A Simple Introduction to .NET Remoting

    This thread is for discussions of A Simple Introduction to .NET Remoting.

    • Post Points: 0
  • 09-14-2005 10:47 AM In reply to

    • ramana
    • Not Ranked
    • Joined on 09-14-2005
    • New Member
    • Points 15

    read xml file and get data

    hi,
    i have an xml file

    <?xml version="1.0"  ?>
    <users>
        <User id="u1">
       <UserName>user1</UserName>
       <Password>pwd1</Password>
        </User>
        <User id="u2">
       <UserName>user2</UserName>
       <Password>pwd2</Password>
        </User>
    </users>

    i want to read this file in c#.net and  compare the username with username entered in textfield while logging.
    can you help me?
    • Post Points: 0
  • 09-14-2005 10:47 AM In reply to

    • ramana
    • Not Ranked
    • Joined on 09-14-2005
    • New Member
    • Points 15

    read xml file and get data

    hi,
    i have an xml file

    <?xml version="1.0"  ?>
    <users>
        <User id="u1">
       <UserName>user1</UserName>
       <Password>pwd1</Password>
        </User>
        <User id="u2">
       <UserName>user2</UserName>
       <Password>pwd2</Password>
        </User>
    </users>

    i want to read this file in c#.net and  compare the username with username entered in textfield while logging.
    can you help me?
    • Post Points: 0
  • 09-14-2005 10:49 AM In reply to

    • ramana
    • Not Ranked
    • Joined on 09-14-2005
    • New Member
    • Points 15
    hi,
    i have an xml file

    <?xml version="1.0"  ?>
    <users>
        <User id="u1">
       <UserName>user1</UserName>
       <Password>pwd1</Password>
        </User>
        <User id="u2">
       <UserName>user2</UserName>
       <Password>pwd2</Password>
        </User>
    </users>

    i want to read this file in c#.net and  compare the username with username entered in textfield while logging.
    can you help me?
    • Post Points: 0
Page 1 of 1 (4 items)