Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi ,
I am just trying to use the xml Slide show user contorl (.ascx) presented in this web site with the below link address , in an asp.net project .

link : ASP.NET Slideshow Control with jQuery and XML[^]

I have put the code in my masterpage, a X.aspx page , a default.aspx page and ..
but all of them lead to the bellow error:

The base class includes the field 'SlideShow7', but its type (SlideShowControl_SlideShow) is not compatible with the type of control (ASP.slideshowcontrol_slideshow_ascx).


when I copy the default.aspx file of the sample project into my own project , it works but I can't work in code behind with this file.(It has the .cs and designer files , but they seem not to be related !!! or at least I know that the designer file does not get updated as I add a control to the page!).


I will be so thankful if some one help me through this issue.
Posted
Updated 27-Dec-11 8:43am
v2
Comments
Rajeev Jayaram 25-Dec-11 16:45pm    
Which xml slide show do you refer to? To be specific, can you provide the link?
[no name] 25-Dec-11 18:55pm    
Since you are referencing a specific article it would be better to ask the question in the forum for that article.

1 solution

Ask the question in the article you referenced. Look at the bottom of the page where the article is. You'll see where to do it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900