|
|
Entries for September 2020
posted on September 24, 2020 09:51
// ErrorMessage
if (Request.QueryString["ErrorMessage"] != null)
{
lblFormMessage.Visible = true;
...
[Read the rest of this article...]
Custom DNN Module
posted on September 23, 2020 06:19
UPDATE PortalSettings
SET SettingValue = 'False'
WHERE SettingName = 'EnablePopUps'
DNN Popup Windows