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
Make Charts in ASP.NET 2.0 : Richard Bean
Monday, July 07 2008
Explains how to make bar or pie charts in ASP.NET 2.0. Includes example charts with source code. Graphs and charts are important tools for the analysis of data. In this tutorial, we will look at how to represent data in terms of a bar chart and pie chart. To make this possible, the latest rendition of Microsoft's Graphics Device Interface (GDI+) was brought on the market...Building a Volta Control : A Flickr Widget : Tanzim Saqib
Sunday, July 06 2008
This article illustrates how to create a Volta control around Flickr, the popular image hosting service. Microsoft Live Labs Volta is Microsoft's emerging toolset that enables developers to build multi-tier web applications by applying familiar .NET techniques and patterns. The intended use of this toolset is for Developers to build web application as .NET client application, and then specify the portions of the codes that will run on the client and server side....How to use ImageMap Control : Richard Bean
Saturday, July 05 2008
Explains how to turn an image to navigation menu with new ImageMap Control. ImageMap control is another new server control released in ASP.NET 2.0. It enables you to turn an image into a navigation menu. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. When the end user clicked a particular piece of the overall image, the application picked out which piece of image was chosen and based actions upon that particular selection....Virtual Earth Meets SQL Server 2008 and ASP.NET AJAX : Matthew Ellis
Friday, July 04 2008
In this tutorial we'll analyze Microsoft Virtual Earth, the new SQL Server 2008 GEOGRAPHY data type and ASP.NET AJAX. We'll build a database of longitude and latitude records for specific locations, we'll then use ASP.NET AJAX and the Virtual Earth service to exploit these locations found in the database. We're also going to build a basic application that makes use of Yahoo's Geocode service to retrieve the longitude and latitude of a specific address, thus we'll be able to add additional locations easily and quickly. How is this useful, you may be asking, to answer your question I'll give you...
Creating Bar Chart Using .NET Graphics API : Mohammad Azam
Thursday, July 03 2008
Some time back an article was published on the GridViewGuy which demonstrated how to draw graphs/charts using the WebChart control. You can view the article here. In this article we are going to use the .NET graphics API to create a bar graph....A Better BulletedList : Todd Northrop
Wednesday, July 02 2008
An enhanced version of the ASP.NET 2.0 BulletedList control to allow embedded HTML tags. ASP.NET 2.0 introduced a plethora of new controls aimed at making life easier for developers. The other day I was using one of those new controls, the BulletedList, for the first time, to help me generate and write an unordered list to the page at runtime. I could find very little real-world usage information about the new BulletedList control on the web, but fortunately it's a very easy control to master....Asynchronous Callbacks and Ajax based UI Experience in Web Applications : Deepak Raghavan
Tuesday, July 01 2008
The current article shows a couple of different views of showing progress bars in Web based applications. Web applications work on the underlying Http protocol and Http is stateless by nature. It uses the Request - Response pattern between the client and the server, to process the logic at the server and present the information in HTML to the client browser. In the case of long running applications, it would be helpful to the end user to see some status on the browser when the application is processing some complex logic on the server. This article shows a convenient way of showing status information...
Extending the DropDownList to Support Enums : Steven Smith
Monday, June 30 2008
In this article, Steve demonstrates how to bind a DropDownList to an Enum type, and then goes on to create a generic EnumDropDownList control which will automatically display any enum type's contents. A fairly common task in some of the applications I work with is to provide a user with a DropDownList of options that is populated by an enum. This can easily be done with a little bit of code to bind a stock DropDownList control to the enum, but this kind of thing quickly starts to violate the DRY (Don't Repeat Yourself) principle, so I created a simple derived DropDownList control that takes advantage...
ASP.NET Graphs: Raise the Bar : Pat Wong
Monday, June 30 2008
If you use static images to present graphs and charts online, now's the time to make your efforts more dynamic. In this results-focused tutorial, Pat explains how easy .NET makes the dynamic generation and display of bar charts online. They say that a picture is worth a thousand words, and nowhere is this more evident than in the use of bar charts. With bar charts, it's possible to visualize past sales history, forecast stock prices, and display survey results pictorially -- among literally thousands of other applications. Bar charts become even more valuable when they can be generated dynamically...

