在 ASP.NET 中实现旋转可下载模板
Look at : http://in.yahoo.com... In this you can see a rotating images(along with text).
And on click of this image...a server side code will get execute.
Can anybody tell me how can I implement the same in asp.net 2.0
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是通常所说的“轮播”,可以用 JavaScript 实现。您首选的 JavaScript 库可能已经有一些插件可以处理这个问题(jQuery、YUI 等),或者您可以使用 ASP.NET AJAX 控制工具包中的动画工具创建一些东西。
That's what's normally called a "Carousel" and would be implemented in JavaScript. Your preferred JavaScript library probably has a few plugins to handle that already (jQuery, YUI, etc), or you could probably create something using the Animations tools in the ASP.NET AJAX Control Toolkit.