I needed to add a step to "confirm email" address on the registration page. Quite a few people type their email address wrong and never check it. Then they wonder why they don't get any replies to their ad on my classifieds site. (One man got 27 "respond
to ad" in one day and said my site sucked.... well... he put in the wrong email address!)
The only form affected is register.aspx . After the text box for "email" add this.
</asp:CompareValidator>
It sure looks like a simple thing to do. But it did take me a while to learn that I was using the wrong kind of validator.
racer184
Member
104 Points
34 Posts
Add "Confirm Email" to the registration page.
Nov 26, 2009 05:25 PM|LINK
I needed to add a step to "confirm email" address on the registration page. Quite a few people type their email address wrong and never check it. Then they wonder why they don't get any replies to their ad on my classifieds site. (One man got 27 "respond to ad" in one day and said my site sucked.... well... he put in the wrong email address!)
The only form affected is register.aspx . After the text box for "email" add this.
It sure looks like a simple thing to do. But it did take me a while to learn that I was using the wrong kind of validator.
suthish nair
All-Star
15176 Points
3304 Posts
Re: Add "Confirm Email" to the registration page.
Nov 26, 2009 06:07 PM|LINK
Refer solution:
http://forums.asp.net/t/1491541.aspx
My Blog
mudassarkhan
All-Star
78956 Points
13402 Posts
MVP
Re: Add "Confirm Email" to the registration page.
Nov 26, 2009 06:15 PM|LINK
check this
http://forums.asp.net/p/1491541/3507322.aspx
Contact me
racer184
Member
104 Points
34 Posts
Re: Add "Confirm Email" to the registration page.
Nov 27, 2009 09:30 PM|LINK
I really DID search the forum to see if this had been covered before I started on it.
I am surprised that I managed to completely miss that forum thread .... and it was so recent !
I am embarrassed !!!!!!!
suthish nair
All-Star
15176 Points
3304 Posts
Re: Add "Confirm Email" to the registration page.
Nov 28, 2009 08:45 AM|LINK
The link I and MAK posted are the same.. You need to Mark As Answer both.
My Blog