-
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 canīt catch the selected values in the cascadingdropdowns
How can i do that?? help please!! im trying that for 3 weeks...
Thanks a lot..
-
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
-
Thanks
Hi, im using the CTP,because the application is too big to change every think..
Thanks for the reply
Marcos Alves
Similar Threads
-
By nareshkumarhk in forum AJAX
Replies: 0
Last Post: 10-17-2006, 05:26 AM
-
By Navin in forum Careers
Replies: 0
Last Post: 08-28-2006, 05:42 PM
-
By jarbar1026 in forum .NET
Replies: 7
Last Post: 02-22-2006, 01:04 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks