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
Including a File Upload Option When Adding a New Record : Scott Mitchell
Monday, July 14 2008
This tutorial shows how to create a Web interface that allows the user to both enter text data and upload binary files. To illustrate the options available to store binary data, one file will be saved in the database while the other is stored in the file system. In this tutorial we will create a web page to add a new category. In addition to TextBoxes for the category’s name and description, this page will need to include two FileUpload controls – one for the new category’s picture and one for the brochure. The uploaded picture will be stored directly in the new record’s Picture column, whereas the brochure will be saved to the ~/Brochures folder with the path to the file saved in the new record’s BrochurePath column....code better - use string.format : Karl Seguin
Introducing ASP.NET Page Modules : Paulo Morgado
Custom Buttons in the DataList and Repeater : Scott Mitchell
Image Manager for Image Gallery : Saifi Hasan
Developing a picture album in ASP.NET : Richard Bean

