0

I can't seem to find out how to use the standard "slide in from top" error in Lemoon CMS. Anyone tackled this problem before? I'm trying to use the error for my own login module.

1 Answers1

1

You should call SetMessage(string message, string type, int duration) from your code behind. The SetMessage method is defined in the Lemoon.Web.UI.Admin.PageBase class. That means it will probably not work on the public part of your site, only from the admin section.

lajjne
  • 699
  • 5
  • 15