I am having text box, label and button in a repeater control. Button should validate the text box. If the user enter greater than number 4, error message should appear and the text box value should be change based on the label box value.
How to validate the textbox using custom validation inside repeater?