Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Maximum ASP
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

FCKeditor Project
Salaro -- Skins and more
OnyakTech
The best choice for your web site host, email hosting, and domain registration.
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Extend It! ( Pr...  use cascading dropdown in Dnn module result to Method Error 500
Previous Previous
 
Next Next
New Post 11/7/2006 12:26 AM
User is offline gui sky
4 posts
10th Ranked


use cascading dropdown in Dnn module result to Method Error 500 

  I am using Microsoft Ajax beta in dnn, but when I use cascading dropdown in a Dnn module,

It compile okay,but dropdown you find the result display Method Error 500.

I have create a webservice virtual root.and I have test http://localhost:1111/IDCardWebService.asmx?op=GetDropDownAreas. It's display okay. result like following

<?xml version="1.0" encoding="utf-8" ?>

- <ArrayOfCascadingDropDownNameValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.org/">
- <CascadingDropDownNameValue>
  <name>CityName</name>
  <value>110000</value>
 
In Ascx I wrote down
 
            <ajax:CascadingDropDown ID="CascadingDropDownProv" runat="server" TargetControlID="DropDownListProv"
                Category="Make" PromptText="please select " LoadingText="Loading"
                ServicePath="http://localhost:1111/IDCardWebService.asmx" ServiceMethod="GetDropDownAreas" />
 
I have test another way
            <ajax:CascadingDropDown ID="CascadingDropDownProv" runat="server" TargetControlID="DropDownListProv"
                Category="Make" PromptText="please select " LoadingText="Loading"
                ServicePath="IDCardWebService.asmx" ServiceMethod="GetDropDownAreas" />
 
before I test I have copy a IDCardWebService.asmx file to dnn root. result was same.
 
Who could help me. thank you !
 
 
New Post 11/13/2006 11:04 PM
User is offline gui sky
4 posts
10th Ranked


Re: use cascading dropdown in Dnn module result to Method Error 500 

I found the course.

First :

    I shouldnot use Prefixion "http://localhost:1111"

Second :

   I wrote wrong web.config.

 
New Post 7/29/2007 11:19 PM
User is offline Arif Khan
19 posts
10th Ranked


Re: use cascading dropdown in Dnn module result to Method Error 500 

Hi skygui can you help by explaining what you did wrong in the web.config file. I am implementing the CascadingDropDowns in the AJAXv.1.0 and DNN 4.5. The dropdown values are showing Method error 500. Could you outline your solution?

Thanks

 
New Post 9/1/2007 3:08 AM
User is offline Jacob Dvir
1 posts
10th Ranked


Re: use cascading dropdown in Dnn module result to Method Error 500 

You can try this:

<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" />

paste these lines (and remove the old ones) into:

<system.web> -> <httpHandlers>

 
New Post 9/8/2007 6:34 AM
User is offline Arif Khan
19 posts
10th Ranked


Re: use cascading dropdown in Dnn module result to Method Error 500 

Thanks dadvir,

However I had these lines already in the web.config file.

I think that the AJAX Cascading drop downs are not working with the 4.5 DNN relerase

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Extend It! ( Pr...  use cascading dropdown in Dnn module result to Method Error 500
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Icthus Technologies
Building Faith on the Internet
www.icthustech.com
Efficion Consulting
A premier DotNetNuke consulting firm providing complete DNN services including: custom module development, skinning and design, installation and integration services.
www.efficionconsulting.com
DotNetNuke Training by Engage Software
Specializing in customized training, architecture and module solutions for large scale implementations lead by DNN Core Team Member Christopher Hammond.
engagesoftware.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP