setting a cell id?
In a repeater I would use
document.getElementById(""" & cellId & """).innerHTML =
to find the cell and update the value using javascript, is it possible to do it with this control?
What I am aiming to do is have a link on a row, when clicked javascript is called, something is done, which inturn will then change the text on the link. I would like this change to occur without a page refresh, hence using javascript to update the innerHTML. This works fine using a repeater and standard HTML tables, but can't find a way to modify code to get the same effect for this control.
document.getElementById(""" & cellId & """).innerHTML =
to find the cell and update the value using javascript, is it possible to do it with this control?
What I am aiming to do is have a link on a row, when clicked javascript is called, something is done, which inturn will then change the text on the link. I would like this change to occur without a page refresh, hence using javascript to update the innerHTML. This works fine using a repeater and standard HTML tables, but can't find a way to modify code to get the same effect for this control.
Trebour
September 18,