Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi,I want to inject link rel="mycss.css" in the edit.ascx (edit the module content) of my module header page.The problem is that the content is in a pane. So i can't use this.Parent.Page.Header.Controls.Add() method.How can i manage to solve that ?
Note : i m using Christoc's DotNetNuke Module Development Template