C
Cliff
Hi,
i try to get the emailaddress of an membershipuser:
Dim a As MembershipUser
Dim em As String
em = a.Email.ToString
In runtime, i get the error:
"Object reference not set to an instance of an object. "
(line em = a.Email.ToString)
Thanks for any suggestion
Cliff
i try to get the emailaddress of an membershipuser:
Dim a As MembershipUser
Dim em As String
em = a.Email.ToString
In runtime, i get the error:
"Object reference not set to an instance of an object. "
(line em = a.Email.ToString)
Thanks for any suggestion
Cliff