I am using the slider control in a repeater with a label on either side of each slider. I need to do some calculations and update the labels accordingly. The problem is that I have no way of supplying the clientId's of the labels or passing any variables (that I know of). I tried adding a onMouseOver event to set variables, but the problem is that it keeps getting called (multiple times) and messing up the actual onClientValueChange function i have written. Is there any way of supplying additional parameters in these methods? I am also fine with setting them beforehand using a seperate function if that works but would like to only do it once.