Page 1 of 1

SlideShowExtender in AbleCommerce Help

Posted: Fri Jun 06, 2008 12:47 pm
by BryanWarmoth
When I try and use the slideshowextender from the asp.net ajax toolkit I recieve and error that says it cannot find the web method getSlides(). The method is in the code behind file of my user control. I've tried to put the method into the code behind file of the page that the user control is on and I still get the same error. Any Idea?

Re: SlideShowExtender in AbleCommerce Help

Posted: Fri Jun 06, 2008 4:19 pm
by jmestep
Did you register any assemplies on the page? For example, to use the componentart ones, you have to have
<%@ Register TagPrefix="ComponentArt" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %>

Re: SlideShowExtender in AbleCommerce Help

Posted: Fri Jun 06, 2008 6:02 pm
by BryanWarmoth
I only have the ajaxtoolkit registered on the page.