Get the row changed in repeater
Posted
by o-logn
on Stack Overflow
See other posts from Stack Overflow
or by o-logn
Published on 2010-03-19T22:30:29Z
Indexed on
2010/03/19
23:31 UTC
Read the original article
Hit count: 155
Hey, I've got a repeater which is placed inside an updatepanel. When the user enters a new value, the repeater is updated without a postback. Is it possible to get the row that was updated in JQuery so that I can place an effect on it to make the change less subtle? For example, I'd like to fade a new color in on just the row that was changed.
Thanks
© Stack Overflow or respective owner