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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Slider Control not rendering in a controlSlider Control not rendering in a control
Previous
 
Next
New Post
2/13/2008 12:19 AM
 

Dear friends

I'm developing a website using DotNetNuke and asp.net and using a Slider control of the latest source there. I'm phacing a problem that its not rendering when I run the website. Here is a code:

 

<ajaxToolkit:SliderExtender ID="SliderExtender1" runat="server" BehaviorID="Slider1"
BoundControlID="Slider1_BoundControl" Maximum="100" Minimum="-100" Steps="5"
TargetControlID="Slider1">
</ajaxToolkit:SliderExtender>
<asp:Label ID="Slider1_BoundControl" runat="server" Style="text-align: right"/>
<asp:TextBox ID="Slider1" runat="server" AutoPostBack="true" Style="right: 0px" Text="0"/>

  

I'm using Windows XP and version 4.5.5 of DotNetNuke. Can anybody suggest what I'm doing wrong here?

With regards. Prashant


 


Find out code snippets, tutorials and How Tos' about dotnetnuke at lakhlaniprashant.blogspot.com Umlimited wedding planning tips, free wedding websites and more at http://www.FirstPhera.com an indian dotnetnuke portal dedicated to wedding planning!
 
New Post
2/13/2008 9:05 AM
 

I recall tracking down this problem (which is related to URL rewriting) a while back. Finally found the thread:

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/118/threadid/169716/scope/posts/Default.aspx


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
2/14/2008 2:24 AM
 

Hey william ,

This is not solving my problem as I'm using 4.5.5 version of DNN and that has web.config with the correction suggested in that thread.

can Anyone suggest what may be the issue? if someone can say upgrading to upper version can solve the problem then i can try to upgrade my version.

waiting for quick response.

thanks and regards


Find out code snippets, tutorials and How Tos' about dotnetnuke at lakhlaniprashant.blogspot.com Umlimited wedding planning tips, free wedding websites and more at http://www.FirstPhera.com an indian dotnetnuke portal dedicated to wedding planning!
 
New Post
2/14/2008 9:13 AM
 

John's suggestion the the ordering of the HttpModules in web.config might make a difference did not seem to be the solution. The only one that I found was the following (as outlined in my post to the previously referenced forum thread):

1. Copy the handle images "slider_h_handle.gif" and "slider_v_handle.gif" from the AJAX Control Toolkit's source folder (AJAXControlToolkit\Slider\Images) to the images folder in your DNN website root.

2. Make use of the HandleImageUrl property of the slider extender to specify either of these image files (depending if the Orientation property is horizontal (default) or vertical). If this is done in the module control's .ascx the following will work:

< cc1:sliderextender id="SliderExtender1" runat="server" tooltiptext="{0}" handleimageurl="~/images/slider_h_handle.gif"
EnableHandleAnimation="True" Orientation="Horizontal" minimum="0" maximum="100"
behaviorid="Slider1" targetcontrolid="tbPageSize" >< /cc1:sliderextender >

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
2/19/2008 11:30 PM
 

William Severance wrote

John's suggestion the the ordering of the HttpModules in web.config might make a difference did not seem to be the solution. The only one that I found was the following (as outlined in my post to the previously referenced forum thread):

1. Copy the handle images "slider_h_handle.gif" and "slider_v_handle.gif" from the AJAX Control Toolkit's source folder (AJAXControlToolkit\Slider\Images) to the images folder in your DNN website root.

2. Make use of the HandleImageUrl property of the slider extender to specify either of these image files (depending if the Orientation property is horizontal (default) or vertical). If this is done in the module control's .ascx the following will work:

< cc1:sliderextender id="SliderExtender1" runat="server" tooltiptext="{0}" handleimageurl="~/images/slider_h_handle.gif"
EnableHandleAnimation="True" Orientation="Horizontal" minimum="0" maximum="100"
behaviorid="Slider1" targetcontrolid="tbPageSize" >< /cc1:sliderextender >

Thanks for the help.

I tried this way but i'm still not getting the slider. here is my code :

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Navigation_PrivateProfile_ProfileSide_Bar.ascx.cs"
    Inherits="PMJ.Modules.PMJNavigation.Navigation_PrivateProfile_ProfileSide_Bar" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
