![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
Nov 29, 2008
All client-side template engines enable you to create HTML (fell free to go ‘duh’). What they don’t all allow is the creation of event handlers and components over the markup they generate. The general approach with …
Tagged: asp net, microsoft ajax library, atlas, html, javascript
Nov 25, 2008
Last week, I wrote about building a simple behavior to edit text in place . Almost at the same time, Nikhil was building a similar component for Silverlight , but it was considerably simpler because instead of …
Tagged: microsoft ajax library, atlas, html
Nov 23, 2008
In the last post , I showed how you can instantiate multiple behaviors on a single input element, through server extenders or directly through client behaviors (which themselves can be created imperatively or …
Tagged: asp net, microsoft ajax library, atlas, javascript
Nov 22, 2008
A quick walkthrough for implementing in-place editing ux for TextBox controls in Silverlight, using just styles, templates, and visual state manager in a completely declarative manner. Read More......(read more)
Tagged: silverlight
Nov 22, 2008
Microsoft Ajax has the interesting ability to combine more than one component onto a single element. In the previous talk, I alluded to this possibility and one of the commenters (Tiamat) asked me to show how this is …
Tagged: asp net, microsoft ajax library, atlas, javascript, ajax control toolkit