Archive | DotNetNuke RSS feed for this section

dotnetnuke tips and tricks

DotNetNuke SOLPARTMENU attribute

This is a challenge to apply the CSS for DNN’s solpartmenu. Hope this link will help some of you if you want to change the style of default solpartmenu.

Here the link : http://www.skincovered.com/dnn-menu.aspx

I have a nightmare to figure out the SolPartMenu Style!

Do pay attention with those CSS I listed below! If you want to customise your solpartmenu! Use those CSS class name offered by them!

.MainMenu_MenuContainer{}
.MainMenu_MenuContainer td{}
.MainMenu_MenuIcon{}
.MainMenu_RootMenuArrow{}

.MainMenu_MenuBreak{}
.MainMenu_MenuArrow{}
.rootmenuitem{}
.rootmenuitem td{}
.rootmenuitem td span{}
.rootmenuitembreadcrumb{}
.rootmenuitembreadcrumb td{}
.rootmenuitembreadcrumb td span{}
.rootmenuitemselected{}

.MainMenu_MenuItem{}
.MainMenu_MenuItem td{}
.submenuitembreadcrumb{}
.submenuitemselected {}
.submenu {}

Globals.NavigateURL()

Globals.NavigateURL() allow you to navigate from 1 page to another page, also a parent page to load another children control.

This Example is to navigate to another page call Details

Globals.NavigateURL(TabId, "","mid", "1","CourseID", "2","ctl", "Details", "");

Next,  is to navigate to another child control call Details

Globals.NavigateURL(TabId, "","mid", "1","CourseID", "2","mctl", "Details", "");

Incoming search terms:

Inter Module Communication in DNN using C#

Well, this post I will share with you my finding about the DNN IMC, something like you want to pass 1 or more values from one module to another module, imagine you created 2 modules, one is search module another one is result list module. You type something in search module and hit “go”, the value from search module will pass to result list module, for instance.

OK, stop the crap. Read More…

Related Posts with Thumbnails

Incoming search terms:

Get Adobe Flash player