Welcome to AspAdvice Sign in | Join | Help

.Net Discoveries

An attempt to pass along some answers I have discovered in my .Net coding.

September 2006 - Posts

Page layout SNAFU's, or Stupid CSS Tricks
Prologue Lately I've been in the process of trying to update some of our website to take advantage of the .NET 2.0 features and try to use best practices in doing so. One of the things that I've been attempting to do, and found very trying is to use CSS Read More...
Event Handling with Dynamically Created Controls
Prologue Not too long ago, I set forth to rewrite some code that I had created and add some additional functionality. I had created a management interface for some photos that we display on our website. The way I originally created it was to have only Read More...
RSS Enable Your Website Part 2 - Formatting the Feed
Prologue In my last posting , I looked at creating an RSS feed for your website. I left off where the feed was created and working properly, but it wasn't very "customer-centric" meaning it looked like code when you visited it, and would be confusing Read More...