AjaxControlToolkit.Version = 4.1.40412.2
By assigning AutoPostBack = "true" to a NumericUpDown TextBox, the NumericPostBack calls the value change strongly. But not necessarily call the method "TextBox_TextChanged".
This problem occurs with DataTemplate, Repeater, UpdatePanel, or any type of block for a "NumericUpDown" within a "Repeater" inside a "UpdatePanel" which sets out classes of any type (db tables, list, array, etc.). in connection with a method in "TextChanged" and "AutoPostBack = true" in a TextBox
Navigating the AJAX Control Toolkit NumericUpDown found error when creating the NumericUpDown where to make a bypass when the "value" of the TextBox has not changed compared to the current value in NumericUpDown.
Nothing that can be done from ASP.Net to correct the problem.
Then the problem is corrected in "setCurrentToTextBox" ignoring the value assignment and execution of events, if the value of "_elementTextBox" equals the "value"
By assigning AutoPostBack = "true" to a NumericUpDown TextBox, the NumericPostBack calls the value change strongly. But not necessarily call the method "TextBox_TextChanged".
This problem occurs with DataTemplate, Repeater, UpdatePanel, or any type of block for a "NumericUpDown" within a "Repeater" inside a "UpdatePanel" which sets out classes of any type (db tables, list, array, etc.). in connection with a method in "TextChanged" and "AutoPostBack = true" in a TextBox
Navigating the AJAX Control Toolkit NumericUpDown found error when creating the NumericUpDown where to make a bypass when the "value" of the TextBox has not changed compared to the current value in NumericUpDown.
Nothing that can be done from ASP.Net to correct the problem.
Then the problem is corrected in "setCurrentToTextBox" ignoring the value assignment and execution of events, if the value of "_elementTextBox" equals the "value"