Working with jquery popup in dotnetnuke 6 modules
For example: View.ascx(View Page) ——————– View.ascx.cx ———— lkbButton.Attributes.Add(“onclick”, “return ” + UrlUtils.PopUpUrl(Globals.NavigateURL(“popupkey”, “mid=” + this.ModuleId), this, PortalSettings, true, false, 390, 670)); Above example description: Let say my custom module is having 2 view page. In default view page I am having one link button and on clicking of this link button i wants to open…
read more