what I need is that a textbox is disabled and it is enabled until I write 4 numbers in a previous textbox. The textboxes are asp:Textbox. The truth is that I haven't tried it because I don't know how, and it occurs to me that it could be with jquery or from behind code c#. Thank you for reading.
For this I would use the keyup event
jQuery keyup() Method Documentation
I hope it helps you