GeekArticles
Microsoft
C#Dynamically generating thumbnail images in ASP.NET with C# without affecting initial page load time
Author: codeproject.com |
Published: 12th May 2008 |
Visited: 105 times |
Add CommentFiled in: CSharpGenerate thumbnail on the fly without affecting page load time
Read Article Sponsored Links
Related Articles
• Speeding Up Post Load Script Post-load script maybe one of the most challenging tasks for developers especially those that use a framework for building an Ajax application. In a framework setting, developers will always work in a setting wherein JavaScript is involved.
When post load happens, developers will be limited in thei ...
• OnLoad for Initial Rendering OnLoad is one of the most powerful functions in an Ajax based application. With this function developers could easily render other functions which enables asynchronous streaming of data. OnLoad also have the ability to target specific areas in the webpage so that each window will be working independ ...
• JavaScript Page Cookie (maintaining page state) Sometimes you need to redirect the user from the current page to accomplish a part of a task. Most people use pop-up windows to refrain from doing this, but sometimes you just can't do it any other ...