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  |  

telerik -- supercharge your DNN websites
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
WebHostForAsp.net
 


  Sponsors  

Meet Our Sponsors

The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
Red-Gate Software
MaximumASP
SourceGear - Tools for Developers
.: CounterSoft :.
 


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.

 


Customer Connect
Customer Connect provides cutting edge solutions that deliver sales, marketing and customer service results.
www.customer-connect.com
TechNexxus
Business process and technology sourcing solutions delivering superior people, process and value. We have used, and continue to use, DNN successfully in numerous client projects to deliver exceptional value. We are proud to support the DNN team and community.
www.technexxus.com
PartnerPoint - Microsoft Technology Community
PartnerPoint is one of the largest online communities of Microsoft Partners Worldwide. With over 5,000 active members, it serves as a collaboration platform for other technology communties around the globe
www.partnerpoint.com

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