Browse by Tags

Related Posts

  • My ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas "Highlights Page"

    Several people have sent me email lately asking for a suggested short-list of my best/favorite blog posts to read (I’ve done 200 posts over the last 12 months and apparently it takes too long to read them all <g>). I’ve put together a summary page of ASP.NET 2.0 Tips, Tricks, Recipes...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-01-2006, 12:00 AM
    Filed under: LINQ, Security, Data, Visual Studio, Atlas, Tips and Tricks, ASP.NET, Talks
  • My ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas "Highlights Page"

    Several people have sent me email lately asking for a suggested short-list of my best/favorite past blog posts to read (I’ve done 200 posts over the last 12 months and apparently it takes too long to read them all <g>). I’ve put together a summary page of ASP.NET 2.0 Tips, Tricks, Recipes...
    Posted to ATLAS Team Blogs (Weblog) by Anonymous on 08-01-2006, 12:00 AM
    Filed under: LINQ, Security, Data, Visual Studio, Atlas, Tips and Tricks, ASP.NET, Talks
  • Tip/Trick: Enabling Back/Forward-Button Support for ASP.NET AJAX UpdatePanel

    Nikhil recently posted a nice blog post that includes a new ASP.NET AJAX-enabled control called "HistoryControl". When added to a page it allows developers to programmatically add logical views into a browser's history list. This enables you to make AJAX enabled sites much more useful, and to follow...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 09-14-2006, 12:00 AM
    Filed under: ASP.NET, .NET, Atlas, Tips and Tricks
  • Tip/Trick: UpdateProgress Control and AJAX Activity Image Animations

    One of the cool new controls provided with the ASP.NET AJAX Extensions (aka "Atlas") is the UpdateProgress control. This control allows you to automatically cause UI to display on a page while an AJAX callback is in progress, and also allows you to provide UI to enable a user to optionally cancel the...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 09-21-2006, 12:00 AM
    Filed under: ASP.NET, Atlas, Tips and Tricks
  • Tip/Trick: Cool UI Templating Technique to use with ASP.NET AJAX for non-UpdatePanel scenarios

    I've been having some fun playing around with the ASP.NET AJAX Beta release this weekend. Usually when I integrate AJAX functionality into my code I just end up using the built-in server controls that ASP.NET AJAX provides (UpdatePanel, UpdateProgress, etc) and the cool controls in the ASP.NET AJAX Control...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 10-22-2006, 12:00 AM
    Filed under: ASP.NET, Atlas, Tips and Tricks
  • Tip/Trick: Handling Errors with the UpdatePanel control using ASP.NET AJAX

    Luis Abreu is an ASP.NET MVP who has a great blog on the http://msmvps.com blog site. Earlier today he posted a great tutorial post that describes how to use some of the new features in the ASP.NET AJAX Beta1 release to add more robust error handling into your application. I highly recommend reading...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 10-29-2006, 12:00 AM
    Filed under: ASP.NET, .NET, Atlas, Tips and Tricks
  • ASP.NET Connections Slides + Demos

    Earlier this week I presented at the ASP.NET Connections conference in Las Vegas. This is a great conference that is held twice a year (the fall show is in Las Vegas, the spring show is in Orlando). This past week we had over 1,500 attendees for the ASP.NET conference alone, and more than 4,700 total...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 11-10-2006, 12:00 AM
    Filed under: ASP.NET, .NET, Atlas, Talks, Tips and Tricks
  • Nikhil's WebDevHelper Utility and ASP.NET AJAX Support

    If you aren't subscribed yet to Nikhil's blog, you really should visit it and subscribe immediately . Nikhil is an architect on the ASP.NET Team and is constantly cooking up and posting cool new utilities and samples on his blog (all of which are of course free). Among his many projects is the Script#...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 11-13-2006, 12:00 AM
    Filed under: ASP.NET, .NET, Atlas, Tips and Tricks
  • Gotcha: Lost HTML Intellisense within ASP.NET AJAX Controls

    Symptom: You are using ASP.NET AJAX Beta1 or Beta2, and create a .aspx page that is based on a .master file. You add the <asp:scriptmanger>, <asp:updatepanel>, <asp:updateprogress> or <asp:timer> control into the content page, and find that markup intellisense no longer works...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 11-16-2006, 12:00 AM
    Filed under: Visual Studio, Atlas, Tips and Tricks, .NET, ASP.NET
  • Gotcha: Don't use <xhtmlConformance mode="Legacy"/> with ASP.NET AJAX

    Recently I've helped a few developers who have been having some weird JavaScript issues (both when using ASP.NET AJAX and with some other custom JavaScript routines they were using). The culprit was that they had automatically migrated a VS 2003 Web Project to VS 2005, and still had the <xhtmlConformance...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 12-10-2006, 12:00 AM
    Filed under: Visual Studio, Atlas, Tips and Tricks, .NET, ASP.NET
Page 1 of 3 (22 items) 1 2 3 Next >