While using Java Script events with ASP .NET controls make sure that they are really JS events. E.g.
OnSelectedIndexChanged and OnTextChanged are server side events. If you try to use them from client side then they will not fire. In such case you need JS 'onchange' event.
January 15, 2006
Javascript events for ASP.NETcontrols
at 1/15/2006
Tags: .NET , ASP\ASP.NET , Script