Is there a way to upload client login information into the customerlogin table? I have a large list of customers I'd like to pre-load into the table to save them the trouble of having to register.
Hi Paul I'm afraid there isn't and if this were a PHP / mySQL setup I would probably recommend using phpMyAdmin to enter the details directly into the database, but that isn't available for ASP of course. Another problem would be the password which would need to be hashed anyway to be valid. As it's really only 3 bits of information, email, name and password, can you maybe just send them links to signup?