We've created a bunch of custom .aspx pages that use the aspdnsf SkinBase class. How do we go about setting the page title and meta tags?
If we just try and do a this.Page.Title = "Something" we get an error saying the <head> tag needs a runat="server". We try this and still it does not work.
Anybody know the trick to this?