Browse by Tags

All Tags » Tips and Tricks » .NET » Atlas (RSS)

July 4th Links: ASP.NET, ASP.NET AJAX, Visual Studio, Silverlight and IIS7 by ScottGu

I've fallen behind on my weekly link-listing series - apologies for the delay. ASP.NET ASP.NET RSSToolkit 2.0 Released : One of the cool projects for ASP.NET 2.0 that was released last year was this free RSS Toolkit - which makes consuming and exposing...

Tip/Trick: Url Rewriting with ASP.NET by ScottGu

People often ask me for guidance on how they can dynamically "re-write" URLs and/or have the ability to publish cleaner URL end-points within their ASP.NET web applications. This blog post summarizes a few approaches you can take to cleanly map or rewrite...

Gotcha: Don't use <xhtmlConformance mode="Legacy"/> with ASP.NET AJAX by ScottGu

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...

Gotcha: Lost HTML Intellisense within ASP.NET AJAX Controls by ScottGu

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,...

Nikhil's WebDevHelper Utility and ASP.NET AJAX Support by ScottGu

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...

ASP.NET Connections Slides + Demos by ScottGu

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...

Tip/Trick: Handling Errors with the UpdatePanel control using ASP.NET AJAX by ScottGu

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...

Tip/Trick: Enabling Back/Forward-Button Support for ASP.NET AJAX UpdatePanel by ScottGu

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...
More Posts