Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • [ASP.NET AJAX] - CodePlex Preview 2 - Declarative Custom Behavior

    As we seen in my last post , declarative is very powerful. Let's now see how simple it is to use his own custom behavior. First of all, we need to create a behavior. In this example, we will use a simple HoverBehavior. His goal is just to swap a CSS class when mouse is over a DOM element. To create a...
    Posted to Aurelien's blog (Weblog) by Aurelien on 09-13-2008, 12:00 AM
    Filed under: ASP.NET, Microsoft Ajax Library, Preview, JavaScript, AJAX
  • [ASP.NET AJAX] - CodePlex Preview 2 - Declarative Master-Details DataView

    Following this post regarding Master-Details implementation by the programmatic way, let's see how to do it through declarative way. This sample is based on the ASP.NET AJAX CodePlex Preview 2 . Let's first create an .aspx page and add a ScriptManager to link the MicrosoftAjaxTemplates.js : 1: < asp...
    Posted to Aurelien's blog (Weblog) by Aurelien on 09-08-2008, 12:00 AM
    Filed under: ASP.NET, Microsoft Ajax Library, Preview, JavaScript, AJAX
Page 1 of 1 (2 items)