.NET Answers

ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.
Subscribe

Archive for August 14th, 2008

DotNetNuke - Modules - Linking within the module

August 14, 2008 By: Dave Category: DotNetNuke - Module Development

OLYMPUS DIGITAL CAMERA         Now that we have the module skeleton up and running and we have a data access layer, the next thing we need to look at is specific functions you may need to use from within your code. One of the most useful functions is Globals.NavigateURL(). This is particularly useful if you want to generate a hyperlink back to the same page you are on. But with some additional code that we’ll introduce later, you can also use this to generate a hyperlink to another page.

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!