jquery masked input with asp.net control problem
- by Eyla
Hi,
I have problem while using jquery maskedinput with asp.net textbox.
I have a check box that when I check will set a mask to the textbox and when uncheck it change the mask. the problem that when the focus is lost before the mask completed to be filled the text box will empty.
how can I fix the problem???
here is my code:
<html…