Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Flashing Rows

Reply
Thread Tools

Flashing Rows

 
 
rikesh
Guest
Posts: n/a
 
      06-13-2004
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.

When a call is queued, I wish to make that Agent's Table row, flash.

Or even a cell flash.

Any ideas?


--
Kind Regards

Rikesh
(V.InterDev6.0-SP5/W2K-SP4/SQL2K-SP3)


 
Reply With Quote
 
 
 
 
Evertjan.
Guest
Posts: n/a
 
      06-13-2004
rikesh wrote on 13 jun 2004 in microsoft.public.inetserver.asp.general:

> 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.
>
> When a call is queued, I wish to make that Agent's Table row, flash.
>
> Or even a cell flash.
>
> Any ideas?
>


Yes, but the flashing of a class is done with clientside [java]script.

so please ask a clientside [java?]scripy ng.

<%
if row=3 then
classrow3select="class='flashing'"
else
classrow3select=""
end if
%>

<tr <%=classrow3select%>><td>...

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
 
 
 
David C. Holley
Guest
Posts: n/a
 
      06-13-2004
You may want to try the every popular RED with white Text. Flashing,
might be a bit too much for the eyes if the user has to act on the text.
I would actually do a mock up of both (flashing and red/white) and ask
for input.

rikesh wrote:
> 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.
>
> When a call is queued, I wish to make that Agent's Table row, flash.
>
> Or even a cell flash.
>
> Any ideas?
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide the Gridview Rows and Header rows in Button click VijayRama ASP .Net 2 10-12-2009 01:58 PM
Rows the rows of a grid view? Jason James ASP .Net 0 08-10-2006 09:24 PM
dynamically add new rows and save data typed in these rows to a database Arjen Hoekstra ASP .Net 0 08-02-2005 12:15 PM
convert rows to columns and columns to rows helpful sql ASP .Net 0 05-19-2005 06:03 PM
script for moving rows up and down and traverse thru rows of HTML table Subba Rao via DotNetMonster.com ASP .Net 0 03-19-2005 06:46 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57