Development Area

1/1/2012

This site is used for development of projects, code and experiments. Information on this site may not be complete or correct. If you decide to use any code found here, please use it at your own risk. If you like what you see, please link to this site.

The Async File Upload allows you to upload a file without reloading the page.





The RoundedCorners extender applies rounded corners to existing elements. To accomplish this it inserts elements before and after the element that is selected, so the overall height of the element will change slightly. You can choose the corners of the target panel that should be rounded by setting the Corners property on the extender to None, TopLeft, TopRight, BottomRight, BottomLeft, Top, Right, Bottom, Left, or All.





Collapsible box

4.27.10

I need a simple collapsible box to allow me to put help content on a page and let the user hide it as they feel fit. It would be cool if it would cookie what was hidden for the next visit but maybe I could find something that would allow me to save it from code.





Popup Tooltip

4.25.10

Seems hard to find a tooltip class that looks good and works well. Here are my notes when searching for something to use. I guess im a bit picky as I dont want to have to generate a lot of code just for a tooltip.





Here I just screw around with panels. AJAX Style... Using event collections to see what page events fire.