gazoo101 wrote
Hi,
Arg - the one time I actually do not copy/paste my reply to ensure its survival the goddamn forum of course f*cks up and eats it... Sigh...
Anyway - thanks a lot for the help. It looks much better now. A half way solution I found looked like this:
Globals.NavigateURL(TabId, "Edit", "mid/" + curWidget.ModuleId.ToString() + "/ItemID/" + curWidget.ItemId.ToString());
Not as good at the method you suggested. One more thing - It took me quite a while to find this one function - is there any website you could recommend regarding this and similar issues? Through my searches I found quite a few tutorials, but none of them were deep enough...
Thanks again...
Regards,
Gazoo
I would recommend using it like this:-
Globals.NavigateURL(TabId, "Edit", "mid=" + curWidget.ModuleId.ToString(), + "ItemID=" + curWidget.ItemId.ToString());
That should work when both "FriendlyUrls" are enabled or disabled.
As for information, the Module Developers Guide in the documentation zip might be a good start, as well as the books that are out there. (I heard the wrox one was good :))
So you would like to know more about navigation between controls in a module and the different options? Sounds like it would make a good blog entry.