Can we have a masked textbox in asp.net website
-
Is there any way in which i can have a masked textbox in asp.net website? i want 4 alphabetical characters to be entered in the begining of the textbox and the remaining to be numeric . or can i have a javascript code to validate the textbox.
download ajaxcontrolToolkit....you will find it there.
CC26
-
Is there any way in which i can have a masked textbox in asp.net website? i want 4 alphabetical characters to be entered in the begining of the textbox and the remaining to be numeric . or can i have a javascript code to validate the textbox.
Flavia A wrote:
can have a masked textbox in asp.net website?
Here is few good reference for you :) Xtended TextBox[^] and MAsked TextBox[^] Hope this will help you :-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.