SlideShowExtender in AbleCommerce Help

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
BryanWarmoth
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 44
Joined: Fri May 23, 2008 11:24 am
Location: Puyallup, Wa
Contact:

SlideShowExtender in AbleCommerce Help

Post by BryanWarmoth » Fri Jun 06, 2008 12:47 pm

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?
Bryan Bingham
Warmoth Guitar Products Inc.
bryan@warmoth.com
http://www.warmoth.com

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: SlideShowExtender in AbleCommerce Help

Post by jmestep » Fri Jun 06, 2008 4:19 pm

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" %>
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
BryanWarmoth
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 44
Joined: Fri May 23, 2008 11:24 am
Location: Puyallup, Wa
Contact:

Re: SlideShowExtender in AbleCommerce Help

Post by BryanWarmoth » Fri Jun 06, 2008 6:02 pm

I only have the ajaxtoolkit registered on the page.
Bryan Bingham
Warmoth Guitar Products Inc.
bryan@warmoth.com
http://www.warmoth.com

Post Reply