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]
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]
by
Nicole
Thursday, July 22, 2010 8:17 AM
data table, Microsoft Excel, export, table
[More]
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]
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]