User Profile

Collapse

Profile Sidebar

Collapse
lamoureternal
lamoureternal
Last Activity: Jan 5 '10, 01:03 PM
Joined: Nov 29 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lamoureternal
    started a topic need help in xml
    in .NET

    need help in xml

    Hi everyone, I really need your help in this...

    I have a remote xml that resides on a URI like this "http://www.server.com/xmlFile.xml"

    The structure of the xml is heirarchical forming 1:M table relation like:

    Code:
    <Data>
    <Department>
      <ID>1</ID> 
      <Name>Accounting</Name> 
      <Employee>
          <ID>1</ID>
    ...
    See more | Go to post
    Last edited by Frinavale; Jan 4 '10, 07:53 PM. Reason: Please post code in [code] ... [/code] tags. Changed quote tags into code tags.

  • yeah right

    I couldn't agree more balabaster, that's exactely what drived me at the first place to go that way.

    I know it's possible. actually the Profile provider's using it, when you define properties through the web.config they appears as static members of the Profile collection (at design time).

    so. it's close :)
    See more | Go to post

    Leave a comment:


  • lamoureternal
    replied to c# question in Reflection(please help)
    in .NET
    perhaps I miss formed my question (please help 2)

    now I have dynamically constructed an enum type. is there any way I can declare a variable/property using this type. so I can expose its inner members to the declared variable/property??
    See more | Go to post

    Leave a comment:


  • lamoureternal
    started a topic c# question in Reflection(please help)
    in .NET

    c# question in Reflection(please help)

    I'm using reflections to dynamically build an enum type from xml values. the xml looks like..

    Code:
    <Students>
            <Student>
                <Name>John</Name>
                </Student>
            <Student>
                <Name>Smith</Name>
             </Student>
     </Students>
    -----
    I want to declare a property from the reflected...
    See more | Go to post
    Last edited by lamoureternal; Nov 29 '08, 02:32 PM. Reason: Add code
No activity results to display
Show More
Working...