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
Building a Simple Rating Control for ASP.NET 2.0 : Imar Spaanjaars
Sunday, July 27 2008
This article shows you how to build a .NET 2.0 Rating control that derives from CompositeControl. The control allows your visitors to rate content on your site, similar to how you can rate articles on the MSDN site. Many web sites take this approach. For example, Amazon (1) uses a 5 star rating approach to rate the articles they're selling. Microsoft's MSDN site uses a nine-bar graph (2) to display the quality of their (technical) articles. My own site uses a five-bar graph to let users rate an article (in the left hand column). Since there are many uses for a rating feature, it makes sense to encapsulate the rating mechanism in a custom ASP.NET Server Control. This article shows you how to build such a control...E-Commerce Starter Kit (ESK) : Bipin Joshi
ASP.NET Best Practices for High Performance Applications : Ali Khan
Creating Client And Server-Side Form Validation Using The Validator Toolkit For ASP.NET MVC : Juergen Baeurle
Custom Controls And Control Builders : Timothy Khouri
Extended GridView Control : Bilal Haidar

