Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~331 People Reached
Favorite Forums
Member Avatar for Fulufhelo Praise

I have a register page that sends activation link to the registered user however when clicking the lick it takes me back to a register page, please assist ASAP. Bellow is my SendActivationEmail methos please Help. private void SendActivationEmail(int userId) { string constr = ConfigurationManager.ConnectionStrings["LoginDBConnectionString"].ConnectionString; string activationCode = Guid.NewGuid().ToString(); using …

Member Avatar for Fulufhelo Praise
0
331