David Miyamasu's ASP.NET Tech Blog
ASP.NET 2.0 code samples for developers - Written By Dave Murray Miyamasu
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
AJAX
AJAX slideshow
asp.net
blogger
code formatting
HTTPResponse
pdf
SyntaxHighlighter
timer
TransmitFile()
updatepanel
WriteFile()
Sponsors
advertise here
Navigation
Home
Blogs
Archives
December 2008 (1)
February 2008 (2)
January 2008 (1)
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...
Filed under:
asp.net
,
WriteFile()
,
HTTPResponse
,
TransmitFile()
,
pdf
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...
Filed under:
AJAX slideshow
,
updatepanel
,
timer
,
asp.net
,
AJAX
More Posts