ASP.Net Thickbox control
On a regular basis we needed the thickbox functionalities on our ASP.Net web sites. I'm a fan of the thickbox implementation from Codey Lindley. We wanted to make this functionality easier to consume in ASP.Net so we decided to package this functionality into an Server Control as we did last time with the tooltip control.
Again, I'm not taking any credit here, just spreading the word :)
Thnx Wannes & Didr for helping me out here to develop this control.
Download the complete code (Visual Studio 2005 Solution) here
Download the control's Assembly here
Edit : Source code including button support from Madas