Gridview rows blinking

Posted by Bhavi on Stack Overflow See other posts from Stack Overflow or by Bhavi
Published on 2010-05-05T04:44:11Z Indexed on 2010/05/05 4:48 UTC
Read the original article Hit count: 222

Filed under:
|

Hi, I tried blink the rows of ASp:Gridview. Have succeded in IE but not working in FF and safari. FF error console says "Error: gridRef.childNodes is not a function" Can anybody tell me where exactly I am wrong...

The Javascript used is:

'); for (var i=0; i

and on my gridview_rowdatabound I have

e.Row.Attributes.Add("blinkingRow", "Y");

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript