May 22nd Links: ASP.NET, Visual Studio, Silverlight, WPF and .NET
Posted by: ScottGus Blog,
on 22 May 2007 |
View original | Bookmarked: 0 time(s)
One of the things I'm going to try and start doing is a weekly blog post of useful/interesting links on .NET related topics that I've found on the web. Below is this week's version: ASP.NET Downloading a File using ASP.NET with the "Save As" Dialog: Rick Strahl has a nice post on how to dynamically download a file to a browser with ASP.NET and force the browser to automatically prompt them to save it using the "Save As" dialog. Storing Binary Files Directly in the Database using ASP.NET...