jovan
3 comments
3,023 views
In the previous post I explained how you can customize the behaviour of MaskedInput’s Transforms. That should probably cover all your needs. However, MaskedInput’s architecture does allow for one more way to customize transforms. You can actually...
Posted by jovan
Posted on Fri Oct 24, 2008 @ 7:05 AM
1 comments
2,999 views
In this blog post I will assume that you understand how MaskedInput Transforms function. It was explained in the previous blog post . Here is the list of currently implemented transforms: CreditCard_VisaMasterCard - Visa or MasterCard credit card number...
Posted on Thu Oct 23, 2008 @ 6:30 AM
2 comments
3,254 views
The format of the masked input is fully defined by the "Transform" it uses. A Transform is a client-side JavaScript object containing just three functions: validate – A function that takes a look at what the user just typed into the masked...
Posted on Wed Oct 22, 2008 @ 7:06 AM
4 comments
2,971 views
Short Story: This will not work: < ComponentArt : NumberInput runat = "server" ID = "MyNumberInput" /> < input type = "button" value = "+" onclick = "MyNumberInput.increaseValue();" /> <...
Posted on Tue Oct 14, 2008 @ 8:17 AM
miljan
13 comments
15,340 views
Now that Visual Studio 2008 Beta 2 has shipped , it's a good time to talk about the next version of ASP.NET and Visual Studio. More specifically, I am happy to share some good news on how Microsoft's next major platform release will affect ComponentArt's...
Posted by miljan
Posted on Mon Jul 30, 2007 @ 2:30 PM
4,142 views
Last night we updated the official Web.UI product roadmap . We are about 1-2 weeks off target regarding the release dates that were announced back in November. However, the good news is that the 2007.1 release will include one additional control (Dialog...
Posted on Thu Feb 1, 2007 @ 7:49 AM
12,751 views
The final version of ASP.NET AJAX was released today. We are very pleased to simultaneously announce the immediate availability of the full production version of ComponentArt Web.UI for ASP.NET AJAX. Taking those "beta" signs off our ASP.NET...
Posted on Tue Jan 23, 2007 @ 9:56 AM
8 comments
23,825 views
"Interoperability" is a term that has been used by several ASP.NET control vendors, including ComponentArt, to describe integration with ASP.NET AJAX. However, since we shipped the first public beta release of Web.UI for ASP.NET AJAX, we started...
Posted on Mon Jan 8, 2007 @ 9:42 AM
5 comments
17,274 views
We recently shipped Web.UI 2006.2 . The second major release of Web.UI this year includes a brand-new platform build: Web.UI for ASP.NET AJAX. However, no new controls were added to the suite this time around. I would like to take this opportunity to...
Posted on Wed Nov 15, 2006 @ 9:39 AM
24,217 views
We have recently completed converting our suite of user interface controls from the latest Community Technology Preview "Atlas" build to ASP.NET AJAX Beta 1 . The Beta 1 release of ASP.NET AJAX is significant because it closely resembles what...
Posted on Tue Oct 31, 2006 @ 3:00 AM