Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » ASP.NET AJAX Team Blogs

Yearly Archives: 2008

Latest news from ASP.NET AJAX Team Blogs

  1. Instantiating components on template markup

    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

  2. Simplifying the edit in place behavior

    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

  3. Getting a reference to a behavior

    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

  4. In-Place Editing for Silverlight using Styles and Templates

    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

  5. Putting more than one behavior on one element

    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