I have a dynamic form with Ajax.
I've added a custom control to the form and it does not trigger the TextChanged event.
The control post back to the server but doesn't trigger the event. without the ajax it works just fine.
This is the code for the custom textbox:
public class TextBoxWithNumberType : System.Web.UI.WebControls.TextBox
{
public Go to the complete details ...