In a ASP.NET/JQuery/.NET 3.5 environment, how would I show a DIV with a “Don’t show this message again” option when clicked will not show the DIV to the user.
I would need to do it in 2 different scenarios – 1 with authenticated users and the other with anonymous users.
I used jquery cookie plugin to set a cookie and read it before i show the dialog
EXAMPLE: with a little bonus function