Hi I have table called UserInfo witch contain many column but the important are VIP ( VIP/NULL which showing if the user type is premium users or not), VIPDATE( the date where user become a premium user), VIPendDATE( suppose to determine the end date of
premium subscription). The user become admin when i as an admin change his status by choose VIP from dropdownlist caled AddVipDRDO and determine the length of months (3 months, 6 months, one year) from a ddl called periodvipddl and click on button called Updusradmbtn.
So what i am looking for is to re-code the current button code when i click on this button to add period date into Biztill column starting from datenow until the period date where it has been choose by client 3,6 or one year from periodvipddl . As well i would
like to now how i can create class to change the VIP column from VIP to NULL after the Vip subscription expired
<asp:DropDownList ID="AddVi ...
Go to the complete details ...