I've got a asp:TextBox that is populated from a javascript function, but when this happens the server side TextChanged event is not fired, only when I change the text with my keyboard.
Is there a solution for this? Why is client/server integration so painful in asp.net?
(AutoPostBack is set to true)
Thank you
See Question&Answers more detail:os