Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi, I am new to Silverlight and am working on Carousel effect shown in this page:

http://www.shinedraw.com/animation-effect/flash-vs-silverlight-image-carousel/


Is it possible to include an ASPX page instead of image, and reproduce similar effect? How to do it?

Thanks,
Anil
Posted
Updated 15-Jan-11 21:23pm
v3

 
Share this answer
 
v2
Comments
Espen Harlinn 16-Jan-11 6:09am    
5+ the simple solution for "out of browser" SilverLight apps
Telerik has one control
RadHtmlPlaceHolder[^]

That's one way to solve your problem. It's probably implemented in a manner similar to this: A simple Silverlight Web browser using iframe[^]

Another is to use, as John advices, the System.Windows.Controls.WebBrowser[^] control, but you need to be aware that the WebBrowser control is intended for use in Silverlight applications that run outside the browser only.

Regards
Espen Harlinn
 
Share this answer
 
v3

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