ASP: ontextchanged not firing
问题 Note: I am brand new at ASP.NET. I'm actually going to training on Monday, but we have a hot project that required me to dive in and get done as much as I can. I've got a textbox on my page, and I would like it to call an event on the server whenever it is changed. I don't care if "changed" means changed and loses focus, or just whenever a keyup happens. Either case will work. The issue is that, for some reason, whenever I change my textbox and then remove focus, the server-side method is not