Good morning,
I managed already to make links between pages from the same module, passing more than one parameter.
Ex: hl.NavigateURL = this.EditUrl("Code", ((PlanosInfo)e.Item.DataItem).Code, "Edit", "Type", ((PlanosInfo)e.Item.DataItem).Type);
Now, I would like to understand the way to implement hyperlinks that could link one page to another module page.
As far as I understood, the edit in bold must be the name in the Key field of the edit module control page when defining page modules.
In order to link to pages in other modules, do I have to "register" these pages in the Module Definition?
Thanks in advance,
Andreia