Gridview 作为 asp.net 中的幻灯片
我使用的是asp.net2.0和c#。
我必须将数据显示到数据列表/中继器/网格视图中。最多 5-10 条记录。它应该在页面底部运行,其工作方式类似于水平方式的滑块。就像当我单击“下一步”时,将显示下 2 条记录。
请帮我, 提前致谢
I am using asp.net2.0 and c#.
I have to display data into the datalist/repeater/gridview. maximum 5-10 records. It should run in the bottom of the page and work similar like a slider in a horizontal way. Like when I click next, next 2 record will display.
Please help me,
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下链接将为您提供帮助。
http://www.dotnetcurry.com/ShowArticle.aspx?ID= 219&AspxAutoDetectCookieSupport=1
您需要使用 asp.net ajax 工具包滑块扩展器来实现此目的。
Following link will help you.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=219&AspxAutoDetectCookieSupport=1
You need to use asp.net ajax tool kit slider extender for that.