在 ASP.NET 中实现旋转可下载模板

发布于 2024-08-24 04:09:09 字数 184 浏览 3 评论 0原文

看看:http://in.yahoo.com ...在这里你可以看到旋转图像(连同文字)。 单击此图像...服务器端代码将被执行。

谁能告诉我如何在 asp.net 2.0 中实现相同的功能

提前致谢!

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑梦风尘 2024-08-31 04:09:09

这就是通常所说的“轮播”,可以用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文