I have a textbox in my aspx (C# backend) where I've made a TextChanged event function (and I have set AutoPostback to true).

This apparently only fires when I press Enter. How to make it fire on any key?