Monday 20 October 2008

AJAX NumericUpDown extender hides textbox

I couldn't for the life of me figure out why my nicely styled textbox was being hidden when I added an numeric up down extender to it.

The reason, you have to explicitly add a width attribute to the extender so that it knows how big the parent box is!