<div class="leftsidebar">
    <div style="text-align: left; padding-left: 4px;">
        <asp:Button ID="Button1" runat="server" Text="Back" CausesValidation="False" CssClass="buttonok"
            OnClick="Button1_Click" />
        <asp:Label ID="Label3" runat="server" Text="Entry" CssClass="bluetextsmall"></asp:Label>
        <asp:TextBox ID="TextBox1" runat="server" Width="34px">102</asp:TextBox>
        <asp:Label ID="Label4" runat="server" Text="Prev" CssClass="bluetextsmall"></asp:Label>
        <span class="bluetextsmall">|</span>
        <asp:Label ID="Label5" runat="server" Text="Next>" CssClass="bluetextsmall"></asp:Label>
    </div>
    <div>
        <hr />
    </div>
</div>
<div class="link1div">
    <asp:DataList ID="datalist1" runat="server" RepeatDirection="vertical">
        <ItemTemplate>
            <table style="background-color: white; text-align: left; font-size: 10pt;">
                <tr>
                    <td>
                        <asp:Label ID="lblcriterianame" runat="server" CssClass="gridview" Text='<%#Eval("criteriaName").ToString() %>'></asp:Label>
                        <asp:TextBox ID="Slider3" runat="server">
                        </asp:TextBox>
                        <asp:TextBox ID="Slider3_BoundControl" runat="server" Width="30">
                        </asp:TextBox>
                        <ajaxToolkit:SliderExtender ID="SliderExtender1" runat="server" BehaviorID="Slider3"
                            BoundControlID="Slider3_BoundControl" Decimals="0" EnableHandleAnimation="true"
                            HandleImageUrl="~/images/slider_h_handle.gif" Maximum="100"
                            Minimum="0" Orientation="Horizontal" Steps="1" TargetControlID="Slider3">
                        </ajaxToolkit:SliderExtender>
                    </td>
                </tr>
                <tr>
                    <td>
                        <asp:Label ID="txtcriteriaweight" runat="server" CssClass="gridview" Text='<%#Eval("criteriaWeight").ToString() %>'></asp:Label>
                    </td>
                </tr>
            </table>
        </ItemTemplate>
    </asp:DataList>
</div>
here is a code from cs:

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using DotNetNuke;
using DotNetNuke.Common;
using DotNetNuke.Common.Utilities;
using DotNetNuke.Entities.Modules;
using DotNetNuke.Services.Exceptions;
using DotNetNuke.Services.Localization;
using DotNetNuke.Entities.Tabs;
using AjaxControlToolkit;
using AjaxControlToolkit.Design;
using PMJ.Modules.Promotion;

namespace PMJ.Modules.PMJNavigation
{
    partial class Navigation_PrivateProfile_ProfileSide_Bar : PortalModuleBase
    {
        PromotionController objController = new PromotionController();
        int ReturnValue = 0;
        CompanyUserList lst;
        protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack && Session["DPID"] != null)
            {
                lst = PMJ.Modules.Profiles.ProfilesController.LoadCompanyInfo(UserInfo.PMJID.ToString(), false);
                DataSet ds = new DataSet ();
                ds = objController.GetPromotionByID(Session["DPID"].ToString(), lst.SelectedCompany.CompanyUserID.ToString(), out ReturnValue);
                if (ds != null)
                {
                    DataTable dtCriteria = ds.Tables[3];
                    //datalist1.DataSourceID = null;
                    //datalist1.DataSource = dtCriteria;
                    //datalist1.DataBind();
                }
            }
            if (!IsPostBack)
            {
               
            }
        }
        protected void Button1_Click(object sender, EventArgs e)
        {
            TabController objtab = new TabController();
            TabInfo objtabinfo = new TabInfo();
            objtabinfo = objtab.GetTabByName("JudgePromotion", PortalId);
            Response.Redirect(Globals.NavigateURL(objtabinfo.TabID, "", "mctl=" + Encryption.Encrypt("!#$a54?3", "InitialJudging")));
        }
    }
}

here is my web.config:

