views:

259

answers:

0

Hello,

i'm trying to extend asp.net panel-controller to include Ajax Control Toolkit's RoundedCornerExtender. I have no problems with the basic functionality, but i'd like to have the ability to round individual corners, not just the ones available as default in BoxCorners-enumeration and be able to define the rounding both inwards and outwards.

I couldn't find any definitive answers to this problem from google, so here i am. In the article about replacing RoundedCornerExtender with custom implementation at The Coding Hillbilly the writer states that:

"** UPDATE ** Latest version of the toolkit now has this functionality built-in and implemented better than mine. Download mine at your own peril."

I'm presuming the above means that the toolkit should provide the means to define individual corners rounded and that rounding can be done both in- and outwards.

Any pointers would be much appreciated, and if i can make this work, i promise to post the whole implementation here for reference.

Greets,
J. Arola