Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...how can i create a physical .aspx page and upload it to my dnn sitehow can i create a physical .aspx page and upload it to my dnn site
Previous
 
Next
New Post
9/11/2015 5:50 AM
 

how can create another .aspx and upload it to my DNN site? (I know a lot of pages are mocked up on the fly in DNN, but I would like a proper page that I can fully customise and add AJAX tabs).

We had some AJAX tabs in use on our site which no longer work since upgrading from 5.4.4 to dnn 5.6.8.

It used to work ok by using this in the header:

<%@ Page Language="VB" CodeFile="jsec.aspx.vb" Inherits="jsec" title="JAGU Home" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=xxx" Namespace="System.Web.UI" TagPrefix="asp" %>

and this as the .vb:

Imports System.Data
Imports System.Data.SqlClient
Imports System.Collections.Generic
Partial Public Class jsec
Inherits System.Web.UI.Page End Class

 

I initially copied the default page and stripped it down to the bare essentials and then inserted our AJAX tab into that newly created .aspx page. However since the upgrade the Default page and vb page look a lot different.
I think if I could just get a stripped down .aspx page created I could then start to add my AJAX tab back into to it.

Does anybody know what the 'bare minimum' code is that's required to create a physical .aspx page in DNN please?

 
New Post
9/11/2015 9:32 AM
 

I believe the bare minimum is

 

<%@ Control language="C#" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>

and a content pane

<div id="ContentPane" runat="server"></div>

 
New Post
9/16/2015 4:17 AM
 

thanks,

I've since reverted back to 5.4.4 and may stick with that for the time being, but will consider your suggestion when we decide to re-attempt an upgrade.

(only just realised that version 6 no longer uses .vb for the code behind page and just uses c# - which might explain why v6.2.8 failed to work for us, but not sure why 5.6.8 failed though).

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...how can i create a physical .aspx page and upload it to my dnn sitehow can i create a physical .aspx page and upload it to my dnn site


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out