Welcome to AspAdvice Sign in | Join | Help

May 2005 - Posts

Making ASP.NET Buttons Look Better using CSS Rollovers

CSS Rollover Buttons have been around for quite some time. Basically, using CSS you can easily create roll over buttons, which previously had to been done in Javascript. CSS Rollover buttons also allow you to overlay text on top of a generic button image.
Posted by richc | 1 Comments
Filed under:

Quick N' Easy Health Monitoring in ASP.NET Beta 2

Traditionaly in ASP.NET 1.1 if you wanted to be notified through email of an unhandled exception, you'd have to add code to your Global.asax.cs handling the Application_Error event and subsequently log the error or send yourself an email through smtp.
Posted by richc | 2 Comments
Filed under: