February 2008 - Posts

11
Comments

Save server memory with Response.TransmitFile() by mamasu

So, two common tasks that I encounter when sending files to the browser: Open file within the browser Open "file download" dialog box I used to use the Response.Write() method, but recently came across the Response.TransmitFile() method . This method...
15
Comments

ASP.NET AJAX Slideshow using UpdatePanel and Timer by mamasu

I recently was faced with the task of creating a slideshow with the AJAX Control toolkit. Now, there is a built in Slideshow control but it requires a webservice for the datasource, and I didn't want to clutter up my web project. What I needed was an...
More Posts