User Control
Hi,
My client wants a functionality to show a simple terms & conditions page in sitefinity but the main requirement is whenever client updates the terms and conditions then it should pop up at the time of the user's log-in in the website. I was thinking to create a user control so client could update the user control by login the admin section. But I am looking a way to update some thing in my database when client update the user control. Is there any easy way to achieve that? Or I will have to create an Admin custom control for it? if it is then how to create a custom control in admin to achieve my aforementioned functionality?
Hello Asif,
You need to persist some variable for the last control change and then get the last user login, compare them and show or not the pop up.
All the best,
Ivan Dimitrov
the Telerik team