使用 control 或 jquery 混合消息输入和输出

发布于 2024-09-15 21:43:49 字数 399 浏览 7 评论 0原文

如果我想从代码隐藏中混合文本消息的输入和输出(淡入和淡出),您有何建议? 我的问题如下: 我有几个模式弹出窗口,其中运行了 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 技术交流群。

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

发布评论

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

评论(2

玩套路吗 2024-09-22 21:43:49

我在至少 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/

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