jovan
2 comments
2,766 views
MaskedInput class's Transform property that I described in depth in a few preceding blog posts presented us with an interesting design dilemma. At first it seemed like it should be a typical enumeration property, with one value for each Transform...
Posted by jovan
Posted on Mon Oct 27, 2008 @ 7:06 AM
3 comments
3,054 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 on Fri Oct 24, 2008 @ 7:05 AM
1 comments
3,028 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
3,284 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,994 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,383 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
60,713 views
" If you set a default style for the td tag in your stylesheet, like this, td {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;} then this will be used in your tab strip, no matter what style you create for the tab items...
Posted on Mon Jun 18, 2007 @ 2:05 PM
15 comments
8,759 views
A little while ago it hit us that our website was almost 3 years old. It had aged well, but the polish was starting to come off, and it grew to the point where its navigation was no longer adequate. It was time for a complete re-vamp. While brainstorming...
Posted on Thu May 3, 2007 @ 9:14 AM
0 comments
5,061 views
The latest incantation AxoSoft's bug tracking and project management software - OnTime 2007 - was officially released yesterday. AxoSoft is a leader in its space, offering a product that hits the sweet spot for customers looking for high-end tracking...
Posted on Wed Feb 21, 2007 @ 5:26 PM
4,157 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,771 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,902 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
3,456 views
The ASP.NET team shipped the release candidate for ASP.NET AJAX 1.0 late last week. According to Scott Guthrie, "the next public release will be the final, fully supported, 1.0 product", and the final release is expected in about 4 weeks. We...
Posted on Mon Dec 18, 2006 @ 3:36 PM
4,670 views
We have just published our first video: ComponentArt Web.UI for ASP.NET AJAX . One of the main things we show in this video is how our Web.UI controls utilize the new client-side component model introduced by ASP.NET AJAX to bring more capabilities to...
Posted on Fri Dec 8, 2006 @ 12:10 PM
milos
20 comments
11,221 views
As of Web.UI 2006.2, Grid has a useful new feature: item drag and drop. For some time, many of you have been asking for such a feature, for many different reasons. Some wanted to be able to drag Grid items to and from a TreeView, others wanted to be able...
Posted by milos
Posted on Wed Nov 22, 2006 @ 9:44 AM