Great, Thanks very much
29935
Posts
-
How to Validate Email Address in ASP.NET -
Membership Subscription Period ASP.NETYes sure, I want the account to be expired base on the subscription they choose, I have Weekly, Monthly and Yearly. "Expired" is the column in the Table Registration. I have 3 roles: - Admin - User (After They're approved) - Pending (New user not yet approved) Thanks in advance for your help. :-D
-
Membership Subscription Period ASP.NETHi, I have an ASP.NET 3.5 Website. I create a registration form to save my clients' data with subscription date. if they choose 1 month or any, So their membership will be expired in the next 1 month or any, So their account will be update to Expired Account ( Role ). Can anyone help!!!
-
How to Validate Email Address in ASP.NETHello, I build an ASP.NET 3.5 Website. I have a registration form that has an email address field, I use SQL Server 2005 to storethe Data. I would like to know how can I validate if the email address is already in use or not instantly during the registration process. I'm looking forward to hear from you soon.