root\_default\Skins\NewSkin\HomeSkin.ascx
root\_default\Skins\NewSkin\ProductsSkin.ascx
You want to reuse repeated functionality, no matter static HTML or server side oriented with DNN expressions.
Create blank ASCX and place your func. in it. You don't need .vb or .cs code file.
Key point is that your header should have attributes like this:
<%@ Control Language="vb" AutoEventWireup="true" %>
No comments:
Post a Comment