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)
Recent Posts
1
Comments
Windows Azure Developer Starter Guide
by
mamasu
Recently, I started to look into development on the Windows Azure CTP platform with the release of the SDK. I am going to write a developers guide to getting started with Azure CTP. Let’s get started! Software Requirements : Vista or Server 2008 Visual...
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
2
Comments
Post code to Blogger
by
mamasu
You may have noticed how awesome the weblogs.asp.net code is formatted and displayed for you to view and copy. You may also have noticed how Google's Blogger does not have the great built in functionality of the weblogs.asp.net blog composing options...
Filed under:
code formatting
,
blogger
,
SyntaxHighlighter
More Posts