.NET Billboard Control
I still can't seem to get this to work. If anyone else has any ideas I would really appreciate it. The two websites whose controls I am trying to duplicate is mtv.com and nba.com. I couldn't get jCarousel or the adrotator to have four images that rotate. One large image and three small images. If anyone has any ideas please let me know.
Hello,
Does anyone know开发者_如何学JAVA where I can find a billboard control? I'm not sure what it's really called but I'm going to call it a billboard control. Examples of these are at the three below websites. Basically what I'm talking about is anywhere from 3 to 5 images or html files that rotate every couple of seconds with a preview of these images/html files to the side or below. I am looking for something I can use with C# .net. Any help would be much appreciated.
espn.go.com mtv.com nba.com
Thanks
ASP.NET WebForms comes with that control. It is called AdRotator
.
Are you looking for the .NET AdRotator control ? That supports the most basic use cases, and it shouldn't be too much hassle to extend it and add functionality if needed. It is the closest to what you need, that is built into the framework.
Another solution would be to use the jCarousel with jQuery. Depending on your specific needs, it could be a better choice.
This might help...uses AdRotator
精彩评论