Atlas CascadingDropDown
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 cant catch the selected values in the cascadingdropdowns :SICK:
How can i do that?? help please!! im trying that for 3 weeks...
Thanks a lot..
# 1 Re: Atlas CascadingDropDown
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
# 2 Re: Atlas CascadingDropDown
Hi, im using the CTP,because the application is too big to change every think..
Thanks for the reply
Marcos Alves