Click to See Complete Forum and Search --> : Atlas CascadingDropDown


marcoscavaleiro
11-02-2006, 01:03 PM
Hi, i have 3 cascadingDropDown, every think works fine, but i select the options and then whem i click the button do submit the forum i canīt catch the selected values in the cascadingdropdowns :SICK:

How can i do that?? help please!! im trying that for 3 weeks...

Thanks a lot..

weimenglee
11-10-2006, 10:10 AM
Which version of ASP.NET AJAX are you using? Beta 2?

FYI, in Beta 2, in order for your web service to be callable from the client, you need to add the ScriptService() attribute class to the WebService class to indicate that the Web service can be invoked from script:

<WebService(Namespace:="http://tempuri.org/")> _
<WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Microsoft.Web.Script.Services.ScriptService()> _
Public Class WebService
Inherits System.Web.Services.WebService

regards,
Wei-Meng Lee

marcoscavaleiro
11-10-2006, 02:20 PM
Hi, im using the CTP,because the application is too big to change every think..

Thanks for the reply
Marcos Alves