avatar

professional geek ramblings
est. 2003
About

Getting Started on some Controls Issues

I decided to go ahead and try to start building something in the control arena - something I haven't visited for some months now.

I figured it would be a good idea to start with a pretty solid idea - the rollover image link. I'm using Andy Smith's RollOverLink as kind of a starting point - see one of our normal requirements at work is to display a statusbar message when an image link is 'moused over', so I figured I'd add this as another property of Andy's great control. Thanks for the kick start, Andy!

next, I think I'm going to add a configurationSectionHandler, based very loosely on the config handler of the ExceptionManagement ApplicationBlock - meaning I want to take an attribute oriented approach to populating the various properties of my control.

I guess I should mention that I got this idea for a particular splash page that govern a lot of the web apps that I put together, so the config section will probably be specific to that app, while the control I might just start using all over the place.