asp.net - Blink a label inside a repeater control -


i have label in itemtemplate in repeater control. want text of label blink on conditions. how do that? using asp.net 3.5.

as <blink> tag long time obsolete , officially dead can use jquery blink plugin.

however think twice before adding such thing live website, people not blinking test. tag killed reason..


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -