使用 control 或 jquery 混合消息输入和输出
如果我想从代码隐藏中混合文本消息的输入和输出(淡入和淡出),您有何建议? 我的问题如下: 我有几个模式弹出窗口,其中运行了 UpdatePanel,当用户提交数据时,我想显示诸如“已保存”之类的消息(不是 javascript 的警报)。作为纯文本,淡入和淡出,因此不需要空间。 (类似于将 -tag 设置为 display: none 和 display:block 并带有淡入淡出效果)
我知道我可以使用 Label 并将其 Visibility 设置为 true 或 false,但那就是不是我想做的。 (-> 一个没有淡入淡出效果的肮脏解决方案)
重要的是我从代码隐藏中执行此操作...... 有某种 Asp.NetControl 可以解决这个问题吗?或者我必须使用代码隐藏中的 jquery 吗?
What would you suggest, if I wanted to blend text messages in and out (fade in and out) from codebehind ?
My problem is the following:
I have a couple of modalpopups in which I have UpdatePanels running and when the user submits data, I want to show messages (not javascript's alert) like "Saved." as pure text, that is faded in and out, thus doesn't require space. (similar to having a <p>
-tag set to display: none and display:block with fade effect)
I know that I could use a Label and set its Visibility to true or false, but that's not what I want to do. (-> a dirty solution without fade effect)
Important is that I do this from codebehind...
Is there some sort of Asp.NetControl that would do the trick ? Or will I have to use jquery from codebehind ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下面是一个 jQuery 插件的小列表:
http:// webtoolkit4.me/2009/08/13/jquery-growl-likenotification-systems/
Here is a small list of jQuery plugins for this:
http://webtoolkit4.me/2009/08/13/jquery-growl-likenotification-systems/
我在至少 2 个项目中使用了 Gritter,到目前为止它的表现还不错。
http://boedesign.com/demos/gritter/
Im using Gritter on at least 2 projects and It's doing pretty well so far.
http://boedesign.com/demos/gritter/