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
Setting Up and Using User Profiles : Marco Bellinaso
Sunday, April 19 2009
A quick description of ASP.NET 2.0 profiles: what they are, how to set them up, how to read/write them from anywhere in the code, etc. In my travels with an ASP.NET Mobile Device application, I ran into a need to display a status panel as the result of a repeated method call on a timed basis from the page. Under normal ASP.NET page scenarios this is easy: you can either use Javascript (such as with an Anthem.net timer control) or you can create a META Refresh tag inside your Page's HEAD tag, set the HEAD to runat=server, and use an HtmlMeta control to set your HtmlMeta tag Content attribute for the refresh time and / or redirect URL. In other words, you can either display a changing status message or you can display a message and then automatically redirect to another page after 5 seconds....Working with Virtual Path Providers : Bipin Joshi
Using the WebPermission Setting in ASP.NET Partial Trust : Stefan Schackow
DataGrid Paging and Sorting Using A DataReader : Dimitrios Markatos
How to build Multi-Language Web Sites with ASP.NET 2.0 and VS.Net 2005 : Muhammad Mosa
A First Look at ASP.NET Extensions 3.5—History Points : Dino Esposito

