January 15, 2006

Javascript events for ASP.NETcontrols

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.