While working with an Ajax SliderExtender in an UpdatePanel, I assigned a BehaviorID and invoked the
$find('behavorID').add_valueChanged
function within the $document.Ready. Everything seemed to be working fine until I encountered an issue where upon refreshing the page with F5, the slider would disappear in about a third of the cases (weird, right?). When I attempted to set var slider = $find('behavorID')
, it would not recognize the slider and return null.
These problems persisted across Chrome and IE8.
Any suggestions or solutions would be greatly appreciated.
Thank you!