Click here to Skip to main content
15,912,021 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Upload image? Pin
VenkataRamana.Gali17-Sep-07 2:26
VenkataRamana.Gali17-Sep-07 2:26 
Questionpagination Pin
foysal mamun17-Sep-07 1:18
foysal mamun17-Sep-07 1:18 
Questiondatabase is accessed by the vb6.0 application and the website Pin
Sonia Gupta17-Sep-07 1:13
Sonia Gupta17-Sep-07 1:13 
AnswerRe: database is accessed by the vb6.0 application and the website Pin
VenkataRamana.Gali17-Sep-07 2:55
VenkataRamana.Gali17-Sep-07 2:55 
Questionhow to check different browser in javascript Pin
Piyush Vardhan Singh17-Sep-07 1:10
Piyush Vardhan Singh17-Sep-07 1:10 
AnswerRe: how to check different browser in javascript Pin
Imran Khan Pathan17-Sep-07 1:34
Imran Khan Pathan17-Sep-07 1:34 
QuestionMembership create user exeption Pin
kimo code17-Sep-07 0:53
kimo code17-Sep-07 0:53 
AnswerRe: Membership create user exeption Pin
VenkataRamana.Gali17-Sep-07 1:32
VenkataRamana.Gali17-Sep-07 1:32 
Membership.CreateUser(string, string) will returns a MembershipUser object for newly created user.

Retrieve a MembershipCreateStatus value from the StatusCode property of the MembershipCreateUserException that indicates why user creation failed.

MembershipCreateStatus object will returns the follwing status codes

DuplicateEmail: The e-mail address already exists in the database for the application.  <br />
 DuplicateProviderUserKey: The provider user key already exists in the database for the application.  <br />
 DuplicateUserName: The user name already exists in the database for the application.  <br />
 InvalidAnswer: The password answer is not formatted correctly.  <br />
 InvalidEmail: The e-mail address is not formatted correctly.  <br />
 InvalidPassword: The password is not formatted correctly.  <br />
 InvalidProviderUserKey: The provider user key is of an invalid type or format.  <br />
 InvalidQuestion: The password question is not formatted correctly.  <br />
 InvalidUserName: The user name was not found in the database.  <br />
 ProviderError: The provider returned an error that is not described by other MembershipCreateStatus: enumeration values.  <br />
 Success: The user was successfully created.  <br />
 UserRejected: The user was not created, for a reason defined by the provider 


capture the status & based on this status use overloaded CreateUser function



Ramana

GeneralRe: Membership create user exeption Pin
kimo code17-Sep-07 1:35
kimo code17-Sep-07 1:35 
GeneralRe: Membership create user exeption Pin
kimo code17-Sep-07 1:51
kimo code17-Sep-07 1:51 
GeneralRe: Membership create user exeption Pin
VenkataRamana.Gali17-Sep-07 2:18
VenkataRamana.Gali17-Sep-07 2:18 
GeneralRe: Membership create user exeption Pin
kimo code17-Sep-07 3:04
kimo code17-Sep-07 3:04 
GeneralRe: Membership create user exeption Pin
sabrown10023-Nov-07 6:21
sabrown10023-Nov-07 6:21 
QuestionAcross pages Data Pin
monu nair17-Sep-07 0:50
monu nair17-Sep-07 0:50 
AnswerRe: Across pages Data Pin
VenkataRamana.Gali17-Sep-07 1:04
VenkataRamana.Gali17-Sep-07 1:04 
GeneralRe: Across pages Data Pin
monu nair17-Sep-07 1:34
monu nair17-Sep-07 1:34 
GeneralRe: Across pages Data Pin
Urs Enzler17-Sep-07 1:50
Urs Enzler17-Sep-07 1:50 
AnswerRe: Across pages Data Pin
Urs Enzler17-Sep-07 1:53
Urs Enzler17-Sep-07 1:53 
QuestionHome page for a business transaction website?? Pin
Nada Adel17-Sep-07 0:44
Nada Adel17-Sep-07 0:44 
AnswerRe: Home page for a business transaction website?? Pin
kimo code17-Sep-07 1:16
kimo code17-Sep-07 1:16 
AnswerRe: Home page for a business transaction website?? Pin
sabrown10023-Nov-07 6:25
sabrown10023-Nov-07 6:25 
QuestionHow to do this?? Pin
varshavmane17-Sep-07 0:19
varshavmane17-Sep-07 0:19 
AnswerRe: How to do this?? Pin
VenkataRamana.Gali17-Sep-07 1:01
VenkataRamana.Gali17-Sep-07 1:01 
AnswerRe: How to do this?? Pin
VenkataRamana.Gali17-Sep-07 1:02
VenkataRamana.Gali17-Sep-07 1:02 
GeneralRe: How to do this?? Pin
varshavmane17-Sep-07 1:25
varshavmane17-Sep-07 1:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.