/dev/null [tony lombardo]

Anything and everything ASP.NET and more. Expect to see tips and tricks, opinions on new technology, and fun code samples, along with the occasional rant.

Browse by Tags

All Tags » Tips and Tricks » AJAX   (RSS)
Script Combining - What's the big deal?
Microsoft is about to ship Visual Studio 2008 SP1, and .NET Framework 3.5 SP1. Now service patches aren't always very exciting, but these are because they contain some great new features. You've probably already heard the buzz around AJAX History support, Read More...
File Uploads - Where's the Ajax?
As with everything else Web related these days, wouldn't file uploads be better with Ajax? That's what most of us tend to think, but the devil is in the details! The short answer is, you cannot do the actual file transfer through an XMLHTTP request. ( Read More...