<configuration>
    <!-- register local configuration handlers -->
    <configSections>
        <sectionGroup name="dotnetnuke">
            <!-- the requirePermission attribute will cause a syntax warning - please ignore - it is required for Medium Trust support-->
            <section name="data" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="logging" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="scheduling" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="htmlEditor" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="navigationControl" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="searchIndex" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="searchDataStore" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="friendlyUrl" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="caching" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="authentication" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="members" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="roles" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="profiles" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
        </sectionGroup>
        <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
            <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
                <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
                <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
                    <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere"/>
                    <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
                    <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
                </sectionGroup>
            </sectionGroup>
        </sectionGroup>
        <sectionGroup name="ajaxNet">
            <!--
                If you are using Microsoft .NET 1.1 please remove the two attributes
                requirePermission and restartOnExternalChanges, they are only supported
                with .NET 2.0.
            -->
            <section name="ajaxSettings" type="AjaxPro.AjaxSettingsSectionHandler,AjaxPro.2" restartOnExternalChanges="true"/>
        </sectionGroup>
    </configSections>
    <ajaxNet>
        <ajaxSettings>
            <urlNamespaceMappings useAssemblyQualifiedName="false">
                <!--
                    Set the attribute useAssemblyQualifiedName to true to enable
                    use of assemblies placed in the GAC by using the full assembly
                    qualified name.
               
                    To hide internal knowledge of assemblies, classes and namespace
                    you can override the name of the virtual http endpoints.
                   
                    <add type="Namespace.Class1,Assembly" path="mypath" />
                -->
            </urlNamespaceMappings>
            <jsonConverters>
                <!--
                    This section can be used to add new IJavaScriptConverters to the
                    Ajax.NET Professional engine. If you want to disable built-in
                    converters you can use the remove tag.
               
                    <remove type="Namespace.Class1,Assembly"/>
                    <add type="Namespace.Class2,Assembly"/>
                -->
            </jsonConverters>
            <!--
                Set the enabled attribute to true to get Stack, TargetSize and Source
                information if an exception has been thrown.
            -->
            <debug enabled="false"/>
            <!--
                This is the default configuration used with Ajax.NET Professional. You
                can put there your static JavaScript files, or remove the path attribute
                to completly disable the files.
           
                <scriptReplacements>
                    <file name="core" path="~/ajaxpro/core.ashx" />
                    <file name="prototype" path="~/ajaxpro/prototype.ashx" />
                    <file name="converter" path="~/ajaxpro/converter.ashx" />
                </scriptReplacements>
            -->
            <!-- <encryption cryptType="" keyType="" /> -->
            <!--
                Set the enabled attribute to true to enable the use of an Ajax.NET Professional
                token. This will send a token to the client that will be used to identify if the
                requests comes from the same PC.
            -->
            <token enabled="false" sitePassword="password"/>
            <!--
                The oldStyle section can be used to enable old styled JavaScript code or
                functions that are not used any more.
            -->
            <oldStyle>
                <includeMsPrototype/>
            </oldStyle>
        </ajaxSettings>
    </ajaxNet>
    <location path="ajaxpro">
        <system.web>
            <httpHandlers>
                <add verb="*" path="*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>
            </httpHandlers>
            <!--
                If you need to have Ajax.NET Professional methods running on the
                login page you may have to enable your own authorization configuration
                here.
            -->
            <!--
            <authorization>
                <deny users="?"/>
            </authorization>
            -->
        </system.web>
    </location>
    <connectionStrings>
        <remove name="LocalSqlServer"/>
        <!--<add name="SiteSqlServer" connectionString="Data Source=diligent-11;Initial Catalog=pmjnuke;Persist Security Info=True;User ID=sa;Password=dharmik" providerName="System.Data.SqlClient"/>-->
        <add name="SiteSqlServer" connectionString="Server=192.168.77.3;Database=PMJ_IN;uid=Prashant;pwd=%this4is6prash!;" providerName="System.Data.SqlClient"/>
    </connectionStrings>
    <appSettings>
        <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules  
    <add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/> -->
        <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules-->
        <!--<add key="SiteSqlServer" value="Data Source=diligent-11;Initial Catalog=pmjnuke;Persist Security Info=True;User ID=sa;Password=dharmik"/>-->
        <add key="SiteSqlServer" value="Server=192.168.77.3;Database=PMJ_IN;uid=Prashant;pwd=%this4is6prash!;"/>
        <add key="InstallTemplate" value="DotNetNuke.install.config"/>
        <add key="AutoUpgrade" value="false"/>
        <add key="UseInstallWizard" value="false"/>
        <add key="InstallMemberRole" value="true"/>
        <add key="ShowMissingKeys" value="false"/>
        <add key="EnableWebFarmSupport" value="false"/>
        <add key="EnableCachePersistence" value="false"/>
        <add key="HostHeader" value=""/>
        <!-- Host Header to remove from URL so "www.mydomain.com/johndoe/Default.aspx" is treated as "www.mydomain.com/Default.aspx" -->
        <add key="RemoveAngleBrackets" value="false"/>
        <!--optionally strip angle brackets on public login and registration screens-->
        <add key="PersistentCookieTimeout" value="0"/>
        <!--use as persistent cookie expiration. Value is in minutes, and only active if a non-zero figure-->
        <!--PMJ SETTINGS-->
        <!--maximum image size-->
        <add key="maxImageSize" value="100000"/>
        <add key="maxVideoSize" value="2000000"/>
        <add key="profileImageWidth" value="100"/>
        <add key="profileImageHeight" value="100"/>
        <!--PMJ SETTINGS-->
    </appSettings>
    <system.codedom>
        <compilers>
            <compiler language="C#;Csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,system, &#xA;                     Version=1.0.5000.0,  Culture=neutral, &#xA;                     PublicKeyToken=b77a5c561934e089"/>
            <compiler language="vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".VB"/>
        </compilers>
    </system.codedom>
    <system.net>
        <mailSettings>
            <smtp from="joepromo@prizemojo.com">
                <network host="smtp.prizemojo.com" userName="joepromo@prizemojo.com" password="custsrv!" defaultCredentials="false" port="25"/>
            </smtp>
        </mailSettings>
    </system.net>
    <system.web>
        <machineKey validationKey="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902" decryptionKey="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902F8D923AC" decryption="3DES" validation="SHA1"/>
        <!-- HttpModules for Common Functionality -->
        <httpModules>
            <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
            <add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule, DotNetNuke.HttpModules.Compression"/>
            <add name="RequestFilter" type="DotNetNuke.HttpModules.Compression.RequestFilter.HttpModule, DotNetNuke.HttpModules.Compression"/>
            <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite"/>
            <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception"/>
            <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline"/>
            <add name="DNNMembership" type="DotNetNuke.HttpModules.DNNMembershipModule, DotNetNuke.HttpModules.DNNMembership"/>
            <add name="Personalization" type="DotNetNuke.HttpModules.PersonalizationModule, DotNetNuke.HttpModules.Personalization"/>
            <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
        </httpModules>
        <httpHandlers>
            <!-- This is for CAPTCHA support -->
            <add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke"/>
            <!-- This is for Serving files, secure, insecure, from database -->
            <add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke"/>
            <!-- This adds syndication support -->
            <add verb="*" path="RSS.aspx" type="DotNetNuke.Services.Syndication.RssHandler, DotNetNuke"/>
            <!-- ASP.NET AJAX support -->
            <remove verb="*" path="*.asmx"/>
            <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
            <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
            <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
        </httpHandlers>
        <!-- set code access security trust level - this is generally set in the machine.config
    <trust level="Medium" originUrl=".*" />
     -->
        <!-- set debugmode to false for running application -->
        <compilation debug="true" strict="false">
            <buildProviders>
                <remove extension=".resx"/>
                <remove extension=".resources"/>
            </buildProviders>
            <assemblies>
                <add assembly="Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                <add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
            </assemblies>
            <!-- register your app_code subfolders to generate granular assemblies during compilation
      <codeSubDirectories>
         <add directoryName="sub-directory name"/>
      </codeSubDirectories>
      -->
            <codeSubDirectories>
                <add directoryName="HTML"/>
                <add directoryName="Classes"/>
                <add directoryName="Contact"/>
                <add directoryName="Campaigns"/>
                <add directoryName="CompanyAdministration"/>
                <add directoryName="LinkCompany"/>
                <add directoryName="JudgePromotion"/>
                <add directoryName="Swag"/>
                <add directoryName="Promotion"/>
                <add directoryName="MyMail"/>
                <add directoryName="PrivateProfile"/>
                <add directoryName="Sponsor"/>
                <add directoryName="Registration"/>
                <add directoryName="Splash"/>
                <add directoryName="Profiles"/>
                <add directoryName="Company"/>
                <add directoryName="PMJNavigation"/>
                <add directoryName="DistributionGroups"/>
                <add directoryName="Search"/>
                <add directoryName="PMJCorp"/>
                <add directoryName="PMJInfo"/>
            </codeSubDirectories>
        </compilation>
        <!-- permits errors to be displayed for remote clients -->
        <customErrors mode="Off"/>
        <!-- Forms or Windows authentication -->
        <authentication mode="Forms">
            <forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies"/>
        </authentication>
        <!--
            <identity impersonate="true"/>
            <authentication mode="Windows">
            </authentication>
        -->
        <!-- allow large file uploads -->
        <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192"/>
        <httpCookies httpOnlyCookies="true" requireSSL="false" domain=""/>
        <!--  GLOBALIZATION
        This section sets the globalization settings of the application.
        Utf-8 is not supported on Netscape 4.x
        If you need netscape compatiblity leave iso-8859-1.
        UTF-8 is recommended for complex languages
        -->
        <globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8"/>
        <!--<globalization culture="en-US" uiCulture="en"  fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"/>-->
        <trace enabled="true" localOnly="false" mostRecent="true" pageOutput="false" requestLimit="500" traceMode="SortByTime" writeToDiagnosticsTrace="false"/>
        <!-- page level options -->
        <pages validateRequest="false" enableViewStateMac="true" enableEventValidation="false">
            <controls>
                <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                <add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
            </controls>
            <namespaces>
                <add namespace="System.ComponentModel"/>
                <add namespace="System.Data"/>
                <add namespace="System.Data.SqlClient"/>
                <add namespace="System.Drawing"/>
                <add namespace="Microsoft.VisualBasic"/>
                <add namespace="System.Globalization"/>
                <add namespace="DotNetNuke.Services.Localization"/>
                <add namespace="DotNetNuke.Entities.Users"/>
                <add namespace="DotNetNuke"/>
                <add namespace="DotNetNuke.Common"/>
                <add namespace="DotNetNuke.Data"/>
                <add namespace="DotNetNuke.Framework"/>
                <add namespace="DotNetNuke.Modules"/>
                <add namespace="DotNetNuke.Security"/>
                <add namespace="DotNetNuke.Services"/>
                <add namespace="DotNetNuke.UI"/>
                <add namespace="DotNetNuke.Entities.Portals"/>
                <add namespace="DotNetNuke.Common.Utilities"/>
                <add namespace="DotNetNuke.Services.Exceptions"/>
                <add namespace="DotNetNuke.Entities.Tabs"/>
            </namespaces>
        </pages>
        <!-- ASP.NET 2 Membership/Profile/Role and AnonymousAuthentication Providers -->
        <!-- anonymousIdentification configuration:
          enabled="[true|false]"                              Feature is enabled?
          cookieName=".ASPXANONYMOUS"                         Cookie Name
          cookieTimeout="100000"                              Cookie Timeout in minutes
          cookiePath="/"                                      Cookie Path
          cookieRequireSSL="[true|false]"                     Set Secure bit in Cookie
          cookieSlidingExpiration="[true|false]"              Reissue expiring cookies?
          cookieProtection="[None|Validation|Encryption|All]" How to protect cookies from being read/tampered
          domain="[domain]"                                   Enables output of the "domain" cookie attribute set to the specified value
        -->
        <anonymousIdentification enabled="true" cookieName=".ASPXANONYMOUS" cookieTimeout="100000" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" cookieProtection="None" domain=""/>
        <membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="15">
            <providers>
                <clear/>
                <!-- Configuration for DNNSQLMembershipProvider:
              connectionStringName="string"               Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified
              passwordAttemptThreshold="int"              The number of failed password attempts, or failed password answer attempts that are allowed before locking out a user?s account
              passwordAttemptWindow="int"                 The time window, in minutes, during which failed password attempts and failed password answer attempts are tracked
              enablePasswordRetrieval="[true|false]"      Should the provider support password retrievals
              enablePasswordReset="[true|false]"          Should the provider support password resets
              requiresQuestionAndAnswer="[true|false]"    Should the provider require Q & A
                    minRequiredPasswordLength="int"                  The minimum password length
                    minRequiredNonalphanumericCharacters="int"  The minimum number of non-alphanumeric characters
              applicationName="string"                    Optional string to identity the application: defaults to Application Metabase path
              requiresUniqueEmail="[true|false]"          Should the provider require a unique email to be specified
              passwordFormat="[Clear|Hashed|Encrypted]"   Storage format for the password: Hashed (SHA1), Clear or Encrypted (Triple-DES)
              description="string"                        Description of what the provider does
        -->
                <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="SiteSqlServer" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" requiresUniqueEmail="false" passwordFormat="Encrypted" applicationName="DotNetNuke" description="Stores and retrieves membership data from the local Microsoft SQL Server database"/>
            </providers>
        </membership>
    </system.web>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;"/>
        </assemblyBinding>
    </runtime>
    <dotnetnuke>
        <htmlEditor defaultProvider="FckHtmlEditorProvider">
            <providers>
                <clear/>
                <add name="FckHtmlEditorProvider" type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider" providerPath="~/Providers/HtmlEditorProviders/Fck/" CustomConfigurationPath="~/Providers/HtmlEditorProviders/Fck/custom/FCKConfig.js" EnhancedSecurityDefault="false" SecureConfigurationPath="~/Providers/HtmlEditorProviders/Fck/custom/FCKConfigSecure.js" ImageGalleryPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" ImageUploadPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" ImageAllowedFileTypes="gif,png,bmp,jpg" FlashGalleryPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" FlashUploadPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" FlashAllowedFileTypes="fla,swf" LinksGalleryPath="~/Providers/HtmlEditorProviders/Fck/fcklinkgallery.aspx" DynamicStylesGeneratorPath="~/Providers/HtmlEditorProviders/Fck/FCKStyles.aspx" DynamicStylesCaseSensitive="true" DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard" StaticStylesFile="~/Providers/HtmlEditorProviders/Fck/FCKeditor/fckstyles.xml" StylesDefaultMode="Static" DynamicCSSGeneratorPath="~/Providers/HtmlEditorProviders/Fck/FCKCSS.aspx" StaticCSSFile="~/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/css/fck_editorarea.css" CSSDefaultMode="static" spellCheck="ieSpell" AvailableToolbarSkins="Office2003,Silver" DefaultToolbarSkin="Office2003" AvailableToolBarSets="DNNDefault,Default,NoGallery,Basic" DefaultToolbarSet="DNNDefault" DefaultImageGallerySkin="Default" DefaultFlashGallerySkin="Default" DefaultLinksGallerySkin="Default" FCKDebugMode="false" UseFCKSource="false" OptionsOpenMode="ShowModalDialog" CustomOptionsDialog="Admin"/>
            </providers>
        </htmlEditor>
        <navigationControl defaultProvider="SolpartMenuNavigationProvider">
            <providers>
                <clear/>
                <add name="SolpartMenuNavigationProvider" type="DotNetNuke.NavigationControl.SolpartMenuNavigationProvider, DotNetNuke.SolpartMenuNavigationProvider" providerPath="~\Providers\NavigationProviders\SolpartMenuNavigationProvider\"/>
                <add name="DNNMenuNavigationProvider" type="DotNetNuke.NavigationControl.DNNMenuNavigationProvider, DotNetNuke.DNNMenuNavigationProvider" providerPath="~\Providers\NavigationProviders\DNNMenuNavigationProvider\"/>
                <add name="DNNTreeNavigationProvider" type="DotNetNuke.NavigationControl.DNNTreeNavigationProvider, DotNetNuke.DNNTreeNavigationProvider" providerPath="~\Providers\NavigationProviders\DNNTreeNavigationProvider\"/>
                <add name="DNNDropDownNavigationProvider" type="DotNetNuke.NavigationControl.DNNDropDownNavigationProvider, DotNetNuke.DNNDropDownNavigationProvider" providerPath="~\Providers\NavigationProviders\DNNDropDownNavigationProvider\"/>
                <add name="ASP2MenuNavigationProvider" type="DotNetNuke.NavigationControl.ASP2MenuNavigationProvider, DotNetNuke.ASP2MenuNavigationProvider" providerPath="~\Providers\NavigationProviders\ASP2MenuNavigationProvider\"/>
            </providers>
        </navigationControl>
        <searchIndex defaultProvider="ModuleIndexProvider">
            <providers>
                <clear/>
                <add name="ModuleIndexProvider" type="DotNetNuke.Services.Search.ModuleIndexer, DotNetNuke.Search.Index" providerPath="~\Providers\SearchProviders\ModuleIndexer\"/>
            </providers>
        </searchIndex>
        <searchDataStore defaultProvider="SearchDataStoreProvider">
            <providers>
                <clear/>
                <add name="SearchDataStoreProvider" type="DotNetNuke.Services.Search.SearchDataStore, DotNetNuke.Search.DataStore" providerPath="~\Providers\SearchProviders\SearchDataStore\"/>
            </providers>
        </searchDataStore>
        <data defaultProvider="SqlDataProvider">
            <providers>
                <clear/>
                <add name="SqlDataProvider" type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider" connectionStringName="SiteSqlServer" upgradeConnectionString="" providerPath="~\Providers\DataProviders\SqlDataProvider\" objectQualifier="" databaseOwner="dbo"/>
            </providers>
        </data>
        <logging defaultProvider="DBLoggingProvider">
            <providers>
                <clear/>
                <!--<add name="XMLLoggingProvider" type="DotNetNuke.Services.Log.EventLog.XMLLoggingProvider, DotNetNuke.XMLLoggingProvider" configfilename="LogConfig.xml.resources" providerPath="~\Providers\LoggingProviders\XMLLoggingProvider\"/>
        <add name="DBLoggingProvider" type="DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider, DotNetNuke.Provider.DBLoggingProvider" providerPath="~\Providers\LoggingProviders\Provider.DBLoggingProvider\"/>-->
            </providers>
        </logging>
        <scheduling defaultProvider="DNNScheduler">
            <providers>
                <clear/>
                <add name="DNNScheduler" type="DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler, DotNetNuke.DNNScheduler" providerPath="~\Providers\SchedulingProviders\DNNScheduler\" debug="false" maxThreads="1"/>
            </providers>
        </scheduling>
        <friendlyUrl defaultProvider="DNNFriendlyUrl">
            <providers>
                <clear/>
                <add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules.UrlRewrite" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]"/>
            </providers>
        </friendlyUrl>
        <caching defaultProvider="FileBasedCachingProvider">
            <providers>
                <clear/>
                <add name="FileBasedCachingProvider" type="DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider, DotNetNuke.Caching.FileBasedCachingProvider" providerPath="~\Providers\CachingProviders\FileBasedCachingProvider\"/>
                <add name="BroadcastPollingCachingProvider" type="DotNetNuke.Services.Cache.BroadcastPollingCachingProvider.BPCachingProvider, DotNetNuke.Caching.BroadcastPollingCachingProvider" providerPath="~\Providers\CachingProviders\BroadcastPollingCachingProvider\"/>
            </providers>
        </caching>
        <authentication defaultProvider="ADSIAuthenticationProvider">
            <providers>
                <clear/>
                <add name="ADSIAuthenticationProvider" type="DotNetNuke.Security.Authentication.ADSIProvider, DotNetNuke.Authentication.ADSIProvider" providerPath="~\Providers\AuthenticationProviders\ADSIProvider\"/>
            </providers>
        </authentication>
        <members defaultProvider="AspNetMembershipProvider">
            <providers>
                <clear/>
                <add name="AspNetMembershipProvider" type="DotNetNuke.Security.Membership.AspNetMembershipProvider, DotNetNuke.Provider.AspNetProvider" providerPath="~\Providers\MembershipProviders\AspNetMembershipProvider\"/>
            </providers>
        </members>
        <roles defaultProvider="DNNRoleProvider">
            <providers>
                <clear/>
                <add name="DNNRoleProvider" type="DotNetNuke.Security.Membership.DNNRoleProvider, DotNetNuke.Provider.DNNProvider" providerPath="~\Providers\MembershipProviders\DNNMembershipProvider\"/>
            </providers>
        </roles>
        <profiles defaultProvider="DNNProfileProvider">
            <providers>
                <clear/>
                <add name="DNNProfileProvider" type="DotNetNuke.Security.Profile.DNNProfileProvider, DotNetNuke.Provider.DNNProvider" providerPath="~\Providers\MembershipProviders\DNNMembershipProvider\"/>
            </providers>
        </profiles>
    </dotnetnuke>
    <system.webServer>
        <directoryBrowse enabled="true"/>
        <validation validateIntegratedModeConfiguration="false"/>
        <modules>
            <add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
        </modules>
        <handlers>
            <remove name="WebServiceHandlerFactory-Integrated"/>
            <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
            <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
            <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
        </handlers>
    </system.webServer>
</configuration>


Find out code snippets, tutorials and How Tos' about dotnetnuke at lakhlaniprashant.blogspot.com Umlimited wedding planning tips, free wedding websites and more at http://www.FirstPhera.com an indian dotnetnuke portal dedicated to wedding planning!
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Slider Control not rendering in a controlSlider Control not rendering in a control


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