Hi, I want to create a master page for my dotnetnuke web application, can u give me guide lines for how to create master page and how to register into dotnetnuke.
+1
A:
DotNetNuke does not use Master Pages. It uses a concept known as "skinning" to create consistent views of your website.
At a basic level, a skin is an .ascx control that has <div runat="server">
in places where users can add modules.
It's not completely up-to-date, but the Skinning Guide document on DotNetNuke.com is probably a good place to start.
bdukes
2009-09-22 13:32:24