MembershipCreateStatus Status Value
Posted: Tue 20 Jan 2009 16:57
As you already know, the MembershipCreateStatus status value has a predefined set of possible values like "InvalidUserName", "DuplicateUserName", "InvalidEmail" and "Success" among others.
Is there a possibility that your framework code produces a status value different than those already defined by defalut?
If I have a SELECT CASE statement to test for all of the possible status values, do I need a CASE ELSE to detect an unknwown or unexpected result?
With respect,
Jorge Maldonado
Is there a possibility that your framework code produces a status value different than those already defined by defalut?
If I have a SELECT CASE statement to test for all of the possible status values, do I need a CASE ELSE to detect an unknwown or unexpected result?
With respect,
Jorge Maldonado