如何使用 AJAXify ASP:向导控件
大家星期五快乐,
我有一个 ASP.net 2.0 网站,我正在将其更新到 .Net 3.5。该站点使用母版页,我已将 asp:UpdatePanel 放置在其中。
其中一个页面有一个三步向导控件,我想以某种方式“Ajaxify”。 AJAX 控件工具包中是否有更好的控件可以提供比 asp:Wizard 控件更好的用户体验?
请与我分享您为改进 asp:Wizard 控件所做的努力。您是否已转移到其他控件?继续使用 asp:Wizard 并为其添加效果吗?
谢谢, 席德
Happy Friday All,
I have an ASP.net 2.0 website that I'm updating to .Net 3.5. The site uses a master page and I've placed asp:UpdatePanel in it.
One of the pages has a 3-step wizard control that I'd like to "Ajaxify" in some way. Are there better controls in the AJAX control toolkit that provide an improved user experience over the asp:Wizard control?
Please share with me your efforts to improve upon the asp:Wizard control. Did you move to a different control? Stay with asp:Wizard and add effects to it?
Thanks,
Sid
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有点晚了,但我会回答。我使用 Telerik RadAjaxManager 控件来 ajaxify 我的 Wizard 控件,但由于性能问题,我感到后悔。
如果我是你,我会继续设置 div 并使用 JQuery 有选择地显示/隐藏它们以模拟向导。
Kind of late, but I'll answer. I used the Telerik RadAjaxManager control to ajaxify my Wizard control, and I regretted it because of performance issues.
If I were you, I'd pursue setting up divs and use JQuery to selectively show/hide them to emulate a wizard.