Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andreas 8 posts 28 karma points
    Jun 26, 2012 @ 13:58
    Andreas
    0

    Thought about Member.MakeNew

    Hello,

     

    I have a textfile, with different properties with semi colon as a divider between them, I was thinking about just making some easy way to hard code the source to the text file, and do a line.split and also add member with the details provided. Anyone seen some neat guide about this? I find just how to use textboxes and doesnt give much of a help more then I should use Member.MakeNew

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jun 26, 2012 @ 14:34
    Tom Fulton
    0

    Hi,

    Is the goal to import members from your delimited file?  If so why not try the excellent CMSImport?  The free edition will do this and will handle up to 500 records.

    -Tom

  • Andreas 8 posts 28 karma points
    Jun 26, 2012 @ 15:25
    Andreas
    0

    Great news, though I got like 1000 records to add, dont afford buying that. :-(

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jun 26, 2012 @ 15:43
    Tom Fulton
    0

    Well in that case you could always do it manually.  Personally I think it's a small investment for the amount of time it will save :)

    I think Member.MakeNew is deprecated but will still work, otherwise you should be able to use the standard ASP.NET Membership Provider commands - see this wiki for example.

    -Tom

  • Richard Soeteman 4045 posts 12898 karma points MVP 2x
    Jun 26, 2012 @ 16:17
    Richard Soeteman
    0

    Hint split the file in 2 (500 records each) and it will work ;-)

Please Sign in or register to post replies

Write your reply to:

Draft