Feeds:
Posts
Comments

Posts Tagged ‘Module Navigation’

In my previous project, the application have 3 VIEW screens (the first page is add/update, 2nd page is confirmation page, 3rd page is success or fail error message page). I need to register 3 pages in the module defination and use Globals.NavigateURL to access those pages.
For instance, my 2nd Page call ConfirmationPage.acsx (i m registered [...]

Read Full Post »

I found this article from DNN website, I believe this article will help module developer. I m faced this problem last time, end up I use “NavigateURL”, I should try out  “Dynamically Loaded Control” and  “MultiView Control”
Here the Link to read the full article, Enjoy Reading

Read Full Post »