I want to use JGrowl in my .Net MVC website. But I want the user to be able to turn it on off. Is there some kind of pattern for this functionality? Or is it just to make a if() and a database call on every pageload to check if the feature is on or off?
Thanks