Melbourne Web Solutions|Design - Providing Web Design and Development for Brevard County, Florida
Contact Search Archive Portfolio Services

Drawing on an Image to Create a Progress/Status Indicator

by Nicole Tuesday, January 11, 2011 1:16 PM
I wanted to give the administrative users a visual way to see the completion status of an application. Here I create a progress indicator bar that is dynamically filled based on the percentage completion of the application. [More]

Random Testimonials For Your Site

by Nicole Thursday, December 02, 2010 8:02 PM
One of my freelance projects is a redesign for a client in the health industry. They wanted a random testimonial to appear in the master page template on each page load. Here I created a custom user control that will display a random testimonial on each page load in a very nice looking way. [More]

Exporting Data Tables To Microsoft Excel from ASP.NET Pages

by Nicole Thursday, July 22, 2010 8:17 AM
data table, Microsoft Excel, export, table [More]

CSS styles for ASP.net controls

by Nicole Wednesday, August 12, 2009 9:54 AM
Since applying a custom style to match the theme of your site can really add a lot
in terms of appearance and continuity, I thought that I would share a couple of
my favorite CSS styles for ASP.NET controls. These are small changes that can add up and really make a lasting impression on the end user. [More]

Hierarchical data controls with column total

by Nicole Monday, August 03, 2009 11:54 PM
ASP.NET data controls can be nested within each other to create hierarchical data views that can get quite detailed. I'm going to illustrate how to perform this using two common data controls: The repeater and the gridview controls. [More]