Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for March 2012
14
Adding a Header Tag to a Custom DNN Module
posted on March 14, 2012 15:21
string htmlHeaderTags = null; LiteralControl htmlHeaderCtrl = new LiteralControl(); htmlHeaderTags = "<base target=\"_self\">"; htmlHeaderCtrl.T...
[Read the rest of this article...]
Posted in:
C Sharp - C#
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)