Welcome Guest Search | Active Topics | Sign In | Register

Create MaskedEdit control dynamically on client Options
Jamie Miller
Posted: Tuesday, July 14, 2009 11:12:12 AM
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
eo_support
Posted: Tuesday, July 14, 2009 11:17:47 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.