使标签在asp.net中闪烁 [英] make label blinking in asp.net

查看:120
本文介绍了使标签在asp.net中闪烁的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使标签闪烁.所以我将使用哪个代码和属性来使标签闪烁.

请帮帮我...
谢谢...
Mitesh

i want to make label blinking. so which code and property i will use to make label as blinking.

Please help me...
Thanks...
Mitesh

推荐答案



查看以下链接:

http://stackoverflow.com/questions/3404228/how-to- blink-a-label-in-asp-net [ ^ ]

http://www.eggheadcafe.com/community/csharp/2/10156716/blinking- label.aspx [ ^ ]
Hi,

Look at the following links:

http://stackoverflow.com/questions/3404228/how-to-blink-a-label-in-asp-net[^]

http://www.eggheadcafe.com/community/csharp/2/10156716/blinking-label.aspx[^]


您也可以使用CSS.应用文本装饰样式.

试试:
You can use CSS for the same. Apply text-decoration style.

Try:
myLabel.Attributes.Add("style", "text-decoration:blink");


这篇关于使标签在asp.net中闪烁的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