AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.
Categories
- AJAX
- ASP.NET Beginner Tutorials
- ASP.NET Tutorials
- Database
- File System
- Graphics
- Miscellaneous
- Network
- Resources
- Validation
- XML
Recent Posts
- Make Your ASP.NET Mobile Forms Timer-Refresh and Autoredirect : Peter Bromberg
You can't use javascript in Mobile Forms, and they won't render the META Refresh tag either. Here's a - Inversion of Control and Dependency Injection with Castle Windsor Container - Part IV : Simone Busoli
In this article I introduce the missing core features I didn't tackle before. They require a little more - Developing Gadgets For The Windows Vista Sidebar : Scott Allen
Windows Vista introduced the Sidebar – an anchored panel on the Windows desktop that can host mini-applications - .NET CodeToHTML : Paschal L
This article shows you how to convert source code to HTML. The aim of this article is to share with you - Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
This article describes on how you can implement the functionality of saving changes on close of the browser
IMAGE2HTML - Image to Html Conversion Reloaded! : Peter Bromberg
Thursday, July 10 2008
Illustrates some neat CSS tricks along with an online C# / ASP.NET image-to-HTML conversion class to get very high resolution realistic-looking HTML renderings of images. Includes complete source code and online demo. There are a number of implementations of what is commonly referred to as "IMAGE2HTML", but I believe this is the first one you may see that really succeeds in hitting the high-resolution "realistic- looking" mark. I started with some code that is easy to find, in various forms, and in a variety of programming languages, and then modified it to work as a static class library with a ConvertImage method that accepts a URL to an image on the web, and an integer scale factor, and returns you a long string of HTML that can be added to a web page. In this case I simply assign the result HTML to a Label Control....Creating ASP.NET Photo Album using FileSystem as Data : Jigar Desai
ASP.NET Best Practices for High Performance Applications : Ali Khan
Using Existing Stored Procedures for the Typed DataSet’s TableAdapters : Scott Mitchell
How to Show Messenger-Like Popups Using AJAX : Bilal Haidar [MVP,MCT]
Including a File Upload Option When Adding a New Record : Scott Mitchell

