Slider extender error: "htmlfile: Unspecified error"
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all I have an user control where I use Slider Extender from asp.net ajax control toolkit. This Control is loaded into update panel in the aspx page. When I drag the slider sometimes I get an error "htmlfile: Unspecified error" in ScriptResource.axd. This error occurs on the line var clientRects = element.getClientRects(); This error is not repeatative too. Sometimes this error occurs. Has anyone come across this issue ? how can I resolve this? thanks in advance