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
Custom Controls And Control Builders : Timothy Khouri
Sunday, July 06 2008
ASP.NET has a strong set of web controls that provide common functionality for web developers. But there are times when you need to build something custom for your specific web project. Or you may want to author some controls that you think everyone can use. This article will show how to make your own custom controls and utilize control builders. It's important to remember that 'user controls' and 'custom controls' are not the same thing. A user control (which inherits from the UserControl object) basically allows you to put existing controls together on a 'mini-page', and then use that over and over again. A custom control (which inherits from Control or WebControl) is something you build from the ground up. You will handle initialization, viewstate functionality, rendering - all on your own....Custom Http Handlers : Sandeep Karnik
Easy "NO SCRIPT" DataGrid Tooltips in ASP.NET : Peter A BRomberg
A Look at ASP.NET 2.0's URL Mapping : Scott Mitchell
Creating Client And Server-Side Form Validation Using The Validator Toolkit For ASP.NET MVC : Juergen Baeurle
Dynamic User Interface in ASP.NET Web Applications : Richard Bean

