Membership Subscription Period ASP.NET
-
Hi, 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!!!
-
Hi, 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!!!
Do you want to make the account as expired after 1 month if they have chosen subscription for 1 month? Is "expired" a column is database? what all roles do you have?
Prince Quest Solutions www.imaginethinkact.com
-
Do you want to make the account as expired after 1 month if they have chosen subscription for 1 month? Is "expired" a column is database? what all roles do you have?
Prince Quest Solutions www.imaginethinkact.com
Yes 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