Create user by code
am 12.04.2008 01:56:59 von John DevlonHi,
Does anyone know how to create a new user by code?
Using the default control works great but I need a solution using code...
something in vb.net not c#
Thanx
John
Hi,
Does anyone know how to create a new user by code?
Using the default control works great but I need a solution using code...
something in vb.net not c#
Thanx
John
Just call Membership.CreateUser().
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"John Devlon"
news:kVSLj.6181$VC1.2898@newsfe10.ams2...
> Hi,
>
> Does anyone know how to create a new user by code?
>
> Using the default control works great but I need a solution using code...
> something in vb.net not c#
>
> Thanx
>
> John
>
Hi Jonathan,
Thanx, it works great.... your the best...
Do you know by any chance how to get the UserID from the user that has been
added ?
Thanx
John
"Jonathan Wood"
news:%23UGBhMEnIHA.3512@TK2MSFTNGP03.phx.gbl...
> Just call Membership.CreateUser().
>
> --
> Jonathan Wood
> SoftCircuits Programming
> http://www.softcircuits.com
>
> "John Devlon"
> news:kVSLj.6181$VC1.2898@newsfe10.ams2...
>> Hi,
>>
>> Does anyone know how to create a new user by code?
>>
>> Using the default control works great but I need a solution using code...
>> something in vb.net not c#
>>
>> Thanx
>>
>> John
>>
>