To check Valid Email expression a Regular expresion Validator can be used.
For Verification of an email, I thought the same as u discribe. As, this is what every web page registration processs do.
My question was a kind of more practical nature. That, if some one knows a good application, made for this activity, using ASP .NET 2.0. Where as, I am using the built-in Profiling and users authorization System/Database.
My Idea was to generate a rendom number and save in the database. Then after, for user email authorization use the same number.
omerkamal
Contributor
2507 Points
513 Posts
Re: Users E-Mail Authetication- How?
Feb 27, 2007 03:57 PM|LINK
To check Valid Email expression a Regular expresion Validator can be used.
For Verification of an email, I thought the same as u discribe. As, this is what every web page registration processs do.
My question was a kind of more practical nature. That, if some one knows a good application, made for this activity, using ASP .NET 2.0. Where as, I am using the built-in Profiling and users authorization System/Database.
My Idea was to generate a rendom number and save in the database. Then after, for user email authorization use the same number.
Does some one know a good practical approach?