Rank: Member Groups: Member
Joined: 2/6/2009 Posts: 26
|
Hi,
I'm wondering if it's possible to create a MaskedEdit control with multiple segments in JavaScript on the client rather than server side. I'm likely to have a scenario where I have one maskededit control generated server side and then I may wish to duplicate that control and its behaviour on the client. Is this possible?
Thanks,
David
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I do not believe that is possible. Your can move it around with JavaScript, but you can not change anything regarding the segments or masks. Another option is to use a CallbackPanel or ASP.NET AJAX UpdatePanel to go back to the server side to update it. But that may defeats your original purpose because it still goes back to the server.
Thanks!
|