1
vote
1answer
403 views
[AjaxControlToolkit] How to bind extenders to controls on clientside
I have some dynamically created inputs which are not server-side controls. I want to relate them to some CalendarExtender and MaskedEditExtender on the clientside. Is there a way t …
0
votes
1answer
37 views
MaskedEditExtender, dates and Globalization
I want to use the MaskedEditExtender to mask short dates. The problem is that I want to mask the field depending on the user language settings.
This is working for a lot of cases, …
0
votes
1answer
82 views
Telephone numbers and and ajax control toolkit mask?
I have a bound textbox that i want to validate with a mask editor. It works great when the textbox is not bound but displays (_99)999-9999 when it is bound.
<asp:TextBox ID="ec …
0
votes
1answer
197 views
MaskedEditExtender Is Too Hard to Use For Money
The MaskedEditExtender does a good job of enforcing the rules, but my users have trouble typing into its TextBox.
I want to select all the contents of my TextBox when it gains foc …
0
votes
2answers
94 views
Is it possible to use a Maskeditextender for IP Adress?
Hi there!
I'm using ajaxcontroltoolkit for an application and I'm using the MaskEditExtender on a textbox. This textbox will be use to get something like an IP adress (I.E.: 999.9 …
0
votes
1answer
256 views
MaskedEditExtender in asp.net
How can I useMaskedEditExtender for textbox that should accept address of website?
thanks
0
votes
2answers
458 views
Advanced usage of Ajax Control Toolkit MaskedEdit Extender
How can I achieve the following with the Ajax Control Toolkit MaskedEdit extender?
Letter + Any number of numeric chararacter such as Z234, Z235, Z24, etc
0
votes
3answers
1k views
Problem with MaskedEdit from Ajax Control Toolkit - different culture
I want to use maskededit to make the user to do the same as in the ajax control toolkit sample for maskededit, but I need to use another format, since dates at my client is display …
0
votes
1answer
1k views
ASP.net Toolkit Masked Edit Control With 99:99 Time Mask
Hi,
I am trying to use the asp.net ajax toolkit masked edit control to take an hour/minute input with the mask 99:99 and the masktype="time" property set.
However it doesn't seem …
0
votes
2answers
991 views
How to create a MaskedEditExtender on the fly?
I want to create a number of masked edit extenders from codebehind. Something like:
private MaskedEditExtender m_maskedEditExtender;
protected override void OnLoad(EventArgs e)
{
…
