I am going to be programming a website in .Net. Some java script will be used. A question arises when I am creating the database table design. There will be a popup alert message when a user logins.
An example:
"Alert! You are entering the website. please have all your information ready".
There will also be one of those checkbox inside the popup message with the message "please do not show this message again".
The user must check the box to avoid seeing the popup again.
My question is, will there need to be a field in the database table if the user checks the box?
An example:
"Alert! You are entering the website. please have all your information ready".
There will also be one of those checkbox inside the popup message with the message "please do not show this message again".
The user must check the box to avoid seeing the popup again.
My question is, will there need to be a field in the database table if the user checks the box?