hi,
I am using the solpartmenu and i am trying to have it clear a session variable i have on this custom module whenever the user clicks a menu item. for instance if the menu clicks the "home" link or the "admin" link or "host" link then I need the menu click function to clear out the session variable i created.
i have tried placing the clear session code in the follow places and still have no luck...
-----------------------------
dnnmenunavigationprovider - Private Sub DNNMenu_NodeClick(ByVal source As Object, ByVal e As UI.WebControls.DNNMenuNodeClickEventArgs)
dnndropdownnavigationprovider - private sub DropDown_SelectedIndexChanged(ByVal source As Object, ByVal e As System.EventArgs)
solpartmenunavigationprovider - private sub ctlActions_MenuClick(ByVal ID As String)
dnntreenavigationprovider - private sub DNNTree_NodeClick(ByVal source As Object, ByVal e As UI.WebControls.DNNTreeNodeClickEventArgs)
navigationprovider - Protected Sub RaiseEvent_NodeClick(ByVal objNode As DotNetNuke.UI.WebControls.DNNNode)
navigationprovider - Protected Sub RaiseEvent_NodeClick(ByVal strID As String)
----------------------------------------------
The solpartmenu, it creates an handler to the ctlActions_MenuClick function but when i run the site, it never gets inside that function no matter what menu link you click on.
thanks,
- Alan