472,809 Members | 4,947 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,809 software developers and data experts.

flashing text in ASP.NET

how to make flashing label (or other text control) depending of label's text
example:
if label.text="Hello" then
'flash
else
'dont flash
end if
tnx
Nov 18 '05 #1
2 4622
Hi, DzemoT.,

You should make the "flashing" on the client-side. There is nothing in the
..NET Framework that will help you. Try looking for some examples in
javascript/vbscript.

Greetings
Martin
"DzemoT." <dz***@wizard.ba> wrote in message
news:OU*************@TK2MSFTNGP09.phx.gbl...
how to make flashing label (or other text control) depending of label's text example:
if label.text="Hello" then
'flash
else
'dont flash
end if
tnx

Nov 18 '05 #2
You will have to do this client side, most likely writing out a literal that
has JavaScript/DHTML to flash.

Or, place an anim GIF that flashes Hello or another message. That would be
easier for limited numbers of messages. For a greater number, you can use
CGI+ to write the message as a graphic, but I am not sure I would invest
that much time.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"DzemoT." <dz***@wizard.ba> wrote in message
news:OU***************@TK2MSFTNGP09.phx.gbl...
how to make flashing label (or other text control) depending of label's text example:
if label.text="Hello" then
'flash
else
'dont flash
end if
tnx

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: rikesh | last post by:
Hi Does anyone know how to make a table row flash in a certain colour, depending on a DB value? I have a helpdesk application listing statuses of Agents and the calls queued on the system. ...
2
by: Phillip Parr | last post by:
I've made a chat page using php and javascript. Which is nice. But I'd really like the title bar to flash when a new message appears for users who have minimised the window, like msn. Does any body...
9
by: Phillip Parr | last post by:
Hello, I know there is no way in Javascript to make the task bar flash when your window is minimised. However, I found out recently that if a javascript alert is sent to netscape when the window...
2
by: Xam | last post by:
Hello Everybody Can you let me know of a javascript/dom routine that will automatically put the flashing cursor in the first text box in my form so that it is ready for entry rather than the...
4
by: Randy Harris | last post by:
Strange problem on A2K. A continuous form is getting some sort of strobe effect on several systems that have been upgraded to Windows XP (never saw the problem on Win2K). One of the text boxes is...
1
by: Thilo Frank | last post by:
I want to add a flashing text cursor to my selfmade user control. Is there an existing class availible for this problem or do I have to write a thread, which flashs the cursor? THX for your help...
0
by: chatelain | last post by:
I'm using vb.net's datagrid in a windows application. So far I have not found any successful code to select a specific cell, select the text inside a specific cell or simply place the flashing cursor...
16
by: Highlander | last post by:
Hello all. I've found the following script handy for usage with an HTA: http://www.microsoft.com/technet/scriptcenter/resources/qanda/jan08/hey0130.mspx My question is...how can I cause the...
4
by: Blackmore | last post by:
I'd like to animate some of the text on my website, such that in certain instances it appears to flash on and off as if it were a flashing bulb. Could anyone suggest the most efficient way of doing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.