Just a quick one question hopefully
I'm using the AJAX MaskedEditExtender on textboxes and setting the mask value dynamically from code-behind
Now I need to use it on multiple text boxes
Instead of setting up a MaskedEditExtender for each text box - is it possible to apply 1 MaskedEditExtender to multiple textboxes?
Member
3 Points
21 Posts
MaskedEditExtender
Oct 02, 2013 04:50 PM|paullyie|LINK
Hi All,
Just a quick one question hopefully
I'm using the AJAX MaskedEditExtender on textboxes and setting the mask value dynamically from code-behind
Now I need to use it on multiple text boxes
Instead of setting up a MaskedEditExtender for each text box - is it possible to apply 1 MaskedEditExtender to multiple textboxes?
If not - are there any alternatives?
Thanks in advance
Paul
All-Star
101931 Points
20703 Posts
Re: MaskedEditExtender
Oct 02, 2013 04:57 PM|MetalAsp.Net|LINK
Not possible.
A potential alternative might be to find a jQuery maskededit plugin and you can then use a class selector to apply a mask to all textboxes.
Member
3 Points
21 Posts
Re: MaskedEditExtender
Oct 02, 2013 05:05 PM|paullyie|LINK
Thanks for the reply,