-
2
Answers
-
Last Activity:
long time ago,
Jay Mathis
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I want to show a message before redirect to home page.
I use to show a message. DotNetNuke.UI.Skins.Skin.AddModuleMessage(this, "your email has been sent ", DotNetNuke.UI.Skins.Controls.ModuleMessage.ModuleMessageType.GreenSuccess);
I tried many functions like
but it will redirect me to the same frame and I want to redirect to parent target.
I also used System.Threading.Thread.Sleep(5000); but it will show the message but it will not be clear for users.
any idea please.